Files
dolt/proto
Brian Hendriks 1435a8f509 Bh/clone2 (#83)
New clone implementation works on the table files directly.
2019-09-17 17:14:06 -07:00
..
2019-09-17 17:14:06 -07:00

Protobuf message and service definitions.

Makefile generates golang message and service stub implementations into //go/gen/proto/. The generated code is checked into the repository.

Dependencies

Dependencies are git submodules in //proto/third_party. You need to build protoc in //proto/third_party/protobuf by running bazel build //:protoc from that directory. Currently tested with bazel version 0.28.0.

Dependency tracking and hermeticity here poor.

Generating code

$ make

or potentially

$ make clean all