feat: add ticket role pod launcher

This commit is contained in:
2026-06-06 04:18:36 +09:00
parent ecd4a37d94
commit 4bf0e2715c
6 changed files with 562 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@ pub struct SpawnConfig {
pub resume_by_pod_name: bool,
}
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct SpawnReady {
pub pod_name: String,
pub socket_path: PathBuf,