Files
SingboxForPanel/common/settings/system_proxy.go
CN-JS-HuiBai 9f867b19da First Commmit
2026-04-14 22:41:14 +08:00

8 lines
100 B
Go

package settings
type SystemProxy interface {
IsEnabled() bool
Enable() error
Disable() error
}