package
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# Functions

New creates a Validator with the given options.

# Variables

No description provided by the author
No description provided by the author
WithDescriptors allows warming up the Validator with message descriptors that are expected to be validated.
WithDisableLazy prevents the Validator from lazily building validation logic for a message it has not encountered before.
WithFailFast specifies whether validation should fail on the first constraint violation encountered or if all violations should be accumulated.
WithMessages allows warming up the Validator with messages that are expected to be validated.
WithStandardConstraintInterceptor allows intercepting the StandardConstraintResolver used by the Validator to modify or replace it.
WithUTC specifies whether timestamp operations should use UTC or the OS's local timezone for timestamp related values.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author