Skip to content

Commit

Permalink
chore: copy protos for new APIs to go sdk and fix MakeFile (#332)
Browse files Browse the repository at this point in the history
* chore: copy protos for new APIs to go sdk and fix MakeFile
  • Loading branch information
pratik151192 authored Jul 5, 2023
1 parent 5590081 commit 3bf20d2
Show file tree
Hide file tree
Showing 15 changed files with 5,207 additions and 3,185 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:

- name: Run test
run: make test


2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protos:
@echo "Did you copy momentohq/client_protos/protos/*.proto to internal/protos?"
# this file is not needed and causes errors, so make sure it's not present
rm -f internal/protos/httpcache.proto
protoc -I=internal --go_out=internal --go_opt=paths=source_relative --go-grpc_out=internal --go-grpc_opt=paths=source_relative internal/protos/*.proto
protoc -I=internal/protos --go_out=internal/protos --go_opt=paths=source_relative --go-grpc_out=internal/protos --go-grpc_opt=paths=source_relative internal/protos/*.proto

.PHONY: build
build:
Expand Down
Loading

0 comments on commit 3bf20d2

Please sign in to comment.