util.go 95 B

123456
  1. package outboundgroup
  2. type SelectAble interface {
  3. Set(string) error
  4. ForceSet(name string)
  5. }