Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string `` // 应用名称 /* 157-byte string literal not displayed */ Mode string `` // 模式[develop,test,release] /* 184-byte string literal not displayed */ File *File `` // 配置文件信息 /* 157-byte string literal not displayed */ Log *log.Logger `` // 日志配置信息 /* 151-byte string literal not displayed */ Kafka *kafka.Kafka `` // kafka /* 156-byte string literal not displayed */ Redis *redis.Redis `` // redis /* 156-byte string literal not displayed */ Influxdb *influxdb.Influxdb `` // influxdb /* 174-byte string literal not displayed */ Mysql *mysql.MySQL `` // mysql /* 156-byte string literal not displayed */ }
配置结构体
Click to show internal directories.
Click to hide internal directories.