1
0
Fork 0
forked from wry/wry

config: add get_connector_by_name

This commit is contained in:
Julian Orth 2026-03-18 12:12:33 +01:00
parent 52b91654ca
commit cf36da4077
4 changed files with 31 additions and 0 deletions

View file

@ -849,6 +849,9 @@ pub enum ClientMessage<'a> {
ConnectorSupportsArbitraryModes {
connector: Connector,
},
GetConnectorByName {
name: &'a str,
},
}
#[derive(Serialize, Deserialize, Debug)]