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