Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Module Export dependency injection
Functions ¶
func GetCBBinDir ¶
func GetCBBinDir() string
func GetCBENVDir ¶
func GetCBENVDir() string
Types ¶
type Config ¶
type Config struct { LogLevel string `yaml:"log_level"` Timeout string `yaml:"timeout"` WebUrlPath string `yaml:"web_url_path"` Ssl string `yaml:"ssl"` HttpPort string `yaml:"http_port"` HttpsPort string `yaml:"https_port"` Cert string `yaml:"cert"` Key string `yaml:"key"` LogDir string `yaml:"logdir"` WorkDir string `yaml:"workdir"` }
Config ...
Click to show internal directories.
Click to hide internal directories.