Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // LenStackBuf 异常堆栈信息 LenStackBuf = 1024 // Conf 配置结构体 Conf = Config{} )
Functions ¶
Types ¶
type Config ¶
type Config struct { Log map[string]interface{} BI map[string]interface{} OP map[string]interface{} RPC RPC `json:"rpc"` Module map[string][]*ModuleSettings Mqtt Mqtt Settings map[string]interface{} }
Config 配置结构体
type ModuleSettings ¶
type ModuleSettings struct { ID string `json:"ID"` Host string ProcessID string Settings map[string]interface{} }
ModuleSettings 模块配置
Click to show internal directories.
Click to hide internal directories.