Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadDefaultConfig ¶
func LoadDefaultConfig(v *DefaultConfig) (err error)
func LoadYamlFile ¶
Types ¶
type DefaultConfig ¶
type DefaultConfig struct {
LoggerConfig logger.Config `yaml:"logger" json:"logger"`
ClusterConfig cluster.Config `yaml:"cluster" json:"cluster"`
DatabaseConfig []dbv1.Config `yaml:"database" json:"database"`
HttpClientConfig http.Config `yaml:"http_client" json:"http_client"`
RedisConfig []redisv1.Config `yaml:"redis" json:"redis"`
TelemetryConfig telemetry.Config `yaml:"telemetry" json:"telemetry"`
KafkaConfig []xkafka.Config `yaml:"kafka" json:"kafka"`
}
Click to show internal directories.
Click to hide internal directories.