package
0.8.0
Repository: https://github.com/wakflo/go-sdk.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDefaultValidator returns a Validator constructed from the go-playground v10 validator.
No description provided by the author
NewValidationErrObject simply returns a ValidationErrObject from a go-playground v10 validator `FieldError`.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

nolint:gosimple.
nolint:gosimple.

# Structs

DefaultValidator uses the go-playground v10 validator for verifying that request objects are well-formed.
ValidationErrObject represents an error referencing a specific field in a struct that must match a specific condition.

# Interfaces

Validator will validate the fields for a request object to ensure that the request is well-formed.