Expand description
Wind Service Handler - atomic domain modules split from WindServiceHandlers. Wind Service Handler - Atomic domain modules.
Each submodule contains IPC handler functions for a specific domain.
The parent WindServiceHandlers.rs imports and dispatches to these.
Re-exports§
pub use super::WindServiceHandlers::extract_path_from_arg;pub use super::WindServiceHandlers::metadata_to_istat;
Modules§
- Command
- Command registry domain handlers for Wind IPC.
- Configuration
- Configuration domain handlers for Wind IPC.
- Decoration
- Decoration domain handlers for Wind IPC.
- Environment
- Environment domain handlers for Wind IPC.
- Extension
- Extension host domain handlers for Wind IPC.
- File
System - File System domain handlers for Wind IPC.
- History
- Navigation History domain handlers for Wind IPC.
- Keybinding
- Keybinding domain handlers for Wind IPC.
- Label
- Label domain handlers for Wind IPC.
- Lifecycle
- Lifecycle domain handlers for Wind IPC.
- Model
- Model (Text Model Registry) domain handlers for Wind IPC.
- Native
Host - NativeHost domain handlers for Wind IPC.
- Notification
- Notification domain handlers for Wind IPC.
- Output
- Output Channel domain handlers for Wind IPC.
- Progress
- Progress domain handlers for Wind IPC.
- Quick
Input - QuickInput domain handlers for Wind IPC.
- Search
- Search domain handlers for Wind IPC.
- Storage
- Storage domain handlers for Wind IPC.
- Terminal
- Terminal domain handlers for Wind IPC.
- Text
File - TextFile domain handlers for Wind IPC.
- Theme
- Theme domain handlers for Wind IPC.
- Working
Copy - WorkingCopy domain handlers for Wind IPC.
- Workspace
- Workspace domain handlers for Wind IPC.
Structs§
- Configuration
OverridesDTO - A serializable struct for specifying overrides when retrieving or inspecting configuration values.
Enums§
- Configuration
Target - An enum that defines the target level for a configuration update. This tells
the
ConfigurationProviderwhichsettings.jsonfile or memory layer to modify when a setting is changed.