Module workspace_persistence

Module workspace_persistence 

Source
Expand description

Persistence layer for workspace configurations

This module handles saving and loading workspace configurations to/from disk, enabling persistent storage of workspace hierarchies and configurations.

Structs§

AuthConfig
Authentication configuration for export
EncryptedExportResult
Result of an encrypted workspace export
EncryptedImportResult
Result of an encrypted workspace import
ExportedRequest
Exported request format
SecurityCheckResult
Result of a security check for sensitive data
SecurityWarning
Security warning or error
SyncResult
Result of a workspace sync operation
SyncState
Sync state for tracking incremental syncs
WorkspaceConfig
Simplified workspace configuration for export
WorkspaceExport
Git-friendly workspace export format
WorkspaceMetadata
Metadata for exported workspace
WorkspacePersistence
Workspace persistence manager

Enums§

DirectoryStructure
Directory structure for synced workspaces
SecuritySeverity
Severity levels for security issues
SyncStrategy
Sync strategy for workspace mirroring