We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have following project structure define 1 grpc api: calculator.Sum
I can run server, and get response successfully:
go run server/server.go go run client/client.go
go run server/server.go
go run client/client.go
But i run image gripmock to mock service then fail. My commandline:
docker run -p 4770:4770 -p 4771:4771 -v <local path to project>/calculator/calculatorpb:/proto tkpd/gripmock /proto/calculator.proto
Error:
I look forward to the answer, best wishes!
The text was updated successfully, but these errors were encountered:
try to use image tkpd/gripmock:v1.11-beta and remove the go_package declaration
tkpd/gripmock:v1.11-beta
Sorry, something went wrong.
No branches or pull requests
I have following project structure define 1 grpc api: calculator.Sum
I can run server, and get response successfully:
go run server/server.go
go run client/client.go
But i run image gripmock to mock service then fail. My commandline:
docker run -p 4770:4770 -p 4771:4771 -v <local path to project>/calculator/calculatorpb:/proto tkpd/gripmock /proto/calculator.proto
Error:
I look forward to the answer, best wishes!
The text was updated successfully, but these errors were encountered: