[MM-53695] Make use of github.com/mattermost/mattermost/server/public (#185)
This commit is contained in:
parent
b874f4747e
commit
8862f96d1f
9 changed files with 284 additions and 2864 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"net/http"
|
||||
"sync"
|
||||
|
||||
"github.com/mattermost/mattermost-server/v6/plugin"
|
||||
"github.com/mattermost/mattermost/server/public/plugin"
|
||||
)
|
||||
|
||||
// Plugin implements the interface expected by the Mattermost server to communicate between the server and plugin processes.
|
||||
|
|
Reference in a new issue