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
Given the solution at #16621, an parallel solution is for depinject to support default provider and supplier bindings which can be easily over ridden by the user. This avoids the additional layer of indirection (factory function) required in the current version of depinject.
Default bindings would also remove the need to carry the log supply everywhere in tests and app chains
depinject.Supply(log.NewNopLogger()),
The text was updated successfully, but these errors were encountered:
Summary & Problem Definition
Given the solution at #16621, an parallel solution is for depinject to support default provider and supplier bindings which can be easily over ridden by the user. This avoids the additional layer of indirection (factory function) required in the current version of depinject.
Default bindings would also remove the need to carry the log supply everywhere in tests and app chains
The text was updated successfully, but these errors were encountered: