autowire
DI framework
A dependency injection framework for Go that allows automatic wiring and provides flexibility in configuration and testing.
Dependency injection for Go using generics and reflection
8 stars
2 watching
0 forks
Language: Go
last commit: 2 months ago
Linked from 1 awesome list
dependencydependency-injectiondependency-injection-containerwiring
Related projects:
Repository | Description | Stars |
---|---|---|
gone-io/gone | A lightweight dependency injection framework for Go microservices | 129 |
goioc/di | A lightweight, Spring-like Dependency Injection library for Go | 362 |
go-kod/kod | A generics-based dependency injection framework for Go that supports OpenTelemetry trace/metric/log natively. | 169 |
fs02/wire | A runtime dependency injection and wiring library for Go applications. | 37 |
defval/di | A dependency injection container for the Go programming language | 233 |
autofac/autofac.extensions.dependencyinjection | An Autofac implementation of the .NET Core dependency injection abstraction interfaces | 196 |
samber/do | A dependency injection toolkit with Go 1.18+ Generics that provides services with features like health checks, shutdowns, and lifecycle hooks. | 1,868 |
logrange/linker | A dependency injection and inversion of control framework for Go. | 36 |
uber/needle | A dependency injection framework that ensures compile-time safety and compatibility with various iOS application architectures. | 1,837 |
vanillasource/jaywire | A lightweight dependency injection framework for Java applications | 57 |
magic003/alice | An additive dependency injection container for Golang. | 50 |
i-love-flamingo/dingo | A dependency injection framework for Go | 180 |
appfoundry/reliant | A Dependency Injection framework for Objective-C that simplifies the process of managing object dependencies. | 51 |
kawoou/deli | A Dependency Injection framework to simplify the creation and management of objects in a software application | 135 |
firasdarwish/ore | A lightweight and generic dependency injection container for Go that facilitates object lifetimes and inversion of control. | 9 |