Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandManager ¶
type CommandManager interface {
ReplaceManager(newManager CommandManager)
Add(cmd Command, values ...string)
AddStruct(cmd StructCommand, values ...string)
Delete(values ...string)
Get(prefix string) *StructCommand
}
type StructCommand ¶
Click to show internal directories.
Click to hide internal directories.