Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigOptions ¶
type ConfigOptions struct { ServerUrl []string `json:"server_url" yaml:"server_url"` Request string `json:"request" yaml:"request"` Domain string `json:"domain" yaml:"domain"` Port string `json:"port" yaml:"port"` SpeedTest bool `json:"speedtest" yaml:"speedtest"` Connection int `json:"connection" yaml:"connection"` Timeout int `json:"timeout" yaml:"timeout"` ShowRemoteSpeed bool `json:"show_remote_speed" yaml:"show_remote_speed"` CronInterval uint64 `json:"cron_interval" yaml:"cron_interval"` }
ConfigOptions is a struct that represents config files
var Config ConfigOptions
Click to show internal directories.
Click to hide internal directories.