package
0.1.16
Repository: https://github.com/validator-labs/validator.git
Documentation: pkg.go.dev

# Functions

Build creates a new ValidationResult for a specific Validator.
Finalize finalizes a ValidationResult, ensuring that the overall validation status remains failed if a single rule fails.
HandleExisting processes a preexisting validation result for the active validator.
HandleNew creates a new validation result for the active validator.
Name returns the name of a ValidationResult for a specific Validator.
SafeUpdate processes and patches a ValidationResult with retry logic.

# Interfaces

Patcher is an interface for patching objects.
Validator is an interface for building ValidationResults.