mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
fix tests
This commit is contained in:
@@ -8,6 +8,7 @@ use serde::{Deserialize, Serialize};
|
||||
use std::collections::HashMap;
|
||||
|
||||
/// Client for Windmill API
|
||||
#[derive(Clone)]
|
||||
pub struct Client {
|
||||
pub baseurl: String,
|
||||
pub client: reqwest::Client,
|
||||
|
||||
Reference in New Issue
Block a user