sdt_helpinfo.go 106 B

1234567
  1. package hhc_common
  2. type SDTHelpInfo struct {
  3. IsArg bool
  4. Name string
  5. Description string
  6. }