mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
6 lines
95 B
Go
6 lines
95 B
Go
package outboundgroup
|
|
|
|
type SelectAble interface {
|
|
Set(string) error
|
|
ForceSet(name string)
|
|
}
|