happyPlugin is a textbook plugin: declares Capabilities, calls a few Registrar methods, returns nil. The install pipeline must accept it.
| 17 | // happyPlugin is a textbook plugin: declares Capabilities, calls a few |
| 18 | // Registrar methods, returns nil. The install pipeline must accept it. |
| 19 | type happyPlugin struct{ name string } |
| 20 | |
| 21 | func (p happyPlugin) Name() string { return p.name } |
| 22 | func (p happyPlugin) Version() string { return "1.0.0" } |
nothing calls this directly
no outgoing calls
no test coverage detected