Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ApiServerConfig ¶
type ApiServerConfig struct { NodeId string `json:"node_id" yaml:"node_id"` Server struct { Addr string `json:"addr" yaml:"addr"` } `json:"server" yaml:"server"` Mqtt conf.MqttConfig `json:"mqtt" yaml:"mqtt"` Log log.Config `json:"log" yaml:"log"` }
var Config ApiServerConfig
Click to show internal directories.
Click to hide internal directories.