Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigType ¶
type ConfigType struct {
Proxy string `yaml:"proxy"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Open OpenConfig `yaml:"open"`
}
var Config ConfigType
func (*ConfigType) UseProxy ¶
func (c *ConfigType) UseProxy() bool
UseProxy returns whether the proxy is used
Click to show internal directories.
Click to hide internal directories.