1、更新
This commit is contained in:
@ -10,8 +10,9 @@ var ExtConfig Extend
|
||||
//
|
||||
// 使用方法: config.ExtConfig......即可!!
|
||||
type Extend struct {
|
||||
AMap AMap // 这里配置对应配置文件的结构即可
|
||||
Redis RedisConfig `mapstructure:"redis"`
|
||||
AMap AMap // 这里配置对应配置文件的结构即可
|
||||
Redis RedisConfig `mapstructure:"redis"`
|
||||
FileEndPoint string `mapstructure:"fileEndPoint"`
|
||||
}
|
||||
|
||||
type AMap struct {
|
||||
|
||||
Reference in New Issue
Block a user