-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Use protoc-gen-go-grpc to generate protobuf files #176
Labels
enhancement
Improving existing functionality
Comments
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
Merged
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 28, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 29, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 29, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
cthulhu-rider
pushed a commit
to cthulhu-rider/neofs-api-go
that referenced
this issue
Sep 29, 2021
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With new protubuf API v2 there is a updated
protoc-gen-go-grpc
package to generate GRPC code. It should be updated one day with something like this:See https://github.com/grpc/grpc-go/blob/master/cmd/protoc-gen-go-grpc/README.md for details on
require_unimplemented_servers=false
option.Based on #173
The text was updated successfully, but these errors were encountered: