Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gotify/server
/ NewPluginInstance
Method
NewPluginInstance
plugin/compat/plugin.go:6–6 ·
view source on GitHub ↗
(ctx UserContext)
Source
from the content-addressed store, hash-verified
4
type
Plugin
interface
{
5
PluginInfo() Info
6
NewPluginInstance(ctx UserContext) PluginInstance
7
APIVersion() string
8
}
9
Callers
7
initializeSingleUserPlugin
Method · 0.65
TestInstantiatePlugin
Method · 0.65
TestGetCapabilities
Method · 0.65
TestSetConfig
Method · 0.65
TestRegisterWebhook
Method · 0.65
TestEnableDisable
Method · 0.65
TestGetDisplay
Method · 0.65
Implementers
2
PluginV1
plugin/compat/v1.go
Plugin
plugin/testing/mock/mock.go
Calls
no outgoing calls
Tested by
6
TestInstantiatePlugin
Method · 0.52
TestGetCapabilities
Method · 0.52
TestSetConfig
Method · 0.52
TestRegisterWebhook
Method · 0.52
TestEnableDisable
Method · 0.52
TestGetDisplay
Method · 0.52