Skip to content

Commit

Permalink
add storage protos
Browse files Browse the repository at this point in the history
  • Loading branch information
jack committed Aug 13, 2021
1 parent 57a87d8 commit 38598c9
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gen:
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pinecone/core.proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative pinecone/core.proto pinecone/storage.proto

test:
go test ./...
362 changes: 362 additions & 0 deletions pinecone/storage.pb.go

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

Loading

0 comments on commit 38598c9

Please sign in to comment.