67999f0dcf
This pdates the proto docstrings a bit, especially w.r.t. verified streaming. It also adds send_chunks, send_bao fields to StatBlobRequest (renamed from BlobMeta) Change-Id: I590cc8646d86b73bca9f38a9b6d9ea15e4df5cb6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9951 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz> |
||
---|---|---|
.. | ||
castore.go | ||
castore.pb.go | ||
castore_test.go | ||
default.nix | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md | ||
rename_node.go | ||
rpc_blobstore.pb.go | ||
rpc_blobstore_grpc.pb.go | ||
rpc_directory.pb.go | ||
rpc_directory_grpc.pb.go |
castore-go
This directory contains generated golang bindings, both for the tvix-castore
data models, as well as the gRPC bindings.
They are generated with mg run //tvix:castore-go-generate
.
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.