Skip to main content

Module fallback

Module fallback 

Source
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ยง

FallbackClient
Client with fallback storage support.
LocalFallbackStorage
Local filesystem fallback storage.