Skip to content

Commit

Permalink
chore(transport): Deprecate re-exported NamedService
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 14, 2023
1 parent 6af8d5c commit 11cfd09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ pub use self::server::Server;
pub use self::service::grpc_timeout::TimeoutExpired;
pub use self::tls::Certificate;
#[doc(inline)]
/// A deprecated re-export. Please use `tonic::server::NamedService` directly.
pub use crate::server::NamedService;
pub use axum::{body::BoxBody as AxumBoxBody, Router as AxumRouter};
pub use hyper::{Body, Uri};
Expand Down

0 comments on commit 11cfd09

Please sign in to comment.