Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ Enable
Method
Enable
plugin/compat/instance.go:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
// PluginInstance is an encapsulation layer of plugin instances of different backends.
26
type
PluginInstance
interface
{
27
Enable() error
28
Disable() error
29
30
// GetDisplay see Displayer
Callers
4
initializeSingleUserPlugin
Method · 0.95
TestEnableDisable
Method · 0.95
SetPluginEnabled
Method · 0.65
Enable
Method · 0.65
Implementers
2
PluginV1Instance
plugin/compat/v1.go
PluginInstance
plugin/testing/mock/mock.go
Calls
no outgoing calls
Tested by
1
TestEnableDisable
Method · 0.76