liuxiaolong
2020-05-30 662fdfec9c391b13b9af9b67009e44d394bc97c9
extend/config/config.go
@@ -11,6 +11,7 @@
   Color string `mapstructure: "color"`
}
type server struct {
    ServerName     string `mapstructure: "serverName"`
   Runmode        string `mapstructure: "runmode"`
   JwtSecret      string `mapstructure: "jwtSecret"`
   JwtExpire      string `mapstructure: "jwtExpire"`