Skip to main content

Module workspace

Module workspace 

Source
👎Deprecated:

Will be extracted to mockforge-workspace crate

Expand description

Workspace and folder organization for MockForge requests

This module has been refactored into sub-modules for better organization:

  • core: Core workspace and folder structures
  • registry: Workspace registry and management
  • environment: Environment configuration and management
  • sync: Synchronization functionality
  • request: Mock request handling and processing

Re-exports§

pub use environment::*;Deprecated
pub use mock_environment::*;Deprecated
pub use rbac::*;Deprecated
pub use registry::*;Deprecated
pub use request::*;Deprecated
pub use scenario_promotion::*;Deprecated
pub use sync::*;Deprecated
pub use template_application::*;Deprecated

Modules§

coreDeprecated
Core workspace and folder structures
environmentDeprecated
Environment configuration and management
mock_environmentDeprecated
Mock environment configuration for workspace environments
promotion_traitDeprecated
Promotion service trait
rbacDeprecated
Environment-scoped RBAC for workspace environments
registryDeprecated
Workspace registry and management
requestDeprecated
Mock request handling and processing
scenario_promotionDeprecated
Scenario promotion workflow
syncDeprecated
Synchronization functionality
template_applicationDeprecated
Template application utilities

Structs§

EnvironmentDeprecated
Environment for managing variable collections
EnvironmentColorDeprecated
Represents a color for environment visualization
FolderDeprecated
Folder represents a hierarchical grouping within a workspace
FolderInheritanceConfigDeprecated
Configuration for request inheritance at folder level
MockRequestDeprecated
Mock request definition with metadata
MockResponseDeprecated
Mock response definition
ResponseHistoryEntryDeprecated
Response history entry for tracking actual request executions
SyncConfigDeprecated
Directory sync configuration for a workspace
WorkspaceDeprecated
Workspace represents a top-level organizational unit
WorkspaceConfigDeprecated
Workspace-specific configuration
WorkspaceRegistryDeprecated
Workspace registry for managing multiple workspaces

Enums§

SyncDirectionDeprecated
Sync direction options
SyncDirectoryStructureDeprecated
Directory structure options for sync

Type Aliases§

EntityIdDeprecated
Unique identifier for workspace entities