派生自 webserver
extend/config/config.go @@ -11,6 +11,7 @@ JwtSecret string `mapstructure: "jwtSecret"` JwtExpire string `mapstructure: "jwtExpire"` Url string `mapstructure: "url"` ImageUrl string `mapstructure: "imageUrl"` } var Server = &server{}