Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Create createCmd `cmd:"" help:"Create a token for the robot."`
Delete deleteCmd `cmd:"" help:"Delete a token for the robot."`
List listCmd `cmd:"" help:"List the tokens for the robot."`
Get getCmd `cmd:"" help:"Get a token for the robot."`
}
Cmd contains commands for managing robot tokens.
Click to show internal directories.
Click to hide internal directories.