awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesInterface Embedding

Automatically embeds shared fields into implementing types to reduce code duplication.

Distinct from Shared Library Interfaces: Distinct from Shared Library Interfaces: focuses on code generation and struct embedding rather than library-level interface sharing.

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

Awesome Interface Embedding GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • 99designs/gqlgenالصورة الرمزية لـ 99designs

    99designs/gqlgen

    10,729عرض على GitHub↗

    gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and

    Reduces code duplication by automatically embedding shared fields into implementing types during code generation.

    Gocodegendataloadergogenerate
    عرض على GitHub↗10,729
  1. Home
  2. Software Engineering & Architecture
  3. Interface Embedding