Protocol buffer files for TiKV
make
to generate go and rust code.
We generate all go codes in pkg folder and rust in src folder.The easiest way to compile the protobufs is to use docker.
./scripts/docker-build.sh # build the docker image once
./scripts/docker-run.sh make go
There are many dependencies to be installed, please refer to the relevant scripts in workflow to set them up.