Files
sing-box-extended-mirror/common/settings/system_proxy.go
T

9 lines
115 B
Go

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