tvl-depot/tvix/store/protos
Florian Klink 87e1934f2d docs(store/protos): update comment on blobstore Read and Put
Further emphasize Read() can be used to ask for blobs OR chunks, and
that clients usually want to stat and then request (smaller) chunks,
rather than reading whole blobs.

Also clarify that the chunking used to send BlobChunks over has nothing
to do with the chunk sizes communicated in a Stat() request.

Change-Id: Ia615d190aae570611de2655b11342a14d0b75976
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8028
Reviewed-by: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
2023-02-07 14:14:35 +00:00
..
castore.go chore(tvix/store/protos): more idiomatic go 2022-12-30 15:18:02 +00:00
castore.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
castore.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
castore_test.go feat(tvix/store/protos): implement Directory.Validate() 2022-12-27 21:31:33 +00:00
default.nix refactor(tvix/store): move protobuf build config one level up 2023-01-06 17:57:06 +00:00
go.mod feat(tvix/store/protos): implement Size() and Digest() for Directory 2022-12-27 21:31:33 +00:00
go.sum feat(tvix/store/protos): implement Size() and Digest() for Directory 2022-12-27 21:31:33 +00:00
LICENSE chore(tvix/store): move castore.proto 2022-12-04 10:41:39 +00:00
pathinfo.pb.go chore(tvix/store/protos): drop non-sha256 NAR hashes 2022-12-28 13:55:18 +00:00
pathinfo.proto chore(tvix/store/protos): drop non-sha256 NAR hashes 2022-12-28 13:55:18 +00:00
rpc_blobstore.pb.go docs(store/protos): update comment on blobstore Read and Put 2023-02-07 14:14:35 +00:00
rpc_blobstore.proto docs(store/protos): update comment on blobstore Read and Put 2023-02-07 14:14:35 +00:00
rpc_blobstore_grpc.pb.go docs(store/protos): update comment on blobstore Read and Put 2023-02-07 14:14:35 +00:00
rpc_directory.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_directory.proto feat(tvix/store/protos): add go_package option 2022-12-26 11:38:52 +00:00
rpc_directory_grpc.pb.go feat(txix/store/protos): init go.mod, generate .pb.go files 2022-12-26 11:38:52 +00:00
rpc_pathinfo.pb.go chore(tvix/store/protos): add PathInfoService::CalculateNAR() 2022-12-28 13:55:18 +00:00
rpc_pathinfo.proto chore(tvix/store/protos): add PathInfoService::CalculateNAR() 2022-12-28 13:55:18 +00:00
rpc_pathinfo_grpc.pb.go chore(tvix/store/protos): add PathInfoService::CalculateNAR() 2022-12-28 13:55:18 +00:00