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
When I introduced gomock support in pkg/otel/arrow_record, I created two new interfaces used only in testing. Since the names Consumer and Producer (both structs) were taken, I created *API types. I also considered Iface. I could move these into a test package, or we can make the real types unexported and only export the interface. Something should be done.
The text was updated successfully, but these errors were encountered:
When I introduced gomock support in pkg/otel/arrow_record, I created two new interfaces used only in testing. Since the names Consumer and Producer (both structs) were taken, I created
*API
types. I also consideredIface
. I could move these into a test package, or we can make the real types unexported and only export the interface. Something should be done.The text was updated successfully, but these errors were encountered: