MCPcopy Index your code
hub / github.com/bytebase/bytebase / MockDriver

Struct MockDriver

backend/plugin/advisor/utils_for_tests.go:463–464  ·  view source on GitHub ↗

MockDriver is the driver for test only.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected