Skip to content

ydb-platform/ydb-go-genproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ydb-go-genproto

ydb-go-genproto includes code generation from YDB protos

Re-generation *.pb.go code

  1. First you must get latest YDB proto files which includes into this project as git submodule:

If you have just cloned ydb-go-genproto and api folder is empty, just use this one-liner:

git submodule update --init --remote api

Otherwise checkout the latest master:

cd api
git checkout master
git pull origin master
cd ../
  1. Run generation *.pb.go code from command:
make proto

This command regenerates *.pb.go files.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 12