Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SvcCfg ¶
type SvcCfg struct { Guest struct{ Username, Password string } MQ struct { IP, Port string Qke struct { Src []struct{ Exchange, Key string } Dst []struct{ Queue, Key, Exchange string } } } }
SvcCfg is a struct for config file
func CfgUnmarshal ¶
CfgUnmarshal is to read config and unmarshal to apisvccfg struct
Click to show internal directories.
Click to hide internal directories.