tvl-depot/tvix/castore-go
Florian Klink 459d9e106f chore(tvix/castore/protof): buf format
Change-Id: Idf11de78b0d6eca69fda34a89f2c57a00ed89ad5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10237
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Adam Joseph <adam@westernsemico.com>
2023-12-11 10:24:44 +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 chore(tvix/castore/protof): buf format 2023-12-11 10:24:44 +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.