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
Instead of ad-hoc setup of components in main, a semi-generic component in the root package, grpcbridge, should be created, so that it is usable not only from the grpcbridge binary, but also from other packages. It is also a good place where a thorough godoc can be placed regarding how the different components are integrated together in the current setup of proxying to remote services.
The text was updated successfully, but these errors were encountered:
Instead of ad-hoc setup of components in
main
, a semi-generic component in the root package,grpcbridge
, should be created, so that it is usable not only from the grpcbridge binary, but also from other packages. It is also a good place where a thorough godoc can be placed regarding how the different components are integrated together in the current setup of proxying to remote services.The text was updated successfully, but these errors were encountered: