MCPcopy
hub / github.com/cockroachdb/cockroach / BackupRestoreTestingKnobs

Struct BackupRestoreTestingKnobs

pkg/sql/exec_util.go:887–891  ·  view source on GitHub ↗

BackupRestoreTestingKnobs contains knobs for backup and restore behavior.

Source from the content-addressed store, hash-verified

885
886// BackupRestoreTestingKnobs contains knobs for backup and restore behavior.
887type BackupRestoreTestingKnobs struct {
888 // AllowImplicitAccess allows implicit access to data sources for non-admin
889 // users. This enables using nodelocal for testing BACKUP/RESTORE permissions.
890 AllowImplicitAccess bool
891}
892
893var _ base.ModuleTestingKnobs = &BackupRestoreTestingKnobs{}
894

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected