MockCommand is a mock of Command interface.
| 14 | |
| 15 | // MockCommand is a mock of Command interface. |
| 16 | type MockCommand struct { |
| 17 | ctrl *gomock.Controller |
| 18 | recorder *MockCommandMockRecorder |
| 19 | } |
| 20 | |
| 21 | // MockCommandMockRecorder is the mock recorder for MockCommand. |
| 22 | type MockCommandMockRecorder struct { |
nothing calls this directly
no outgoing calls
no test coverage detected