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

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

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

heetch/confita

0
View on GitHub↗

Confita

Load configuration in cascade from multiple backends into a struct

Features

  • Configuration Management - Cascading configuration loader from multiple backends.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • إدارة الإعدادات - Cascading configuration loader.
  • 507 نجوم·49 تفرعات·Go·MIT·5 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ heetch/confitaمخطط تاريخ النجوم لـ heetch/confita

    بدائل مفتوحة المصدر لـ Confita

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Confita.
    • beatlabs/harvesterالصورة الرمزية لـ beatlabs

      beatlabs/harvester

      134عرض على GitHub↗

      Harvest configuration, watch and notify subscriber

      Goconfiguration-managementgogolang
      عرض على GitHub↗134
    • caarlos0/envالصورة الرمزية لـ caarlos0

      caarlos0/env

      6,004عرض على GitHub↗

      env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

      Goconfigconfigurationenvironment
      عرض على GitHub↗6,004
    • antham/envhالصورة الرمزية لـ antham

      antham/envh

      100عرض على GitHub↗

      Go helpers to manage environment variables

      Goconfiguration-managementenvironmentgolang
      عرض على GitHub↗100
    • go-ini/iniالصورة الرمزية لـ go-ini

      go-ini/ini

      3,542عرض على GitHub↗

      Package ini provides INI file read and write functionality in Go

      Goconfigurationgoini
      عرض على GitHub↗3,542
    عرض جميع البدائل الـ 30 لـ Confita→

    الأسئلة الشائعة

    ما هي وظيفة heetch/confita؟

    Load configuration in cascade from multiple backends into a struct

    ما هي الميزات الرئيسية لـ heetch/confita؟

    الميزات الرئيسية لـ heetch/confita هي: Configuration Management, إدارة الإعدادات.

    ما هي البدائل مفتوحة المصدر لـ heetch/confita؟

    تشمل البدائل مفتوحة المصدر لـ heetch/confita: go-ini/ini — Package ini provides INI file read and write functionality in Go. gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… beatlabs/harvester — Harvest configuration, watch and notify subscriber. caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… antham/envh — Go helpers to manage environment variables. hjson/hjson-go — Hjson for Go.