Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
4
type
Plugin
interface
{
5
PluginInfo() Info
6
NewPluginInstance(ctx UserContext) PluginInstance
7
APIVersion() string
8
}
Callers
8
TestGetPluginInfo
Method · 0.65
TestGetPluginInfo_notFound_doNotPanic
Method · 0.65
PluginInfo
Method · 0.65
RemoveUser
Method · 0.65
LoadPlugin
Method · 0.65
initializeSingleUserPlugin
Method · 0.65
TestGetPluginInfo
Method · 0.65
GetPlugins
Method · 0.65
Implementers
2
PluginV1
plugin/compat/v1.go
Plugin
plugin/testing/mock/mock.go
Calls
no outgoing calls
Tested by
3
TestGetPluginInfo
Method · 0.52
TestGetPluginInfo_notFound_doNotPanic
Method · 0.52
TestGetPluginInfo
Method · 0.52