Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PredictRobots ¶
Types ¶
type Cmd ¶
type Cmd struct { Create createCmd `cmd:"" help:"Create a robot."` Delete deleteCmd `cmd:"" help:"Delete a robot."` List listCmd `cmd:"" help:"List robots for the account."` Get getCmd `cmd:"" help:"Get a robot for the account."` Token token.Cmd `cmd:"" help:"Interact with robot tokens."` // Common Upbound API configuration Flags upbound.Flags `embed:""` }
Cmd contains commands for interacting with robots.
Click to show internal directories.
Click to hide internal directories.