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
As we're exploring tagging parameters of a constructor as named values or
value groups (e.g. #715), we should also
explore how to specify that a parameter of a function should be treated as an fx.In-tagged struct even if it doesn't embed fx.In.
Whatever we do here should also support customization on the embed for parity with features like uber-go/dig#273.
The text was updated successfully, but these errors were encountered:
As we're exploring tagging parameters of a constructor as named values or
value groups (e.g. #715), we should also
explore how to specify that a parameter of a function should be treated as an
fx.In
-tagged struct even if it doesn't embedfx.In
.Whatever we do here should also support customization on the embed for parity with features like uber-go/dig#273.
The text was updated successfully, but these errors were encountered: