We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5395183 commit 988aae7Copy full SHA for 988aae7
src/client.rs
@@ -203,6 +203,7 @@ impl<'a> Client<'a> {
203
/// # futures::executor::block_on(async move {
204
/// let client = Client::new("http://localhost:7700", "masterKey");
205
/// let health = client.is_healthy().await;
206
+ /// assert_eq!(health, true);
207
/// # });
208
/// ```
209
pub async fn is_healthy(&self) -> bool {
0 commit comments