cli: allow exec server to listen on socket (#188123)

* cli: allow exec server to listen on socket

For remote ssh

* fix lint
This commit is contained in:
Connor Peet
2023-07-18 09:19:44 -07:00
committed by GitHub
parent a40a4f728a
commit 3e0786633b
4 changed files with 63 additions and 19 deletions

View File

@@ -233,6 +233,7 @@ pub async fn serve(
}
}
#[derive(Clone)]
pub struct ServeStreamParams {
pub log: log::Logger,
pub launcher_paths: LauncherPaths,