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) RunImpl ¶ added in v0.2.0
func (c *DeleteCommand) RunImpl(args []string) error
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) RunImpl ¶ added in v0.2.0
func (c *GetCommand) RunImpl(args []string) (string, error)
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) RunImpl ¶ added in v0.2.0
func (c *GetallCommand) RunImpl(args []string) (string, error)
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) RunImpl ¶ added in v0.2.0
func (c *ListCommand) RunImpl(args []string) (string, error)
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) RunImpl ¶ added in v0.2.0
func (c *PutCommand) RunImpl(args []string) error
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) RunImpl ¶ added in v0.2.0
func (c *SetupCommand) RunImpl(args []string) error
func (*SetupCommand) Synopsis ¶
func (c *SetupCommand) Synopsis() string
type TemplateCommand ¶ added in v0.2.1
type TemplateCommand struct {
Meta
}
func (*TemplateCommand) Help ¶ added in v0.2.1
func (c *TemplateCommand) Help() string
func (*TemplateCommand) Run ¶ added in v0.2.1
func (c *TemplateCommand) Run(args []string) int
func (*TemplateCommand) RunImpl ¶ added in v0.2.1
func (c *TemplateCommand) RunImpl(args []string) (string, error)
func (*TemplateCommand) Synopsis ¶ added in v0.2.1
func (c *TemplateCommand) Synopsis() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.