#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListAllInterfacesRequest {}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListAllInterfacesResponse {
#[prost(string, repeated, tag = "1")]
pub interface_names: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListImplementationsRequest {
#[prost(string, tag = "1")]
pub interface_name: ::prost::alloc::string::String,
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct ListImplementationsResponse {
#[prost(string, repeated, tag = "1")]
pub implementation_message_names: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
}
include!("cosmos.base.reflection.v1beta1.tonic.rs");