| 162 | } |
| 163 | |
| 164 | type capVersionPlugin struct { |
| 165 | name string |
| 166 | requirement string |
| 167 | fail platform.FailurePolicy |
| 168 | } |
| 169 | |
| 170 | func (p *capVersionPlugin) Name() string { return p.name } |
| 171 | func (p *capVersionPlugin) Version() string { return "0.0.1" } |
nothing calls this directly
no outgoing calls
no test coverage detected