Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 18, 2024
1 parent b7afa37 commit e770805
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions Source/Struct/Binary/Command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,39 +27,38 @@ impl Struct {
Box::pin(async move {
let Option = Entry::Struct::Fn(&Option::Struct::Fn(Struct::Fn()));

// match Option.Parallel {
// true => {
// Parallel::Fn(Option).await;
// }
// false => {
// Sequential::Fn(Option).await;
// }
// };
match Option.Parallel {
true => {
Parallel::Fn(Option).await;
}
false => {
Sequential::Fn(Option).await;
}
};

apis::well_known_api::get_well_known_health(
&apis::configuration::Configuration {
base_path: "http://localhost:1000".to_string(),
user_agent: Option {},
client: reqwest::Client,
basic_auth: Option {},
oauth_access_token: Option {},
bearer_access_token: Option {},
api_key: Option {},
},
)
.await;
// apis::well_known_api::get_well_known_health(
// &apis::configuration::Configuration {
// base_path: "http://localhost:1000".to_string(),
// user_agent: Option {},
// client: reqwest::Client,
// basic_auth: Option {},
// oauth_access_token: Option {},
// bearer_access_token: Option {},
// api_key: Option {},
// },
// )
// .await;
})
}),
}
}
}

use futures::Future;
use git2::opts::get_mwindow_file_limit;
use std::pin::Pin;

pub mod Entry;
pub mod Option;

use crate::Fn::Binary::Command::{Parallel, Sequential};
use pieces_os_client::*;
// use pieces_os_client::*;
Binary file added Target/release/PSummary
Binary file not shown.
Binary file added Target/release/Summary
Binary file not shown.

0 comments on commit e770805

Please sign in to comment.