awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesFunction Registries

Registries that map string identifiers to custom validation functions for runtime lookup.

Distinct from Custom Validation Functions: Distinct from custom functions by focusing on the registry mechanism (the map) rather than the execution of the logic.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Function Registries. Refine with filters or upvote what's useful.

Awesome Function Registries GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • go-playground/validatorgo-playground का अवतार

    go-playground/validator

    20,028GitHub पर देखें↗

    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

    Maintains a registry where custom validator functions are mapped to string identifiers for dynamic lookup during evaluation.

    Goerror-handlingtranslationvalidation
    GitHub पर देखें↗20,028
  • asaskevich/govalidatorasaskevich का अवतार

    asaskevich/govalidator

    6,203GitHub पर देखें↗

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

    Maintains a global map of named validation functions that can be registered and invoked by tag references.

    Gogogovalidatorsanitization
    GitHub पर देखें↗6,203
  • kolodny/immutability-helperkolodny का अवतार

    kolodny/immutability-helper

    5,187GitHub पर देखें↗

    immutability-helper एक अपरिवर्तनीय (immutable) डेटा हेरफेर लाइब्रेरी और ऑब्जेक्ट उपयोगिता है जिसका उपयोग ऑब्जेक्ट्स और एरेज़ की संशोधित प्रतियां बनाने के लिए किया जाता है। यह एक कमांड-आधारित स्टेट मैनेजर और कार्यात्मक डेटा ट्रांसफॉर्मर के रूप में कार्य करता है जो यह सुनिश्चित करता है कि अपडेट के दौरान मूल सोर्स डेटा अपरिवर्तित रहे। यह लाइब्रेरी परिवर्तनों को निर्दिष्ट करने के लिए म्यूटेशन कमांड और डिस्क्रिप्टर के एक घोषणात्मक सेट का उपयोग करके खुद को अलग करती है। यदि म्यूटेशन प्रक्रिया के दौरान कोई वास्तविक परिवर्तन नहीं होता है तो यह मूल ऑब्जेक्ट संदर्भ लौटाकर संदर्भ समानता को संरक्षित करती है। यह नेस्टेड संरचनाओं को डीप क्लोन करने और ऑब्जेक्ट्स, एरेज़, मैप्स और सेट्स पर जटिल स्थिति म्यूटेशन करने की क्षमताएं प्रदान करती है। सिस्टम अपरिवर्तनीय ऑब्जेक्ट्स को मर्ज करने और प्लगेबल म्यूटेशन इंजन के माध्यम से कस्टम ट्रांसफॉर्मेशन लॉजिक लागू करने का समर्थन करता है।

    Uses a lookup table to map identifiers to user-defined functions for specialized data transformations.

    TypeScript
    GitHub पर देखें↗5,187
  • sindresorhus/owsindresorhus का अवतार

    sindresorhus/ow

    3,868GitHub पर देखें↗

    ow is a type-safe schema validation library for TypeScript that verifies data integrity at runtime. It functions as a runtime validation framework and type guard utility, ensuring that JavaScript values match expected types and schemas before they are processed. The library synchronizes runtime data checks with static TypeScript type definitions, allowing users to extract type definitions directly from validation predicates. This integration enables type narrowing, where a successful validation result refines the variable type for safer usage in the code. The framework uses a chainable API t

    Provides a registry mechanism to map identifiers to reusable standalone validation functions.

    TypeScriptjavascriptnodejsnpm-package
    GitHub पर देखें↗3,868
  • go-validator/validatorgo-validator का अवतार

    go-validator/validator

    1,335GitHub पर देखें↗

    This project is a data validation framework for the Go programming language that enforces integrity by applying declarative constraints to struct fields. It utilizes reflection to inspect data structures at runtime, mapping field-level requirements defined in struct tags to specific validation logic. The library distinguishes itself through its ability to handle complex object graphs by recursively traversing nested structures and slices. It supports context-aware validation, allowing developers to switch between different rule sets for the same data structure based on application state or sp

    Maintains a central lookup table of validation functions that allows developers to register and invoke custom business rules.

    Go
    GitHub पर देखें↗1,335
  1. Home
  2. Software Engineering & Architecture
  3. Custom Validation Rules
  4. Asynchronous Validators
  5. Custom Validation Functions
  6. Function Registries