//
pkg.gl
Category
github.com/bcokert/render-cloud
validation
package
0.5.0
Repository:
https://github.com/bcokert/render-cloud.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
41 SLOC
#
Functions
NewValidator
Returns a new Validator that contains all custom validators.
#
Interfaces
Validator
A Validator can validate any given struct by using its struct tags Internally uses gopkg.in/validator.v2.Validator by default.