Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Schema string `json:"$schema"`
Web web.Config `json:"web"`
Logging logging.Config `json:"logging"`
Metrics metrics.Config `json:"metrics"`
}
func DefaultConfig ¶
func DefaultConfig() Config
func FileConfig ¶
func FileConfig() Config
type HttpTlsConfig ¶
type HttpTlsConfig struct {
Enabled *bool `json:"enabled"`
}
func (*HttpTlsConfig) Merge ¶
func (config *HttpTlsConfig) Merge(other *HttpTlsConfig) *HttpTlsConfig
Click to show internal directories.
Click to hide internal directories.