You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WithImplementations() option to use with constructors (#17)
* Add WithImplementations() option to use with constructors
* Fix tests
* Update readme
* Add WithImplementation() test
* Do not put context into resolver on di.Ctx().Resolver() call
* Typo
Resolver: fill struct fields of type struct with recursive (#12)
* resolver: fill slice & map struct fields with recursive
* resolver: fill struct fields of type struct with recursive
Co-authored-by: Sergey Dobrodey <sergey.dobrodey@softswiss.com>