Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfluenceCommandHandler = Handler{ // contains filtered or unexported fields }
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) Handle ¶
func (ch Handler) Handle(context *model.CommandArgs, args ...string) *model.CommandResponse
type HandlerFunc ¶
type HandlerFunc func(context *model.CommandArgs, args ...string) *model.CommandResponse
Click to show internal directories.
Click to hide internal directories.