Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { AdminAddress string `yaml:"admin_address"` BearerToken string `yaml:"bearer_token"` TLS *struct { CertificateFilename string `yaml:"certificate_filename"` KeyFilename string `yaml:"key_filename"` } `yaml:"tls"` DBFilename string `yaml:"db_filename"` ConfiguratorFilename string `yaml:"configurator_filename"` ConfiguratorCommand []string `yaml:"configurator_command"` IP *string `yaml:"ip"` Hostname *string `yaml:"hostname"` }
Click to show internal directories.
Click to hide internal directories.