about summary refs log blame commit diff
path: root/tvix/build-go/README.md
blob: 19edfced01a0c79684a916d8695c8d3538543f86 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
# build-go

This directory contains generated golang bindings, both for the `tvix-build`
data models, as well as the gRPC bindings.

They are generated with `mg run //tvix/build-go:regenerate`.
These files end with `.pb.go`, and are ensured to be up to date by a CI check.

Additionally, code useful when interacting with these data structures
(ending just with `.go`) is provided.