This repository contains protocol buffer files for MruV gRPC API. If you are searching for generated Mruv gRPC API packages, you can find them in these repositories:
> docker-compose up> ./propagate.shThis repository uses git hooks for executing the generate & propagate process before pushing changes. To use this functionality, type:
> git config core.hooksPath .githooks- Generate code using namely/protoc-all docker image to
./gen/directory. (docker-compose up) - Merge and push new generated files from
./gen/*to language specific repositories. Repository naming convention:mruv-[directory](propagate.sh) - On language specific repositories, automatically generate packages and draft releases
The way this project looks is inspired by great article from namely-labs