MockDatabaseMockRecorder is the mock recorder for MockDatabase.
| 49 | |
| 50 | // MockDatabaseMockRecorder is the mock recorder for MockDatabase. |
| 51 | type MockDatabaseMockRecorder struct { |
| 52 | mock *MockDatabase |
| 53 | } |
| 54 | |
| 55 | // NewMockDatabase creates a new mock instance. |
| 56 | func NewMockDatabase(ctrl *gomock.Controller) *MockDatabase { |
nothing calls this directly
no outgoing calls
no test coverage detected