PLT-7407: Back-end plugins (#7409)
* tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
Этот коммит содержится в:
@@ -6,10 +6,13 @@ package app
|
||||
import (
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
|
||||
"github.com/mattermost/mattermost-server/plugin/pluginenv"
|
||||
)
|
||||
|
||||
type App struct {
|
||||
Srv *Server
|
||||
Srv *Server
|
||||
PluginEnv *pluginenv.Environment
|
||||
}
|
||||
|
||||
var globalApp App
|
||||
|
||||
Ссылка в новой задаче
Block a user