Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ListenAddr string `yaml:"listen_addr"` ServerUrl string `yaml:"server_url"` Tls Tls `yaml:"tls"` Metrics Metrics `yaml:"metrics"` Logging Logging `yaml:"logging"` Keys Keys `yaml:"keys"` Database Database `yaml:"database"` }
func LoadConfig ¶
func (*Config) ReadServerKeys ¶
func (c *Config) ReadServerKeys() (*ServerKeys, error)
type ServerKeys ¶
type ServerKeys struct { SystemAdminKey key.MachinePrivate ControlKey key.MachinePrivate LegacyControlKey key.MachinePrivate }
Click to show internal directories.
Click to hide internal directories.