go-saas / kit

Microservice compatible starter kit for golang saas project
https://go-saas.github.io/kit/
Apache License 2.0
195 stars 37 forks source link

Wire feature missiing #18

Closed goxiaoy closed 2 years ago

goxiaoy commented 2 years ago

Current DI is based on wire

Some features are missing

- wire.List : inject one type multiple and resolved as list (usefully for seed.Contributor) - wire.Bind : bind one type as multiple interfaces, (usefully for service proxy)

goxiaoy commented 2 years ago

Replaced by https://github.com/goava/di