This repository has been archived on 2024-11-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mattermost-plugin-attachmen.../server/plugin.go
2018-07-24 16:02:46 -04:00

11 lines
199 B
Go

package main
import (
"github.com/mattermost/mattermost-server/plugin"
)
type Plugin struct {
plugin.MattermostPlugin
}
// See https://developers.mattermost.com/extend/plugins/server/reference/