tvl-depot/tvix/store/protos
Florian Klink da9d706e0a feat(tvix/store/pathinfosvc): provide listing
This provides an additional method in the PathInfoService trait, as
well as an RPC method on the gRPC layer to list all PathInfo objects in
a PathInfoService.

Change-Id: I7378f6bbd334bd6ac4e9be92505bd099a1c2b19a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9216
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2023-09-05 20:46:42 +00:00
..
castore.go chore(tvix/store/protos): more idiomatic go 2022-12-30 15:18:02 +00:00
castore.pb.go refactor(tvix/store): use bytes for node names and symlink targets 2023-07-21 19:01:49 +00:00
castore.proto refactor(tvix/store): use bytes for node names and symlink targets 2023-07-21 19:01:49 +00:00
castore_test.go feat(tvix/store/protos): implement Directory.Validate() 2022-12-27 21:31:33 +00:00
default.nix feat(nix/sparseTree): add optional name argument 2023-08-08 20:11:56 +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(3p/sources): Bump channels & overlays 2023-07-08 10:46:31 +00:00
pathinfo.proto refactor(tvix/store): bump CalculateNARResponse.nar_size to u64 2023-05-18 19:29:53 +00:00
rpc_blobstore.pb.go chore(3p/sources): Bump channels & overlays 2023-07-08 10:46:31 +00:00
rpc_blobstore.proto refactor(tvix/store): remove ChunkService 2023-05-11 14:27:57 +00:00
rpc_blobstore_grpc.pb.go refactor(tvix/store): remove ChunkService 2023-05-11 14:27:57 +00:00
rpc_directory.pb.go chore(3p/sources): Bump channels & overlays 2023-07-08 10:46:31 +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 chore(3p/sources): Bump channels & overlays 2023-03-21 01:31:48 +00:00
rpc_pathinfo.pb.go feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00
rpc_pathinfo.proto feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00
rpc_pathinfo_grpc.pb.go feat(tvix/store/pathinfosvc): provide listing 2023-09-05 20:46:42 +00:00