Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Add addDevice `command:"add" description:"create device"`
Get getDevice `command:"get" description:"get device"`
Update updateDevice `command:"update" description:"update device"`
List listDevices `command:"list" alias:"ls" description:"list devices"`
Delete deleteDevice `command:"delete" alias:"del" description:"delete device"`
}
Command is the main device command
Click to show internal directories.
Click to hide internal directories.