Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin interface { anonymous.PluginAPI OnActivate() error OnConfigurationChange() error ServeHTTP(pc *mattermostPlugin.Context, w http.ResponseWriter, r *http.Request) }
Plugin is interface expected by the Mattermost server to communicate between the server and plugin processes.
func NewWithAnonymous ¶
NewWithAnonymous creates new plugin object from anonymous
func NewWithConfig ¶
NewWithConfig creates new plugin object from configuration
Click to show internal directories.
Click to hide internal directories.