Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateCalendarCommand ¶
CreateCalendarCommand is the command line data structure for the create action of calendar
func (*CreateCalendarCommand) RegisterFlags ¶
func (cmd *CreateCalendarCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type DeleteCalendarCommand ¶
DeleteCalendarCommand is the command line data structure for the delete action of calendar
func (*DeleteCalendarCommand) RegisterFlags ¶
func (cmd *DeleteCalendarCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type EditCalendarCommand ¶
EditCalendarCommand is the command line data structure for the edit action of calendar
func (*EditCalendarCommand) RegisterFlags ¶
func (cmd *EditCalendarCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListCalendarCommand ¶
type ListCalendarCommand struct {
PrettyPrint bool
}
ListCalendarCommand is the command line data structure for the list action of calendar
func (*ListCalendarCommand) RegisterFlags ¶
func (cmd *ListCalendarCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type LoginAuthCommand ¶
LoginAuthCommand is the command line data structure for the login action of auth
func (*LoginAuthCommand) RegisterFlags ¶
func (cmd *LoginAuthCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ResetAuthCommand ¶
ResetAuthCommand is the command line data structure for the reset action of auth
func (*ResetAuthCommand) RegisterFlags ¶
func (cmd *ResetAuthCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ShowCalendarCommand ¶
ShowCalendarCommand is the command line data structure for the show action of calendar
func (*ShowCalendarCommand) RegisterFlags ¶
func (cmd *ShowCalendarCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.