Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = map[string]Command{ "help": NewHelpCommand(), "init": NewInitCommand(), "dump": NewDumpCommand(), "update": NewUpdateCommand(), "ls": NewLsCommand(), "get": NewGetCommand(), "set": NewSetCommand(), "rm": NewRmCommand(), "version": NewVersionCommand(), }
Functions ¶
Types ¶
type DumpCommand ¶
type DumpCommand struct {
// contains filtered or unexported fields
}
func NewDumpCommand ¶
func NewDumpCommand() *DumpCommand
func (*DumpCommand) Parse ¶
func (cmd *DumpCommand) Parse(args []string) error
type GetCommand ¶
type GetCommand struct {
// contains filtered or unexported fields
}
func NewGetCommand ¶
func NewGetCommand() *GetCommand
func (*GetCommand) Parse ¶
func (cmd *GetCommand) Parse(args []string) error
type HelpCommand ¶
type HelpCommand struct {
// contains filtered or unexported fields
}
func NewHelpCommand ¶
func NewHelpCommand() *HelpCommand
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func NewInitCommand ¶
func NewInitCommand() *InitCommand
type LsCommand ¶
type LsCommand struct {
// contains filtered or unexported fields
}
func NewLsCommand ¶
func NewLsCommand() *LsCommand
type RmCommand ¶
type RmCommand struct {
// contains filtered or unexported fields
}
func NewRmCommand ¶
func NewRmCommand() *RmCommand
type SetCommand ¶
type SetCommand struct {
// contains filtered or unexported fields
}
func NewSetCommand ¶
func NewSetCommand() *SetCommand
func (*SetCommand) Parse ¶
func (cmd *SetCommand) Parse(args []string) error
type UpdateCommand ¶
type UpdateCommand struct {
// contains filtered or unexported fields
}
func NewUpdateCommand ¶
func NewUpdateCommand() *UpdateCommand
type VersionCommand ¶
type VersionCommand struct {
// contains filtered or unexported fields
}
func NewVersionCommand ¶
func NewVersionCommand() *VersionCommand
Click to show internal directories.
Click to hide internal directories.