payload_intf.go 86 B

123456
  1. package mountree
  2. type PayloadType interface {
  3. Name() string
  4. Description() string
  5. }