clash/adapter/outboundgroup/util.go

7 lines
95 B
Go
Raw Normal View History

package outboundgroup
2022-05-22 16:40:27 +00:00
type SelectAble interface {
Set(string) error
ForceSet(name string)
2022-05-22 16:40:27 +00:00
}