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

Method Disable

plugin/example/echo/echo.go:69–72  ·  view source on GitHub ↗

Disable disables the plugin.

()

Source from the content-addressed store, hash-verified

67
68// Disable disables the plugin.
69func (c *EchoPlugin) Disable() error {
70 log.Println("echo plugin disbled")
71 return nil
72}
73
74// RegisterWebhook implements plugin.Webhooker.
75func (c *EchoPlugin) RegisterWebhook(baseURL string, g *gin.RouterGroup) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected