Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Parser *flags.Parser
Parser is the comand line parser used to parse the options
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Args *global.Parameters
Collection collection.Command `command:"collection" alias:"col" description:"collection management"`
Device device.Command `command:"device" alias:"dev" description:"device management"`
Inbox inbox.Command `command:"inbox" description:"Read messages from devices"`
Outbox outbox.Command `command:"outbox" description:"Send messages to devices"`
Output output.Command `command:"output" alias:"out" description:"output management"`
Cert cert.Command `command:"cert" description:"certificate management"`
Firmware firmware.Command `command:"fw" description:"firmware management"`
Blob blob.Command `command:"blob" description:"blob maanagement"`
Login login.Command `command:"login" description:"Autenticate with the service"`
Logout logout.Command `command:"logout" description:"Log out from the service"`
Samples sample.Command `command:"samples" alias:"ex" description:"Sample code"`
Version version.Command `command:"version" description:"show version"`
Activity activity.Command `command:"activity" description:"monitor activity"`
Gateway gateway.Command `command:"gateway" alias:"gw" description:"gateway management"`
}
Options is the main struct for the span command. Each command is put into this.
Click to show internal directories.
Click to hide internal directories.