Structs§
- ErrorResponse 
- ExportRequest 
- ExportResponse 
- ExportResult 
- GetRequest
- GetResult
- Represents the final result of a successful getoperation.
- HealthCheck Request 
- HealthCheck Response 
- HealthCheck Result 
- ImportRequest 
- ImportResponse 
- ImportResult 
- KeyDetails
- Detailed information about a single stored key.
- ListKeys Request 
- ListKeys Response 
- ListTasks Request 
- PurgeRequest 
- PurgeResponse 
- PurgeResult 
- PutRequest
- PutResult
- Represents the final result of a successful putoperation.
- QueryTask Request 
- RmRequest
- RmSuccessResponse 
- StatsRequest 
- StatsResponse 
- StopTask Request 
- SyncRequest 
- SyncResponse 
- SyncResult 
- Task
- TaskCreated Response 
- TaskList Entry 
- TaskList Response 
- TaskResult Response 
- TaskStopped Response 
- TaskUpdate Response 
Enums§
- GetEvent
- Events emitted during a getoperation.
- HealthCheck Event 
- Events emitted during a health_checkoperation.
- InitProgress Event 
- Events emitted during an init(initialization) operation.
- ProtocolError 
- PurgeEvent 
- Events emitted during a purgeoperation (storage cleanup/verification).
- PutEvent
- Request
- Represents all possible requests the client can send to the daemon.
- Response
- Represents all possible responses the daemon can send to the client.
- StorageMode 
- SyncEvent 
- Events emitted during a syncoperation.
- TaskProgress 
- TaskResult 
- TaskResult Type 
- TaskStatus 
- TaskType 
Constants§
- HEAVIEST_SCRATCHPAD_ SIZE 
- HEAVY_SCRATCHPAD_ SIZE 
- LIGHTEST_SCRATCHPAD_ SIZE 
- LIGHT_SCRATCHPAD_ SIZE 
- MEDIUM_SCRATCHPAD_ SIZE 
Functions§
Type Aliases§
- GetCallback
- Callback type used during getoperations to report progress and allow cancellation.
- HealthCheck Callback 
- Callback type used during health_checkoperations to report progress and allow cancellation.
- InitCallback 
- Callback type used during initialization (init) operations to report progress and handle interactive prompts.
- PurgeCallback 
- Callback type used during purgeoperations to report progress and allow cancellation.
- PutCallback
- SyncCallback 
- Callback type used during syncoperations to report progress and allow cancellation.
- TaskId