Files
dolt/proto
Aaron Son fab37eb3c8 proto/: Generate the Golang bindings for the protobufs with bazel.
Gets rid of the submodule, `go build ... && bazel build ... && make` dance which used to be necessary.
2026-02-10 15:24:24 -08:00
..

Protobuf message and service definitions.

The Go bindings are generated by developers and placed in ../go/gen/.

After modifying a .proto file, run: bazel run //:update from the proto/ subdirectory.