validator

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Operator
	// is an alias for src.Operator used to process validate.
	Operator = src.Operator

	// Struct
	// validates any struct instance.
	Struct = src.Struct
)
View Source
var (
	// Form
	// is an alias function for src.Form. It's read data from a form that
	// formatted as application/x-www-form-urlencoded.
	Form = src.Form

	// FormWithQuery
	// is an alias function for src.FormWithQuery. It's read data from
	// url string and form that formatted as application/x-www-form-urlencoded.
	FormWithQuery = src.FormWithQuery

	// Json
	// is an alias function for src.Json. It's read data from a form that
	// formatted as application/json.
	Json = src.Json

	// JsonWithQuery
	// is an alias function for src.JsonWithQuery. It's read data from url string
	// and form that formatted as application/json.
	JsonWithQuery = src.JsonWithQuery

	// Query
	// is an alias function for src.Query. It's read data from url string.
	Query = src.Query

	// Xml
	// is an alias function for src.Xml. It's read data from a form that
	// formatted as application/xml.
	Xml = src.Xml

	// XmlWithQuery
	// is an alias function for src.XmlWithQuery. It's read data from url
	// and form that formatted as application/xml.
	XmlWithQuery = src.XmlWithQuery
)

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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