package
1.4.1
Repository: https://github.com/barchart/common-go.git
Documentation: pkg.go.dev

# README

Validation

The validation package is a wrapper over the github.com/go-playground/validator.

Validation package implements Singleton pattern. validation.GetValidator() method returns the same instance of the validator.Validate.

# Functions

GetValidator returns instance of validator.
No description provided by the author

# Variables

No description provided by the author