Pakket: golang-gopkg-go-playground-validator.v8-dev (8.18.1-1)
Verwijzigingen voor golang-gopkg-go-playground-validator.v8-dev
Trisquel bronnen:
Het bronpakket golang-gopkg-go-playground-validator.v8 downloaden:
- [golang-gopkg-go-playground-validator.v8_8.18.1-1.dsc]
- [golang-gopkg-go-playground-validator.v8_8.18.1.orig.tar.gz]
- [golang-gopkg-go-playground-validator.v8_8.18.1-1.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team (Mailarchief)
- Shengjing Zhu
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- golang-github-go-playground-validator-v10-dev
- golang-github-tendermint-go-wire-dev
- golang-gopkg-pg.v5-dev
- golang-github-alecthomas-jsonschema-dev
- python3-gfapy
- golang-github-kisielk-sqlstruct-dev
- golang-github-goji-param-dev
- golang-gopkg-validator.v2-dev
- golang-github-mitchellh-mapstructure-dev
- libcgi-formbuilder-perl
- golang-github-alexflint-go-arg-dev
Go Struct and Field validation (version 8.x)
Package validator implements value validations for structs and individual fields based on tags.
It has the following unique features:
* Cross Field and Cross Struct validations by using validation tags or custom validators. * Slice, Array and Map diving, which allows any or all levels of a multidimensional field to be validated. * Handles type interface by determining it's underlying type prior to validation. * Handles custom field types such as sql driver Valuer * Alias validation tags, which allows for mapping of several validations to a single tag for easier defining of validations on structs * Extraction of custom defined Field Name e.g. can specify to extract the JSON name while validating and have it available in the resulting FieldError
Andere aan golang-gopkg-go-playground-validator.v8-dev gerelateerde pakketten
|
|
|
-
- dep: golang-gopkg-go-playground-assert.v1-dev
- Basic Assertion Library used along side native go testing