Message definitions for the Choreo framework.
This project only has ProtoBuf requirements.
If you intend to use this project with choreo-svc then you should generate using that project instead.
For generating, use the provided Makefile
and override options as needed.
CPP Example:
make LANGUAGE=cpp all
Go Example:
make GRPCPLUGIN=$GOPATH/bin/protoc-gen-go all