Documentation
¶
Index ¶
Constants ¶
View Source
const ( CompConfigName = "ConfigComponent" CompLogName = "LogComponent" CompRouterName = "RouterComponent" CompDBName = "DBComponent" CompRedisName = "RedisComponent" CompMongoName = "MongoComponent" )
这个key是放在UseComps这个map里的,用来判断重复等
View Source
const ( CompDBConfigKey = "mysql" CompRedisConfigKey = "redis" CompServerConfigKey = "server" CompJWTConfigKey = "jwt" CompLogConfigKey = "log" CompMQConfigKey = "mq" CompMongoConfigKey = "mongo" )
这个key是作为配置文件的关键字
Variables ¶
This section is empty.
Functions ¶
func BeforeStart ¶
func BeforeStart()
Types ¶
Click to show internal directories.
Click to hide internal directories.