Documentation
¶
Overview ¶
Package help allows Jarvis to have help functionality
Index ¶
- func NewCommand() ([]string, api.Command)
- type Help
- func (h *Help) Execute(ctx appengine.Context, command *api.SlackCommand, myCommand string) (string, error)
- func (h *Help) Help(ctx appengine.Context, command *api.SlackCommand, myCommand string) (string, error)
- func (h *Help) Initialize(keys map[string]string)
- func (h *Help) RegisterCommandHelp(command string, handler api.Command)
- func (h *Help) Usage(ctx appengine.Context, command *api.SlackCommand, myCommand string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
Types ¶
type Help ¶
type Help struct {
// contains filtered or unexported fields
}
func (*Help) Initialize ¶
func (*Help) RegisterCommandHelp ¶
Click to show internal directories.
Click to hide internal directories.