MCPcopy Index your code
hub / github.com/gotify/server / Plugin

Struct Plugin

plugin/testing/mock/mock.go:19–21  ·  view source on GitHub ↗

Plugin is a mock plugin.

Source from the content-addressed store, hash-verified

17
18// Plugin is a mock plugin.
19type Plugin struct {
20 Instances []PluginInstance
21}
22
23// PluginInfo implements loader.PluginCompat
24func (c *Plugin) PluginInfo() compat.Info {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected