Home
last modified time | relevance | path

Searched refs:v1alpha (Results 1 – 6 of 6) sorted by relevance

/tonic/tonic-reflection/tests/
H A Dversions.rs9 use tonic_reflection::pb::{v1, v1alpha};
38 let response = make_v1alpha_request(v1alpha::ServerReflectionRequest { in test_v1alpha()
41 v1alpha::server_reflection_request::MessageRequest::ListServices(String::new()), in test_v1alpha()
46 if let v1alpha::server_reflection_response::MessageResponse::ListServicesResponse(services) = in test_v1alpha()
51 vec![v1alpha::ServiceResponse { in test_v1alpha()
118 request: v1alpha::ServerReflectionRequest, in make_v1alpha_request()
119 ) -> v1alpha::server_reflection_response::MessageResponse { in make_v1alpha_request()
147 let mut client = v1alpha::server_reflection_client::ServerReflectionClient::new(conn); in make_v1alpha_request()
/tonic/tonic-reflection/src/server/
H A Dv1alpha.rs8 use crate::pb::v1alpha::server_reflection_request::MessageRequest;
9 use crate::pb::v1alpha::server_reflection_response::MessageResponse;
10 pub use crate::pb::v1alpha::server_reflection_server::{ServerReflection, ServerReflectionServer};
11 use crate::pb::v1alpha::{
H A Dmod.rs15 pub mod v1alpha; module
97 ) -> Result<v1alpha::ServerReflectionServer<impl v1alpha::ServerReflection>, Error> { in build_v1alpha()
100 self.register_encoded_file_descriptor_set(crate::pb::v1alpha::FILE_DESCRIPTOR_SET); in build_v1alpha()
103 Ok(v1alpha::ServerReflectionServer::new( in build_v1alpha()
104 v1alpha::ReflectionService::from(ReflectionServiceState::new( in build_v1alpha()
/tonic/tonic-reflection/src/
H A Dlib.rs57 pub mod v1alpha { module
/tonic/tonic-reflection/proto/
H A Dreflection_v1alpha.proto19 package grpc.reflection.v1alpha;
/tonic/
H A DCHANGELOG.md29 * **reflection:** add back support for v1alpha reflection protocol (#1888)