Skip to content

Commit

Permalink
fix(proto): add GRPC interfaces (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Nov 21, 2023
1 parent 1aa2b4e commit 6cb121c
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +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 \
$(PWD)/pkg/apis/cstor/v1/cstorvolume.proto

# deps ensures fresh go.mod and go.sum.
Expand Down
161 changes: 161 additions & 0 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 6cb121c

Please sign in to comment.