package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

Self is a convenience function for Validate called at the ValidationLevelSelfOnly level and combining the resulting errors.
Validate performs validation checks on the provided descriptors, up to the specified level.

# Constants

ImmutableRead is the default validation level when reading an immutable descriptor.
MutableRead is the default validation level when reading a mutable descriptor.
Write is the default validation level when writing a descriptor.

# Interfaces

ValidationDereferencer is an interface to retrieve descriptors and namespace entries.