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