github.com/metacubex/mihomo@v1.18.5/adapter/outboundgroup/util.go (about)

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