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