Categorygithub.com/narvikd/fiberparser
modulepackage
1.1.1
Repository: https://github.com/narvikd/fiberparser.git
Documentation: pkg.go.dev

# Functions

ParseAndValidate is a wrapper function for ParseBody and customvalidator.ValidateJSON.
ParseBody parses a pointer to a struct with fiber's body parse.
RegisterErrorHandler registers a new Fiber Error Handler.
ValidateJSON accepts a struct and validates it according to its model's tags.