Skip to content

Commit

Permalink
Add generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Aug 2, 2023
1 parent cbee18c commit 45d256e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tonic-health/src/generated/grpc.health.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ pub mod health_server {
tonic::Status,
>;
/// Server streaming response type for the Watch method.
type WatchStream: tokio_stream::Stream<
type WatchStream: tonic::codegen::tokio_stream::Stream<
Item = std::result::Result<super::HealthCheckResponse, tonic::Status>,
>
+ Send
Expand Down
2 changes: 1 addition & 1 deletion tonic-reflection/src/generated/grpc.reflection.v1alpha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ pub mod server_reflection_server {
#[async_trait]
pub trait ServerReflection: Send + Sync + 'static {
/// Server streaming response type for the ServerReflectionInfo method.
type ServerReflectionInfoStream: tokio_stream::Stream<
type ServerReflectionInfoStream: tonic::codegen::tokio_stream::Stream<
Item = std::result::Result<
super::ServerReflectionResponse,
tonic::Status,
Expand Down

0 comments on commit 45d256e

Please sign in to comment.