[ buster ]
[ bullseye ]
套件:golang-gopkg-go-playground-validator.v8-dev(8.18.2-1)
golang-gopkg-go-playground-validator.v8-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-gopkg-go-playground-validator.v8:
- [golang-gopkg-go-playground-validator.v8_8.18.2-1.dsc]
- [golang-gopkg-go-playground-validator.v8_8.18.2.orig.tar.xz]
- [golang-gopkg-go-playground-validator.v8_8.18.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-go-playground-validator-v10-dev
- golang-github-go-ozzo-ozzo-validation.v4-dev
- golang-github-tendermint-go-wire-dev
- golang-github-vmihailenco-msgpack.v5-dev
- golang-gopkg-pg.v5-dev
- golang-github-creasty-defaults-dev
- golang-github-tdewolff-argp-dev
- golang-github-alecthomas-jsonschema-dev
- golang-gopkg-validator.v2-dev
- golang-github-kisielk-sqlstruct-dev
- python3-gfapy
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 see 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