feat: add HeroRun remote container management library
- Introduce Executor for remote container orchestration - Add Container lifecycle management with tmux - Support Alpine and Alpine Python base images - Auto-install core dependencies on remote node - Include full usage examples and updated README
This commit is contained in:
@@ -84,6 +84,7 @@ pub fn (mut t Tmux) session_create(args SessionCreateArgs) !&Session {
|
||||
|
||||
@[params]
|
||||
pub struct TmuxNewArgs {
|
||||
pub:
|
||||
sessionid string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user