Getting "Unimplemented name" Error in generated go file from proto file

Every time, I generate the code, I’am getting this error:

error-image

this is my proto file:

proto-file

the command that, I use to generate the code is::

protoc pb/pb.proto --go-grpc_out=./pb

please help me in this
thank you

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.