Versions in this module Expand all Collapse all v1 v1.0.2 Aug 14, 2023 v1.0.1 Aug 9, 2023 v1.0.0 Aug 9, 2023 Changes in this version + var Conf = Config + var LenStackBuf = 1024 + func LoadConfig(Path string) + type Config struct + BI map[string]interface{} + Log map[string]interface{} + Module map[string][]*ModuleSettings + Mqtt Mqtt + OP map[string]interface{} + RPC RPC + Settings map[string]interface{} + type ModuleSettings struct + Host string + ID string + ProcessID string + Settings map[string]interface{} + type Mqtt struct + ReadPackLoop int + ReadTimeout int + WirteLoopChanNum int + WriteTimeout int + type RPC struct + Log bool + MaxCoroutine int + RPCExpired int