パッケージ: golang-github-go-playground-validator-v10-dev (10.4.1-2)
golang-github-go-playground-validator-v10-dev に関するリンク
Debian の資源:
golang-github-go-playground-validator-v10 ソースパッケージをダウンロード:
- [golang-github-go-playground-validator-v10_10.4.1-2.dsc]
- [golang-github-go-playground-validator-v10_10.4.1.orig.tar.gz]
- [golang-github-go-playground-validator-v10_10.4.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-gopkg-go-playground-validator.v8-dev
- golang-github-go-ozzo-ozzo-validation.v4-dev
- golang-github-vmihailenco-msgpack.v5-dev
- golang-gopkg-pg.v5-dev
- golang-github-tendermint-go-wire-dev
- golang-github-tdewolff-argp-dev
- golang-github-go-viper-mapstructure-dev
- golang-github-creasty-defaults-dev
- golang-github-mitchellh-mapstructure-dev
- golang-github-goji-param-dev
- golang-github-alexflint-go-arg-dev
Go library for struct and field validation
The validator package implements value validations for structs and individual fields based on tags.
It has the following unique features:
- Cross Field and Cross Struct validation 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. - Ability to dive into both map keys and values for validation. - Handles type interface by determining its underlying type prior to validation. - Handles custom field types such as the SQL driver's Valuer. - Alias validation tags, which allows for mapping of several validations to a single tag for easier definition of validations on structs. - Extraction of custom defined Field Name, allowing to specify extracting the JSON name while validating and making it available in the resulting FieldError. - Customizable i18n-aware error messages.
その他の golang-github-go-playground-validator-v10-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-go-playground-assert-v2-dev
- basic assertion library for Go
-
- dep: golang-github-go-playground-locales-dev
- set of locales generated from the CLDR Project
-
- dep: golang-github-go-playground-universal-translator-dev
- translator for Go using CLDR data and pluralization rules
-
- dep: golang-github-leodido-go-urn-dev
- Go parser for Uniform Resource Names
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries