//
pkg.gl
Category
github.com/yaitoo/xun
ext
form
package
1.1.1
Repository:
https://github.com/yaitoo/xun.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
121 SLOC
#
Functions
AddValidator
AddValidator adds a new validator and translator to the map.
BindForm
BindForm binds the request body to the given struct.
BindJson
BindJson binds the JSON request body to the given struct.
BindQuery
BindQuery binds the query string to the given struct.
#
Structs
TEntity
TEntity is a struct that contains the data and errors.
Validator
Validator validates struct and field values.