MockDataSource is a mock implementation of the IDataSource interface
| 28 | |
| 29 | // MockDataSource is a mock implementation of the IDataSource interface |
| 30 | type MockDataSource struct { |
| 31 | mock.Mock |
| 32 | } |
| 33 | |
| 34 | // Transaction methods |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected