Documentation
¶
Index ¶
Constants ¶
View Source
const ( SockPath = "/etc/kubeedge/dmi.sock" Limit = 1000 Burst = 100 )
View Source
const (
PropertyType = "type"
)
Variables ¶
This section is empty.
Functions ¶
func CreateMessageTwinUpdate ¶
CreateMessageTwinUpdate create twin update message.
func StartDMIServer ¶
func StartDMIServer(cache *DMICache)
Types ¶
type DeviceTwinUpdate ¶
type DeviceTwinUpdate struct { types.BaseMessage Twin map[string]*types.MsgTwin `json:"twin"` }
DeviceTwinUpdate the structure of device twin update.
Click to show internal directories.
Click to hide internal directories.