MCPcopy
hub / github.com/gotify/server / PluginInfo

Method PluginInfo

plugin/compat/plugin.go:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3// Plugin is an abstraction of plugin handler.
4type Plugin interface {
5 PluginInfo() Info
6 NewPluginInstance(ctx UserContext) PluginInstance
7 APIVersion() string
8}

Callers 8

TestGetPluginInfoMethod · 0.65
PluginInfoMethod · 0.65
RemoveUserMethod · 0.65
LoadPluginMethod · 0.65
TestGetPluginInfoMethod · 0.65
GetPluginsMethod · 0.65

Implementers 2

PluginV1plugin/compat/v1.go
Pluginplugin/testing/mock/mock.go

Calls

no outgoing calls

Tested by 3

TestGetPluginInfoMethod · 0.52
TestGetPluginInfoMethod · 0.52