MCPcopy Create free account
hub / github.com/gotify/server / Enable

Method Enable

plugin/example/echo/echo.go:63–66  ·  view source on GitHub ↗

Enable enables the plugin.

()

Source from the content-addressed store, hash-verified

61
62// Enable enables the plugin.
63func (c *EchoPlugin) Enable() error {
64 log.Println("echo plugin enabled")
65 return nil
66}
67
68// Disable disables the plugin.
69func (c *EchoPlugin) Disable() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected