# Functions
New returns a slice containing all basic validators for interactive requests.
NewReuse returns a reuse validator.
NewUnattended returns a slice containing all validators required for unattended requests.
# Structs
Basic implements Validator and performs basic checking of a request.
GenericGeneratorChecks provides general sanity checks for SpliceD generators.
PrefixGeneratorCheck provides sanity checks for the SpliceD "prefix" Generator.
Reuse implements validators.Validator and checks if the request is permitted to enable name reuse.
# Interfaces
Validator performs metadata checking for requests.