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
While implementing middlewares as a separate module it require to add go-gin as direct dependncy.
Having getters will be able to define interface on client side https://100go.co/#interface-on-the-producer-side-6
That allow to provide implementation to client, but without unnecessary dependencies in case of client doesn't need it
Description
While implementing middlewares as a separate module it require to add go-gin as direct dependncy.
Having getters will be able to define interface on client side https://100go.co/#interface-on-the-producer-side-6
That allow to provide implementation to client, but without unnecessary dependencies in case of client doesn't need it
How to reproduce
#2281
The text was updated successfully, but these errors were encountered: