Skip to content

Commit

Permalink
attach new healcheck proto
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Oct 6, 2023
1 parent 19022d1 commit e3dc202
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ pub mod filters;
#[cfg(feature = "serde")]
pub mod serde;

// Do not lint/fmt code that is generated by tonic
#[allow(clippy::all)]
#[rustfmt::skip]
#[path = "grpc.health.v1.rs"]
pub mod grpc_health_v1;

use qdrant::{value::Kind::*, ListValue, RetrievedPoint, ScoredPoint, Struct, Value};

use std::error::Error;
Expand Down

0 comments on commit e3dc202

Please sign in to comment.