Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = map[string]Command{ "pin": &PinCommand{}, "unpin": &UnpinCommand{}, "update": &UpdateCommand{}, }
Commands is the main list of all commands.
Functions ¶
Types ¶
type PinCommand ¶
type PinCommand struct {
// contains filtered or unexported fields
}
func (*PinCommand) Desc ¶
func (c *PinCommand) Desc() string
func (*PinCommand) Flags ¶
func (c *PinCommand) Flags() *flag.FlagSet
type UnpinCommand ¶
type UnpinCommand struct {
// contains filtered or unexported fields
}
func (*UnpinCommand) Desc ¶
func (c *UnpinCommand) Desc() string
func (*UnpinCommand) Flags ¶
func (c *UnpinCommand) Flags() *flag.FlagSet
type UpdateCommand ¶
type UpdateCommand struct {
// contains filtered or unexported fields
}
func (*UpdateCommand) Desc ¶
func (c *UpdateCommand) Desc() string
func (*UpdateCommand) Flags ¶
func (c *UpdateCommand) Flags() *flag.FlagSet
Click to show internal directories.
Click to hide internal directories.