MockDriver is the driver for test only.
| 461 | |
| 462 | // MockDriver is the driver for test only. |
| 463 | type MockDriver struct { |
| 464 | } |
| 465 | |
| 466 | // Open implements the Driver interface. |
| 467 | func (d *MockDriver) Open(_ context.Context, _ storepb.Engine, _ database.ConnectionConfig) (database.Driver, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected