Skip to main content

Module workspace

Module workspace 

Source
Expand description

Workspace types — WorkspaceManager, SessionRole, the entities that group multiple sessions for cross-session search. Workspace module for organizing related sessions (e.g., microservices)

Provides lock-free workspace management with DashMap-based concurrent access. Enables logical grouping of sessions that belong to the same project ecosystem.

Structs§

Workspace
A workspace groups related sessions (e.g., microservices in same ecosystem)
WorkspaceManager
Lock-free workspace manager
WorkspaceMetadata
Metadata for a workspace

Enums§

SessionRole
Role of a session within a workspace