Documentation ¶
Index ¶
Constants ¶
View Source
const CommandHelp = `` /* 627-byte string literal not displayed */
CommandHelp - about
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HookController ¶
type HookController struct {
// contains filtered or unexported fields
}
func NewHookController ¶
func (*HookController) ExecuteCommand ¶
func (hc *HookController) ExecuteCommand(c *plugin.Context, args *model.CommandArgs) (*model.CommandResponse, *model.AppError)
ExecuteCommand inside plugin
type HttpController ¶
type HttpController struct {
// contains filtered or unexported fields
}
func NewHttpController ¶
func (*HttpController) ServeHTTP ¶
func (hc *HttpController) ServeHTTP(c *plugin.Context, w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.