A FailClosed plugin whose Install returns an error must abort InstallAll. Design hard-constraint #6.
| 76 | // A FailClosed plugin whose Install returns an error must abort |
| 77 | // InstallAll. Design hard-constraint #6. |
| 78 | type failClosedPlugin struct{} |
| 79 | |
| 80 | func (failClosedPlugin) Name() string { return "secaudit" } |
| 81 | func (failClosedPlugin) Version() string { return "1.0.0" } |
nothing calls this directly
no outgoing calls
no test coverage detected