tvl-depot/tvix/castore-go
Florian Klink 9627ef15de docs(tvix/castore/protos): remove reference
This is not gonna end up as a interlinked docstring.

Change-Id: I2b0ca106aa75bae0156c0b411da5931da60c725d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10406
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: edef <edef@edef.eu>
Tested-by: BuildkiteCI
2023-12-21 16:44:48 +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 docs(tvix/*store-go): fix README invocation 2023-12-11 21:47:43 +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 docs(tvix/castore/protos): remove reference 2023-12-21 16:44:48 +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:regenerate. 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.