awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
G

gobuffalo/validate

0
View on GitHub↗
0 Stars·0 Forks·1 Aufruf

Validate

Features

  • Validation Libraries - Framework for writing validation tools.

Star-Verlauf

Star-Verlauf für gobuffalo/validateStar-Verlauf für gobuffalo/validate

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Validate

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Validate.
  • faceair/jioF

    faceair/jio

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • go-ozzo/ozzo-validationAvatar von go-ozzo

    go-ozzo/ozzo-validation

    4,072Auf GitHub ansehen↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Gogogolangozzo
    Auf GitHub ansehen↗4,072
  • go-playground/validatorAvatar von go-playground

    go-playground/validator

    20,028Auf GitHub ansehen↗

    This is a Go struct validation library used to maintain data integrity by enforcing constraints on fields, slices, and maps. It functions as a schema validation tool and data integrity validator, ensuring that complex nested structures adhere to predefined rules. The library utilizes struct tags to configure validation logic at runtime and supports a custom function registry for extending validation rules. It is distinguished by its ability to perform cross-field dependency evaluation, allowing the comparison of values between different fields within the same data structure to ensure logical

    Goerror-handlingtranslationvalidation
    Auf GitHub ansehen↗20,028
  • asaskevich/govalidatorAvatar von asaskevich

    asaskevich/govalidator

    6,203Auf GitHub ansehen↗

    Go Package of validators and sanitizers for strings, numerics, slices and structs

    Gogogovalidatorsanitization
    Auf GitHub ansehen↗6,203
Alle 10 Alternativen zu Validate anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von gobuffalo/validate?

Die Hauptfunktionen von gobuffalo/validate sind: Validation Libraries.

Welche Open-Source-Alternativen gibt es zu gobuffalo/validate?

Open-Source-Alternativen zu gobuffalo/validate sind unter anderem: asaskevich/govalidator — [Go] Package of validators and sanitizers for strings, numerics, slices and structs. faceair/jio. go-ozzo/ozzo-validation — ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types… go-playground/validator — This is a Go struct validation library used to maintain data integrity by enforcing constraints on fields, slices, and… gookit/validate — ⚔ Go package for data validation and filtering. support Map, Struct, Form data.… guiferpa/gody.