We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1dd48 commit 4bffe3dCopy full SHA for 4bffe3d
rust/src/main.rs
@@ -8,6 +8,8 @@ use tokio::main;
8
#[main]
9
async fn main() {
10
/// Examples
11
+ /// 1. Querying for deployed Services.
12
+ ///
13
/// List all Services.
14
let services = ServiceManager::list_all_services("20").await;
15
@@ -19,6 +21,7 @@ async fn main() {
19
21
20
22
/// List all Services by Environment.
23
let services = ServiceManager::find_service_by_environment("image", "10").await;
24
+ ////////////////////////////////////////////////
25
}
26
27
/// Checks for regression of service management functions
0 commit comments