CommandMockRecorder is the mock recorder for Command.
| 28 | |
| 29 | // CommandMockRecorder is the mock recorder for Command. |
| 30 | type CommandMockRecorder struct { |
| 31 | mock *Command |
| 32 | } |
| 33 | |
| 34 | // NewCommand creates a new mock instance. |
| 35 | func NewCommand(ctrl *gomock.Controller) *Command { |
nothing calls this directly
no outgoing calls
no test coverage detected