validation

package
v0.0.0-...-d481519 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldError

type FieldError struct {
	Key     string `json:"key"`
	Type    string `json:"type"`
	Message string `json:"message"`
	Value   string `json:"value"`
}

type Validation

type Validation struct {
	// contains filtered or unexported fields
}

func New

func New() *Validation

func (*Validation) ExtractErrorMessage

func (v *Validation) ExtractErrorMessage(err error) []FieldError

func (*Validation) Validate

func (v *Validation) Validate(i interface{}) error

func (*Validation) ValidateVar

func (v *Validation) ValidateVar(fl interface{}, tag string) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL