Skip to content

Commit

Permalink
fix(proto): remove mustEmbedUnimplementedRunSnapCommandServer (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Nov 22, 2023
1 parent 6b1a457 commit 38ce031
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protobuf:
@protoc -I $(PWD)/pkg/apis/openebs.io/v1alpha1/ \
-I ${GOPATH}/src \
--go_out=$(PWD)/pkg/proto \
--go-grpc_out=$(PWD)/pkg/proto \
--go-grpc_out=require_unimplemented_servers=false:$(PWD)/pkg/proto \
$(PWD)/pkg/apis/cstor/v1/cstorvolume.proto

# deps ensures fresh go.mod and go.sum.
Expand Down
6 changes: 2 additions & 4 deletions pkg/proto/cstorvolume_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38ce031

Please sign in to comment.