Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Servers []struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` HashFormat string `yaml:"hashFormat"` Encrypted bool `yaml:"encrypted"` DisableHistory bool `yaml:"disable_history"` PublicIP string `yaml:"public_ip"` ShellPath string `yaml:"shell_path"` } RESTful struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` Enable bool `yaml:"enable"` } Distributor struct { Host string `yaml:"host"` Port uint16 `yaml:"port"` Url string `yaml:"url"` } Update bool `yaml:"update"` OpenBrowser bool `yaml:"openBrowser"` }
Click to show internal directories.
Click to hide internal directories.