feat: add TUI ticket role commands

This commit is contained in:
2026-06-06 04:57:10 +09:00
parent eb95722bd0
commit e125ebb374
4 changed files with 371 additions and 17 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ use std::time::Duration;
use protocol::{ErrorCode, Event, InvokeKind, Method, Segment};
use thiserror::Error;
use ticket::config::{TicketConfig, TicketConfigError, TicketRole};
pub use ticket::config::TicketRole;
use ticket::config::{TicketConfig, TicketConfigError};
use crate::{PodClient, PodRuntimeCommand, SpawnConfig, SpawnError, SpawnReady, spawn_pod};