NerdctlCommandSystemDeps is a mock of NerdctlCommandSystemDeps interface.
| 20 | |
| 21 | // NerdctlCommandSystemDeps is a mock of NerdctlCommandSystemDeps interface. |
| 22 | type NerdctlCommandSystemDeps struct { |
| 23 | ctrl *gomock.Controller |
| 24 | recorder *NerdctlCommandSystemDepsMockRecorder |
| 25 | isgomock struct{} |
| 26 | } |
| 27 | |
| 28 | // NerdctlCommandSystemDepsMockRecorder is the mock recorder for NerdctlCommandSystemDeps. |
| 29 | type NerdctlCommandSystemDepsMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected