Expand description
The Service layer is providing the fundamental storage abstraction, providing durable access to underlying blobs.
It is designed as a library crate to be used by the server.
Modules§
- id
- Definitions for object identifiers, including usecases and scopes.
Structs§
- Storage
Service - High-level asynchronous service for storing and retrieving objects.
Enums§
- Service
Error - Error type for service operations.
- Storage
Config - Configuration to initialize a
StorageService.
Type Aliases§
- Payload
Stream - Type alias for data streams used in service APIs.
- Service
Result - Result type for service operations.