9d20176241
This comment is a bit misleading - everything that's not in this field is referenced in a content-addressed fashion (by their digest). Change-Id: I5097131530fd188173393063643c057f588ea2c4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12219 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com> Tested-by: BuildkiteCI |
||
---|---|---|
.. | ||
build.pb.go | ||
default.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
rpc_build.pb.go | ||
rpc_build_grpc.pb.go |
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.