As surfaced in cl/9959, we didn't actually spot having to run the regeneration in CI. Change-Id: Iabdb79339d2a220a6cb368f9c5c70166f1ce9eb3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9960 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> |
||
|---|---|---|
| .. | ||
| testdata | ||
| default.nix | ||
| export.go | ||
| export_test.go | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| pathinfo.go | ||
| pathinfo.pb.go | ||
| pathinfo_test.go | ||
| pick_next_node_test.go | ||
| README.md | ||
| rpc_pathinfo.pb.go | ||
| rpc_pathinfo_grpc.pb.go | ||
store-go
This directory contains generated golang bindings, both for the tvix-store data models, as well as the gRPC bindings.
They are generated with mg run //tvix:store-go-generate.
These files end with .pb.go, and are ensured to be up to date by Ci check.
Additionally, code useful when interacting with these data structures
(ending just with .go) is provided.