application

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2021 License: ISC Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Command

type Command struct {
	Create createCommand `command:"create" alias:"c" description:"Create a new application for a user"`
	Delete deleteCommand `command:"delete" alias:"d" description:"Delete an existing application for a user"`
	Update updateCommand `command:"update" alias:"u" description:"Update an existing application for a user"`
	List   listCommand   `command:"list" alias:"l" description:"List all existing applications of the user"`
	Show   showCommand   `command:"show" alias:"s" description:"Show details of an existing application of a user"`
}

Command contains all subcommands provided by this package.

Jump to

Keyboard shortcuts

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