package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Packages
Package randidentcfg is defined separately from randident so that client packages can avoid a direct dependency on randident, and randident can be rebuilt without rebuilding the entire sql package.
# Functions
DefaultNameGeneratorConfig returns a recommended default for NameGeneratorConfig.
NewNameGenerator instantiates a NameGenerator for the given generation pattern.
# Interfaces
NameGenerator can be used to generate random SQL identifiers that resemble a base identifier.
# Type aliases
NameGeneratorConfig is an alias for randidentcfg.Config.