Home
last modified time | relevance | path

Searched refs:NewPluginAPI (Results 1 – 13 of 13) sorted by relevance

/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dplugin_commands_test.go89 `}, th.App, th.NewPluginAPI)
183 `}, th.App, th.NewPluginAPI)
277 `}, th.App, th.NewPluginAPI)
323 `}, th.App, th.NewPluginAPI)
368 `}, th.App, th.NewPluginAPI)
H A Dplugin_hooks_test.go92 }, th.App, th.NewPluginAPI)
133 }, th.App, th.NewPluginAPI)
173 }, th.App, th.NewPluginAPI)
217 }, th.App, th.NewPluginAPI)
283 }, th.App, th.NewPluginAPI)
366 `}, th.App, th.NewPluginAPI)
695 `}, th.App, th.NewPluginAPI)
734 `}, th.App, th.NewPluginAPI)
775 `}, th.App, th.NewPluginAPI)
817 `}, th.App, th.NewPluginAPI)
[all …]
H A Dplugin_deadlock_test.go92 SetAppEnvironmentWithPlugins(t, plugins, th.App, th.NewPluginAPI)
199 SetAppEnvironmentWithPlugins(t, plugins, th.App, th.NewPluginAPI)
294 SetAppEnvironmentWithPlugins(t, plugins, th.App, th.NewPluginAPI)
H A Dplugin_shutdown_test.go60 }, th.App, th.NewPluginAPI)
H A Dplugin_health_check_test.go40 }, th.App, th.NewPluginAPI)
H A Dplugin_api_test.go92 return app.NewPluginAPI(c, manifest)
619 api := NewPluginAPI(th.App, th.Context, manifest)
662 api := NewPluginAPI(th.App, th.Context, manifest)
782 …env, err := plugin.NewEnvironment(th.NewPluginAPI, NewDriverImpl(th.Server), pluginDir, webappPlug…
867 return app.NewPluginAPI(c, manifest)
1546 …env, err := plugin.NewEnvironment(th.NewPluginAPI, NewDriverImpl(th.Server), pluginDir, webappPlug…
1668 …s, errors := SetAppEnvironmentWithPlugins(t, []string{string(pluginCode)}, th.App, th.NewPluginAPI)
1703 …s, errors := SetAppEnvironmentWithPlugins(t, []string{string(pluginCode)}, th.App, th.NewPluginAPI)
H A Dhelper_test.go634 return NewPluginAPI(th.App, th.Context, manifest)
695 func (th *TestHelper) NewPluginAPI(manifest *model.Manifest) plugin.API { func
696 return th.App.NewPluginAPI(th.Context, manifest)
H A Dplugin.go168 func (a *App) NewPluginAPI(c *request.Context, manifest *model.Manifest) plugin.API { func
169 return NewPluginAPI(a, c, manifest)
199 return New(ServerConnector(s)).NewPluginAPI(c, manifest)
H A Dplugin_test.go717 }, th.App, th.NewPluginAPI)
H A Dplugin_api.go32 func NewPluginAPI(a *App, c *request.Context, manifest *model.Manifest) *PluginAPI { func
H A Dapp_iface.go857 NewPluginAPI(c *request.Context, manifest *model.Manifest) plugin.API methodSpec
/dports/www/mattermost-server/mattermost-server-6.0.2/web/
H A Dweb_test.go156 func (th *TestHelper) NewPluginAPI(manifest *model.Manifest) plugin.API { func
157 return th.App.NewPluginAPI(th.Context, manifest)
283 …env, err := plugin.NewEnvironment(th.NewPluginAPI, app.NewDriverImpl(th.Server), pluginDir, webapp…
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go11547 func (a *OpenTracingAppLayer) NewPluginAPI(c *request.Context, manifest *model.Manifest) plugin.API… func
11559 resultVar0 := a.app.NewPluginAPI(c, manifest)