Documentation ¶
Overview ¶
Package cmdtable implements tools to look up messages in a table.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) Command ¶
func (tab *Table) Command(cc *cmdclient.CommandContext)
func (*Table) Commands ¶
func (tab *Table) Commands(ccs []*cmdclient.CommandContext)
func (*Table) Lookup ¶
func (tab *Table) Lookup(payload string) (cc *cmdclient.CommandContext, argstart int)
Lookup
func (*Table) UpdateSets ¶
func (tab *Table) UpdateSets(hsets map[string]*ipc.HostCommandSet)
UpdateSets updates dynamically gathered sets.
Click to show internal directories.
Click to hide internal directories.