Make model and permission choices provider-specific

This commit is contained in:
iris committed 2026-09-08 00:08:09 -04:00
1 parent 6a0202b1b5
commit 7ee88dfd9c
10 files changed
+269 -60

No files matched your search

+1
View File
@@ -91,6 +91,7 @@ pub enum Streams {
}
/// The machine a session's process runs on.
#[derive(Clone)]
pub enum Transport {
/// The machine this server is running on.
Here,