This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
2023-09-02 16:45:16 +08:00

7 lines
95 B
Go

package outboundgroup
type SelectAble interface {
Set(string) error
ForceSet(name string)
}