Versions in this module Expand all Collapse all v0 v0.7.1 May 18, 2022 Changes in this version + const CommandHelp + func GetHookCommand(pluginAPI plugin.API) (*model.Command, error) + type HookController struct + func NewHookController(plugin plugin.API, botId string, calendar *service.Calendar, ...) *HookController + func (hc *HookController) ExecuteCommand(c *plugin.Context, args *model.CommandArgs) (*model.CommandResponse, *model.AppError) + type HttpController struct + func NewHttpController(plugin plugin.API, pluginVersion string, calendar *service.Calendar, ...) *HttpController + func (hc *HttpController) ServeHTTP(c *plugin.Context, w http.ResponseWriter, r *http.Request)