package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

New initializes a controller with our local validation, it can be overwritten.
ValidatePayload is 1 implementation of the closure in our controller.

# Structs

Controller holds our validation functions.
Payload is the value we process.
Verror is an error that occurs during validation, we can return this to a user.