Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Etcd *etcd.Config `json:"etcd" toml:"etcd" mapstructure:"etcd"` Log *log.Config `json:"log" toml:"log" mapstructure:"log"` MySQL *mysql.Config `json:"mysql" toml:"mysql" mapstructure:"mysql"` GRPC *network.Config `json:"grpc" toml:"grpc" mapstructure:"grpc"` Otel *opentrace.Config `json:"otel" toml:"otel" mapstructure:"otel"` Crons map[int]Crons `json:"crons" toml:"crons" mapstructure:"crons"` }
func InitializeDefaultConfig ¶
func (*Config) IsConfigValid ¶
Click to show internal directories.
Click to hide internal directories.