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

Struct Config

plugin/example/echo/echo.go:45–47  ·  view source on GitHub ↗

Config defines the plugin config scheme

Source from the content-addressed store, hash-verified

43
44// Config defines the plugin config scheme
45type Config struct {
46 MagicString string `yaml:"magic_string"`
47}
48
49// DefaultConfig implements plugin.Configurer
50func (c *EchoPlugin) DefaultConfig() interface{} {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected