Plugin implements the components.Plugin interface to provide community script functionality.
| 13 | |
| 14 | // Plugin implements the components.Plugin interface to provide community script functionality. |
| 15 | type Plugin struct { |
| 16 | app *components.App |
| 17 | } |
| 18 | |
| 19 | // New returns a fresh plugin instance. |
| 20 | func New() *Plugin { |
nothing calls this directly
no outgoing calls
no test coverage detected