Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { Host string `mapstructure:"host"` Port int `mapstructure:"port"` LogLevel string `mapstructure:"log_level"` ElasticsearchURL string `mapstructure:"elasticsearch_url"` WatcherConfig watcherConfig `mapstructure:"watcher"` certs.TLSConfig `mapstructure:"tls"` BackupsConfig es.BackupsConfig `mapstructure:"backups"` }
Service defines the available configuration options for this service
func (*Service) SetLogLevel ¶
func (s *Service) SetLogLevel()
SetLogLevel sets the log level for the service
Click to show internal directories.
Click to hide internal directories.