Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteRatingCommand ¶
DeleteRatingCommand is the command line data structure for the delete action of rating
func (*DeleteRatingCommand) RegisterFlags ¶
func (cmd *DeleteRatingCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DownloadCommand ¶
type DownloadCommand struct { // OutFile is the path to the download output file. OutFile string }
DownloadCommand is the command line data structure for the download command.
type HealthHealthCommand ¶
type HealthHealthCommand struct {
PrettyPrint bool
}
HealthHealthCommand is the command line data structure for the health action of health
func (*HealthHealthCommand) RegisterFlags ¶
func (cmd *HealthHealthCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ReadRatingCommand ¶
ReadRatingCommand is the command line data structure for the read action of rating
func (*ReadRatingCommand) RegisterFlags ¶
func (cmd *ReadRatingCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UpsertRatingCommand ¶
UpsertRatingCommand is the command line data structure for the upsert action of rating
func (*UpsertRatingCommand) RegisterFlags ¶
func (cmd *UpsertRatingCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.