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
@simjay , grpc-gateway compiler will generate a method called gw.Register<YourService>HandlerFromEndpoint. <YourService> will be the service name you used in your proto file, eg,
I was trying to set up a small project with grpc-gateway, but encountered this error:
I cannot find where RegisterYourServiceHandlerFromEndpoint is defined. Did I do someting wrong?
The text was updated successfully, but these errors were encountered: