Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultWorkDir = filepath.Join(utils.GetHomeDir(), ".gvc/proxy_files")
Functions ¶
This section is empty.
Types ¶
type Conf ¶
type Conf struct { FetcherUrl string `json:"fetcher_url"` WorkDir string `json:"work_dir"` RawProxyFile string `json:"raw_file"` ProxyFile string `json:"proxy_file"` PortRange *VPortRange `json:"port_range"` Port int `json:"port"` TestUrl string `json:"test_url"` SwitchyOmegaUrl string `json:"omega_url"` GeoInfoUrl string `json:"geo_info_url"` Timeout int `json:"timeout"` VerifierCron string `json:"verifier_cron"` KeeperCron string `json:"keeper_cron"` StorageSqlitePath string `json:"storage_sqlite_path"` StorageExportPath string `json:"storage_export_path"` SockFileDir string `json:"sock_file_dir"` }
Click to show internal directories.
Click to hide internal directories.