package
0.0.0-20241212133632-bf86e9aaa01b
Repository: https://github.com/webdevfuel/projectmotor.git
Documentation: pkg.go.dev
# Functions
NewValidatedSlice returns a ValidatedSlice.
Validate reports whether the type implementing the Validator interface is valid, according to validation rules specified within Validate method.
# Interfaces
A Validator is a struct of any type with a Validate method.
# Type aliases
A ValidatedSlice is an alias to []Validated.