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"` ClusterConfig cluster.Config `yaml:"cluster"` DatabaseConfig []dbv1.Config `yaml:"database"` HttpClientConfig http.Config `yaml:"http_client"` WebConfig []webv1.Config `yaml:"web"` RedisConfig []redisv1.Config `yaml:"redis"` KafkaConfig []kafkav1.Config `yaml:"kafka"` }
Click to show internal directories.
Click to hide internal directories.