BackupRestoreTestingKnobs contains knobs for backup and restore behavior.
| 885 | |
| 886 | // BackupRestoreTestingKnobs contains knobs for backup and restore behavior. |
| 887 | type 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 | |
| 893 | var _ base.ModuleTestingKnobs = &BackupRestoreTestingKnobs{} |
| 894 |
nothing calls this directly
no outgoing calls
no test coverage detected