Module workspace

Module workspace 

Source
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::*;
pub use registry::*;
pub use request::*;
pub use sync::*;

Modules§

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

Structs§

Environment
Environment for managing variable collections
EnvironmentColor
Represents a color for environment visualization
Folder
Folder represents a hierarchical grouping within a workspace
FolderInheritanceConfig
Configuration for request inheritance at folder level
MockRequest
Mock request definition with metadata
MockResponse
Mock response definition
ResponseHistoryEntry
Response history entry for tracking actual request executions
SyncConfig
Directory sync configuration for a workspace
Workspace
Workspace represents a top-level organizational unit
WorkspaceConfig
Workspace-specific configuration
WorkspaceRegistry
Workspace registry for managing multiple workspaces

Enums§

SyncDirection
Sync direction options
SyncDirectoryStructure
Directory structure options for sync

Type Aliases§

EntityId
Unique identifier for workspace entities