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

Method Disable

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

Source from the content-addressed store, hash-verified

26type PluginInstance interface {
27 Enable() error
28 Disable() error
29
30 // GetDisplay see Displayer
31 GetDisplay(location *url.URL) string

Callers 4

TestEnableDisableMethod · 0.95
SetPluginEnabledMethod · 0.65
RemoveUserMethod · 0.65
DisableMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestEnableDisableMethod · 0.76