Skip to content

Commit 4bffe3d

Browse files
committed
Clean up
1 parent ad1dd48 commit 4bffe3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust/src/main.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ use tokio::main;
88
#[main]
99
async fn main() {
1010
/// Examples
11+
/// 1. Querying for deployed Services.
12+
///
1113
/// List all Services.
1214
let services = ServiceManager::list_all_services("20").await;
1315

@@ -19,6 +21,7 @@ async fn main() {
1921

2022
/// List all Services by Environment.
2123
let services = ServiceManager::find_service_by_environment("image", "10").await;
24+
////////////////////////////////////////////////
2225
}
2326

2427
/// Checks for regression of service management functions

0 commit comments

Comments
 (0)