awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesNumeric Multiple Validations

Verifies that a numeric value is an exact multiple of a specified base integer.

Distinct from Integer Validation: Checks for integer multiples specifically, whereas parent handles general integer type verification

Explore 1 awesome GitHub repository matching software engineering & architecture · Numeric Multiple Validations. Refine with filters or upvote what's useful.

Awesome Numeric Multiple Validations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • go-ozzo/ozzo-validationAvatar de go-ozzo

    go-ozzo/ozzo-validation

    4,072Voir sur GitHub↗

    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

    Checks if a numeric value is an exact multiple of a specified base integer.

    Gogogolangozzo
    Voir sur GitHub↗4,072
  1. Home
  2. Software Engineering & Architecture
  3. Runtime Value Validation
  4. Integer Validation
  5. Numeric Multiple Validations