Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteCommand ¶
type DeleteCommand struct {
Meta
}
func (*DeleteCommand) Help ¶
func (c *DeleteCommand) Help() string
func (*DeleteCommand) Run ¶
func (c *DeleteCommand) Run(args []string) int
func (*DeleteCommand) Synopsis ¶
func (c *DeleteCommand) Synopsis() string
type GetCommand ¶
type GetCommand struct {
Meta
}
func (*GetCommand) Help ¶
func (c *GetCommand) Help() string
func (*GetCommand) Run ¶
func (c *GetCommand) Run(args []string) int
func (*GetCommand) Synopsis ¶
func (c *GetCommand) Synopsis() string
type GetallCommand ¶
type GetallCommand struct {
Meta
}
func (*GetallCommand) Help ¶
func (c *GetallCommand) Help() string
func (*GetallCommand) Run ¶
func (c *GetallCommand) Run(args []string) int
func (*GetallCommand) Synopsis ¶
func (c *GetallCommand) Synopsis() string
type ListCommand ¶
type ListCommand struct {
Meta
}
func (*ListCommand) Help ¶
func (c *ListCommand) Help() string
func (*ListCommand) Run ¶
func (c *ListCommand) Run(args []string) int
func (*ListCommand) Synopsis ¶
func (c *ListCommand) Synopsis() string
type PutCommand ¶
type PutCommand struct {
Meta
}
func (*PutCommand) Help ¶
func (c *PutCommand) Help() string
func (*PutCommand) Run ¶
func (c *PutCommand) Run(args []string) int
func (*PutCommand) Synopsis ¶
func (c *PutCommand) Synopsis() string
type SetupCommand ¶
type SetupCommand struct {
Meta
}
func (*SetupCommand) Help ¶
func (c *SetupCommand) Help() string
func (*SetupCommand) Run ¶
func (c *SetupCommand) Run(args []string) int
func (*SetupCommand) Synopsis ¶
func (c *SetupCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.