Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetElementKeysCommand ¶
GetElementKeysCommand is the command line data structure for the getElement action of keys
func (*GetElementKeysCommand) RegisterFlags ¶
func (cmd *GetElementKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type GetKeysCommand ¶
GetKeysCommand is the command line data structure for the get action of keys
func (*GetKeysCommand) RegisterFlags ¶
func (cmd *GetKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type ListKeysCommand ¶
type ListKeysCommand struct {
PrettyPrint bool
}
ListKeysCommand is the command line data structure for the list action of keys
func (*ListKeysCommand) RegisterFlags ¶
func (cmd *ListKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type RemoveKeysCommand ¶
RemoveKeysCommand is the command line data structure for the remove action of keys
func (*RemoveKeysCommand) RegisterFlags ¶
func (cmd *RemoveKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type SetKeysCommand ¶
type SetKeysCommand struct { Payload string ContentType string Key string TTL int PrettyPrint bool }
SetKeysCommand is the command line data structure for the set action of keys
func (*SetKeysCommand) RegisterFlags ¶
func (cmd *SetKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.
type UpdateKeysCommand ¶
UpdateKeysCommand is the command line data structure for the update action of keys
func (*UpdateKeysCommand) RegisterFlags ¶
func (cmd *UpdateKeysCommand) RegisterFlags(cc *cobra.Command, c *client.Client)
RegisterFlags registers the command flags with the command line.