Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Member ¶
type Member struct { Id string `json:"id"` Hidden bool `json:"hidden"` Clock int64 `json:"clock"` NetworkId string `json:"networkId"` NodeId string `json:"nodeId"` ControllerId string `json:"controllerId"` Name string `json:"name"` Description string `json:"description"` Config map[string]interface{} `json:"config"` LastOnline int64 `json:"lastOnline"` PhysicalAddress string `json:"physicalAddress"` ClientVersion string `json:"clientVersion"` ProtocolVersion int `json:"protocolVersion"` SupportsRulesEngine bool `json:"supportsRulesEngine"` }
Click to show internal directories.
Click to hide internal directories.