package
0.0.0-20220711204903-0fda810cc470
Repository: https://github.com/curious-kitten/scratch-post.git
Documentation: pkg.go.dev

# Functions

Decode is used to unmarshall the given data into an object.
IsValidationError checkIfAnError is a validation error.
NewValidationError creates a new ValidationError.
Wrap adds extra information related.

# Variables

No description provided by the author

# Structs

ValidationError represents an issue with value setting on a struct.

# Interfaces

Validatable represents an item that has constraints on what a correct structure is an imposes these constraints through the Validate method.