Expand description
Fallback storage implementation.
This module provides fallback storage when the server is unavailable.
It wraps the BaselineClient and falls back to local file storage on errors.
Structsยง
- Fallback
Client - Client with fallback storage support.
- Local
Fallback Storage - Local filesystem fallback storage.