package
0.7.0
Repository: https://github.com/jake-hansen/agora.git
Documentation: pkg.go.dev

# Functions

Cfg returns a new Config containing the given slice of CustomValidationFuncs.
NewValidator returns a new Validator configured using the provided Config and also initializes the Validator for use.
Provide provides a new Validator using the given Config.
ProvideCustomValidationFuncs provides a slice of CustomValidationFuncs used in the application.

# Variables

MeetingTimeValidator is a CustomValidationFunc that requires a string to be in RFC3339 format.
ProviderSet provides a Validator.

# Structs

Config is used to configure a Validator with the containing Engine and CustomValidationFuncs.
CustomValidationFunc represents a custom validation function and other associated properties.
Validator contains the components needed to perform validation within the application.

# Interfaces

No description provided by the author