Skip to content

Commit

Permalink
fix rust API
Browse files Browse the repository at this point in the history
Signed-off-by: Kosuke Morimoto <[email protected]>
  • Loading branch information
kmrmt committed Aug 19, 2024
1 parent 8aac629 commit 6092097
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rust/bin/agent/src/handler/index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,12 @@ impl index_server::Index for super::Agent {
) -> std::result::Result<tonic::Response<info::index::StatisticsDetail>, tonic::Status> {
todo!()
}

#[doc = " Represent the RPC to get the index property.\n"]
async fn index_property(
&self,
request: tonic::Request<Empty>,
) -> std::result::Result<tonic::Response<info::index::PropertyDetail>, tonic::Status> {
todo!()
}
}

0 comments on commit 6092097

Please sign in to comment.