Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
ID string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Type string `json:"type,omitempty"`
Revision string `json:"revision,omitempty"`
Branch string `json:"branch,omitempty"`
BuildTime time.Time `json:"build_time,omitempty"`
IP string `json:"ip,omitempty"`
}
Message stores information about device
type NotifyDeviceStateChanged ¶
type NotifyDeviceStateChanged func(d Device)
Click to show internal directories.
Click to hide internal directories.