noopContainerCLI is a ContainerCLI that does nothing.
| 25 | |
| 26 | // noopContainerCLI is a ContainerCLI that does nothing. |
| 27 | type noopContainerCLI struct{} |
| 28 | |
| 29 | var _ ContainerCLI = noopContainerCLI{} |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected