params

package
v0.2.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

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"`
	Version    version.Command    `command:"version" description:"show version"`
}

Options is the main struct for the span command. Each command is put into this.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL