Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfInfo ¶
type ConfInfo struct {
WorkDir string `yaml:"work-dir"`
HttpServerListen string `yaml:"http-server-listen"`
BaseUrlPath string `yaml:"base-url-path"`
AllowRegister bool `yaml:"allow-register"`
EnableCors bool `yaml:"enable-cors"`
CorsAllowOriginUrl string `yaml:"cors-allow-origin-url"`
}
var Config *ConfInfo
Click to show internal directories.
Click to hide internal directories.