- Notifications
You must be signed in to change notification settings - Fork3
Commit13ce6b9
authored
feat: adds mutagen daemon controller (#58)
fixescoder/internal#380Adds MutagenController service, which manages the lifecycle of the `mutagen` daemon and exposes methods to query and modify sync sessions.Sync sessions themselves are a placeholder which will need to be filled out and plumbed thru to the actual API. This just handles daemon lifecycle for now.1 parent368f068 commit13ce6b9
File tree
17 files changed
+1082
-56
lines changed- App
- Services
- Installer
- Tests.App/Services
- Tests.Vpn
- Tests.Vpn.Service
- Vpn
- Vpn.DebugClient
- Vpn.Service
- scripts
17 files changed
+1082
-56
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
69 | 71 |
| |
| 72 | + | |
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
|
Lines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
9 | 11 |
| |
| 12 | + | |
10 | 13 |
| |
| 14 | + | |
11 | 15 |
| |
12 | 16 |
| |
13 | 17 |
| |
| |||
17 | 21 |
| |
18 | 22 |
| |
19 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
20 | 30 |
| |
21 | 31 |
| |
22 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 |
| |
24 | 40 |
| |
25 | 41 |
| |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
26 | 46 |
| |
27 | 47 |
| |
28 | 48 |
| |
|
0 commit comments
Comments
(0)