Module tvix_castore::proto::blob_service_server
source · Expand description
Generated server implementations.
Structs§
- BlobService allows reading (or uploading) content-addressed blobs of data. BLAKE3 is used as a hashing function for the data. Uploading a blob will return the BLAKE3 digest of it, and that’s the identifier used to Read/Stat them too.
Constants§
- Generated gRPC service name
Traits§
- Generated trait containing gRPC methods that should be implemented for use with BlobServiceServer.