Documentation ¶
Index ¶
- func MQTTBroker_Restart(p periHttp.PeriHttp)
- func Mqttbroker_Clients_Get(p periHttp.PeriHttp)
- func Mqttbroker_Config_Get(p periHttp.PeriHttp)
- func Mqttbroker_Config_Set(p periHttp.PeriHttp)
- func Mqttbroker_Get(p periHttp.PeriHttp)
- func Mqttbroker_Log_Get(p periHttp.PeriHttp)
- func PathsGet() []httpserver.PathInfo
- func SetServiceConfig(config ServiceConfig)
- type MQTTBrokerInfo
- type ServiceConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MQTTBroker_Restart ¶
func Mqttbroker_Clients_Get ¶
func Mqttbroker_Config_Get ¶
func Mqttbroker_Config_Set ¶
func Mqttbroker_Get ¶
func Mqttbroker_Log_Get ¶
func PathsGet ¶
func PathsGet() []httpserver.PathInfo
func SetServiceConfig ¶
func SetServiceConfig(config ServiceConfig)
Types ¶
type MQTTBrokerInfo ¶
type MQTTBrokerInfo struct { ApiVersion uint32 `json:"api_version"` ErrorStatus node.NodeErrorStatus `json:"error_status"` SecurityLevel string `json:"security_level"` }
Click to show internal directories.
Click to hide internal directories.