Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigFilePath = atomic.NewString("")
Functions ¶
Types ¶
type Config ¶
type Config struct { Proxy []map[string]interface{} `json:"proxy"` Rule []RuleCfg `json:"rule"` Selected struct { Proxy string `json:"proxy"` Rule string `json:"rule"` } `json:"selected"` Setting SettingCfg `json:"setting"` }
type LocalServer ¶
type SettingCfg ¶
type SettingCfg struct { DefaultInterface string `json:"defaultInterface"` TrueProxyServer string `json:"trueProxyServer"` LocalServer LocalServer `json:"localServer"` }
Click to show internal directories.
Click to hide internal directories.