package
Version:
v0.0.20
Opens a new window with list of versions in this module.
Published: Dec 1, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeviceState struct {
Id int64 `json:"id"`
Status *DeviceStateStatus `json:"status"`
Options interface{} `json:"options"`
ElementName string `json:"element_name"`
}
type DeviceStateStatus struct {
Id int64 `json:"id"`
Description string `json:"description"`
SystemName string `json:"system_name" valid:"MaxSize(254);Required"`
DeviceId int64 `json:"device_id" valid:"Required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.