Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RsConfig = &AppConfig{ EnvCfgFilePath: "", Env: "", WrapperConfig: WrapperConfig{}, } )
Functions ¶
func ServerPort ¶
func ServerPort() string
Types ¶
type AppConfig ¶
type AppConfig struct { EnvCfgFilePath string Env string WrapperConfig }
type IInit ¶
type IInit interface {
InitDBClient(wrapperConfig WrapperConfig)
}
type WrapperConfig ¶
type WrapperConfig struct {
Config config `yaml:"app"`
}
Click to show internal directories.
Click to hide internal directories.