Config defines the plugin config scheme
| 43 | |
| 44 | // Config defines the plugin config scheme |
| 45 | type Config struct { |
| 46 | MagicString string `yaml:"magic_string"` |
| 47 | } |
| 48 | |
| 49 | // DefaultConfig implements plugin.Configurer |
| 50 | func (c *EchoPlugin) DefaultConfig() interface{} { |
nothing calls this directly
no outgoing calls
no test coverage detected