Module blob

Module blob 

Source

Structs§

BlobHealth
Health status of the blob store
BlobInfo
Information about a stored blob
BlobServiceClient
The client stub that makes RPC calls to the server. All request methods return Futures.
ServeBlobService
A serving function to use with [::tarpc::server::InFlightRequest::execute].

Enums§

BlobError
Error types for blob operations
BlobServiceRequest
The request sent over the wire from the client to the server.
BlobServiceResponse
The response sent over the wire from the server to the client.

Traits§

BlobService
Blob store service for file upload/download operations
BlobServiceStub
The stub trait for service BlobService.

Type Aliases§

BlobResult
Result type for blob operations