tvl-depot/tvix/castore-go
Florian Klink 67999f0dcf feat(tvix/castore): extend blobstore protos for verified streaming
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>
2023-11-05 15:13:52 +00:00
..
castore.go feat(tvix/castore): bump [Directory,File]Node size to u64 2023-11-05 10:57:01 +00:00
castore.pb.go feat(tvix/castore): bump [Directory,File]Node size to u64 2023-11-05 10:57:01 +00:00
castore_test.go feat(tvix/castore): bump [Directory,File]Node size to u64 2023-11-05 10:57:01 +00:00
default.nix fix(tvix/*store-go): fix depot checks 2023-11-05 13:20:55 +00:00
go.mod chore(tvix/castore-go): rename go module 2023-10-17 20:25:45 +00:00
go.sum chore(tvix): move castore golang bindings to tvix/castore-go 2023-10-17 19:51:24 +00:00
LICENSE chore(tvix): move castore golang bindings to tvix/castore-go 2023-10-17 19:51:24 +00:00
README.md chore(tvix): move castore golang bindings to tvix/castore-go 2023-10-17 19:51:24 +00:00
rename_node.go chore(tvix): move castore golang bindings to tvix/castore-go 2023-10-17 19:51:24 +00:00
rpc_blobstore.pb.go feat(tvix/castore): extend blobstore protos for verified streaming 2023-11-05 15:13:52 +00:00
rpc_blobstore_grpc.pb.go feat(tvix/castore): extend blobstore protos for verified streaming 2023-11-05 15:13:52 +00:00
rpc_directory.pb.go feat(tvix/castore): bump [Directory,File]Node size to u64 2023-11-05 10:57:01 +00:00
rpc_directory_grpc.pb.go chore(tvix): move castore golang bindings to tvix/castore-go 2023-10-17 19:51:24 +00:00

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.