Plugin is a tiny example plugin that contributes a node action.
| 20 | |
| 21 | // Plugin is a tiny example plugin that contributes a node action. |
| 22 | type Plugin struct { |
| 23 | app *components.App |
| 24 | } |
| 25 | |
| 26 | // New creates a fresh plugin instance. |
| 27 | func New() *Plugin { |
nothing calls this directly
no outgoing calls
no test coverage detected