プロトコル経由のshutdow経路

This commit is contained in:
2026-04-16 13:49:53 +09:00
parent 710220c920
commit aa138e6583
11 changed files with 183 additions and 27 deletions
+2
View File
@@ -12,6 +12,7 @@ pub enum Method {
Run { input: String },
Resume,
Cancel,
Shutdown,
GetHistory,
}
@@ -69,6 +70,7 @@ pub enum Event {
greeting: Greeting,
},
Notification(Notification),
Shutdown,
}
/// User-facing notification emitted from the Pod layer.