Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Logging LoggingConfig `yaml:"logging"` Api ApiConfig `yaml:"api"` Tls TlsConfig `yaml:"tls"` Backends []string `yaml:"backends" envconfig:"BACKENDS"` }
type LoggingConfig ¶
type LoggingConfig struct {
Level string `yaml:"level" envconfig:"LOGGING_LEVEL"`
}
Click to show internal directories.
Click to hide internal directories.