Commit f19080d
committed
refactor(ipc): Update file system provider interface and export IPC functions
Updated the file system provider trait in WindServiceHandlers from `FileSystemProvider` to `FileSystemReader` to align with the latest common file system interface. The `StatFile` method call now uses a `PathBuf` reference instead of a `String`.
Additionally, exported key IPC initialization functions in `mod.rs` to make them publicly available, improving module accessibility and integration with other components.1 parent 2dabf6d commit f19080d
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments