Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
func Initialize() error
Types ¶
type ConfigCommon ¶
type ConfigCommon struct {
HttpAddr string `json:"http_addr"`
HttpPort uint16 `json:"http_port"`
Version string
Prefix string
}
var (
Config ConfigCommon
)
Click to show internal directories.
Click to hide internal directories.