Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateQuoteCommand ¶
CreateQuoteCommand is the command line data structure for the create action of quote
func (*CreateQuoteCommand) RegisterFlags ¶
func (cmd *CreateQuoteCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListByIDQuoteCommand ¶
ListByIDQuoteCommand is the command line data structure for the list by ID action of quote
func (*ListByIDQuoteCommand) RegisterFlags ¶
func (cmd *ListByIDQuoteCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListQuoteCommand ¶
type ListQuoteCommand struct {
PrettyPrint bool
}
ListQuoteCommand is the command line data structure for the list action of quote
func (*ListQuoteCommand) RegisterFlags ¶
func (cmd *ListQuoteCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type LoginQuoteCommand ¶
type LoginQuoteCommand struct {
PrettyPrint bool
}
LoginQuoteCommand is the command line data structure for the login action of quote
func (*LoginQuoteCommand) RegisterFlags ¶
func (cmd *LoginQuoteCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
Click to show internal directories.
Click to hide internal directories.