Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandTable ¶
type CommandTable struct {
// contains filtered or unexported fields
}
func NewCommandTable ¶
func NewCommandTable() *CommandTable
func (*CommandTable) Get ¶
func (c *CommandTable) Get(name resp.BulkString) (*Command, bool)
func (*CommandTable) MustRegister ¶
func (c *CommandTable) MustRegister(command *Command)
Click to show internal directories.
Click to hide internal directories.