Skip to content

Commit

Permalink
regenerate genproto
Browse files Browse the repository at this point in the history
  • Loading branch information
asmyasnikov committed Mar 15, 2024
1 parent cec53bc commit fc0fbff
Show file tree
Hide file tree
Showing 5 changed files with 5,027 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ proto: clean protobuf
clean:
rm -rf draft protos Ydb_*

protobuf:
docker:
docker build -f generate-protobuf.Dockerfile . -t ydb-go-sdk-proto-generator-env

protobuf: docker
docker run -v ${PWD}:/project -it ydb-go-sdk-proto-generator-env:latest bash ./generate_proto.sh
2 changes: 1 addition & 1 deletion api
178 changes: 178 additions & 0 deletions draft/Ydb_KeyValue_V1/ydb_keyvalue_v1.pb.go

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

Loading

0 comments on commit fc0fbff

Please sign in to comment.