* ops/modules: remove deprecated headscale DNS setting * users/aspen: use stable julia again (upstream ticket is resolved, and 16 has been removed because it's long deprecated) * users/wpcarro: utillinux -> util-linux * 3p/overlays: temporarily restore utillinux until upstream breakage is fixed * users/tazjin: noto-cjk -> noto-cjk-sans * tvix: regenerate Go protobufs Change-Id: I9dbec812306cd4e66030d14bbea3805e8224e0d5 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12679 Reviewed-by: tazjin <tazjin@tvl.su> Reviewed-by: aspen <root@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI |
||
|---|---|---|
| .. | ||
| 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:regenerate.
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.