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
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: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.