MCPcopy
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.
26type PluginInstance interface {
27 Enable() error
28 Disable() error
29
30 // GetDisplay see Displayer

Callers 4

TestEnableDisableMethod · 0.95
SetPluginEnabledMethod · 0.65
EnableMethod · 0.65

Implementers 2

PluginV1Instanceplugin/compat/v1.go
PluginInstanceplugin/testing/mock/mock.go

Calls

no outgoing calls

Tested by 1

TestEnableDisableMethod · 0.76