Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Kind string `yaml:"kind"` Port int `yaml:"port"` Host string `yaml:"host"` Conn string `yaml:"-"` Cert struct { Crt string `yaml:"crt"` Key string `yaml:"key"` } Cache map[string]string `yaml:"cache"` Chrome struct { Endpoint string // URL endpoint of chromedriver Executable string // Path to Google Chrome executable } Logging struct { Level string // Stores the configured logging level Output string // Stores the configured logging output Format string // Stores the configured logging format } }
Options defines global configuration options
var Settings *Options
Click to show internal directories.
Click to hide internal directories.