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
I'm trying to implement it as a custom rpc to pass to my ServiceClientImpl that is generated, but since it's not exported I have to edit the file to add export.
The text was updated successfully, but these errors were encountered:
When I generate a service the
Rpc
interface is not exported, should it be?I'm trying to implement it as a custom rpc to pass to my
ServiceClientImpl
that is generated, but since it's not exported I have to edit the file to addexport
.The text was updated successfully, but these errors were encountered: