mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-09 08:23:26 +02:00
with type filtering
This commit is contained in:
@@ -23,7 +23,7 @@ impl Session {
|
||||
Self {}
|
||||
}
|
||||
|
||||
pub fn start(&self, _cfg: Config, conn: &ConnectParams) -> eyre::Result<RequestBuilder> {
|
||||
pub fn start(&self, _cfg: &Config, conn: &ConnectParams) -> eyre::Result<RequestBuilder> {
|
||||
let client = Client::builder()
|
||||
.user_agent("graphql-rust/0.10.0")
|
||||
.connection_verbose(true)
|
||||
|
Reference in New Issue
Block a user