wire
Dependency injector
A runtime dependency injection and wiring library for Go applications.
Strict Runtime Dependency Injection for Golang
37 stars
3 watching
8 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
dependency-injectiondependency-injection-containergolang
Related projects:
Repository | Description | Stars |
---|---|---|
muir/nject | A type-safe dependency injection system for Go that enables efficient and flexible creation of application chains. | 29 |
golobby/container | An IoC container for dependency injection in Go applications | 566 |
nvidia/gontainer | A dependency injection service container for Go projects. | 40 |
goioc/di | A lightweight, Spring-like Dependency Injection library for Go | 363 |
tiendc/autowire | A dependency injection framework for Go that allows automatic wiring and provides flexibility in configuration and testing. | 10 |
go-kod/kod | A framework that enables dependency injection and aspect-oriented programming using generics and interceptors | 173 |
logrange/linker | A dependency injection and inversion of control framework for Go. | 36 |
vardius/gocontainer | A dependency injection container for Go applications | 20 |
softwaremill/macwire | A dependency injection library for Scala that automatically generates instance creation code at compile-time. | 1,278 |
gone-io/gone | A lightweight dependency injection framework for building cloud-native microservices in Golang. | 133 |
giggio/sourceinject | A source generator for C# that uses Roslyn to automate dependency injection at compile time. | 79 |
magic003/alice | An additive dependency injection container for Golang. | 50 |
samber/do | A dependency injection toolkit with Go 1.18+ Generics that provides services with features like health checks, shutdowns, and lifecycle hooks. | 1,889 |
gracicot/kangaru | An inversion of control container for C++11 and later with dependency injection features. | 504 |