Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetNamingClient ¶
func GetNamingClient() naming_client.INamingClient
func LoadConfig ¶
func LoadConfig(out interface{})
Types ¶
type BaseWebConfig ¶
type BaseWebConfig struct { ServerConfig WebServerConfig `yaml:"server"` AppEnv string `yaml:"app-env"` //发布环境 AppSign map[string]string `yaml:"app-sign"` //应用间秘钥 AppName string //应用名 }
var BaseWebConfigVal *BaseWebConfig
type WebServerConfig ¶
Click to show internal directories.
Click to hide internal directories.