Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ServiceName string `yaml:"serviceName" json:"serviceName"`
Env string `yaml:"env" json:"env"`
Port int `yaml:"port" json:"port"`
Logging log.Config `yaml:"logging" json:"logging"`
Metrics metrics.Config `yaml:"metrics" json:"metrics"`
TLS tlsConfig `yaml:"tls" json:"tls"`
Custom map[string]interface{} `yaml:"custom" json:"custom"`
}
Config struct containing the structure of the config file
Click to show internal directories.
Click to hide internal directories.