connectrpc-reflection 0.8.0

gRPC server reflection service for connectrpc (wire-compatible with grpc.reflection.v1 and v1alpha)
Documentation
// @generated by buffa-codegen. DO NOT EDIT.

include!("grpc.reflection.v1.reflection.rs");
#[allow(
    non_camel_case_types,
    dead_code,
    unused_imports,
    unused_qualifications,
    clippy::derivable_impls,
    clippy::match_single_binding,
    clippy::uninlined_format_args,
    clippy::doc_lazy_continuation,
    clippy::module_inception
)]
pub mod __buffa {
    #[allow(unused_imports)]
    use super::*;
    pub mod view {
        #[allow(unused_imports)]
        use super::*;
        include!("grpc.reflection.v1.reflection.__view.rs");
        pub mod oneof {
            #[allow(unused_imports)]
            use super::*;
            include!("grpc.reflection.v1.reflection.__view_oneof.rs");
        }
    }
    pub mod oneof {
        #[allow(unused_imports)]
        use super::*;
        include!("grpc.reflection.v1.reflection.__oneof.rs");
    }
    /// Register this package's `Any` type entries and extension entries.
    pub fn register_types(reg: &mut ::buffa::type_registry::TypeRegistry) {
        reg.register_json_any(super::__SERVER_REFLECTION_REQUEST_JSON_ANY);
        reg.register_json_any(super::__EXTENSION_REQUEST_JSON_ANY);
        reg.register_json_any(super::__SERVER_REFLECTION_RESPONSE_JSON_ANY);
        reg.register_json_any(super::__FILE_DESCRIPTOR_RESPONSE_JSON_ANY);
        reg.register_json_any(super::__EXTENSION_NUMBER_RESPONSE_JSON_ANY);
        reg.register_json_any(super::__LIST_SERVICE_RESPONSE_JSON_ANY);
        reg.register_json_any(super::__SERVICE_RESPONSE_JSON_ANY);
        reg.register_json_any(super::__ERROR_RESPONSE_JSON_ANY);
    }
}
#[doc(inline)]
pub use self::__buffa::view::ServerReflectionRequestView;
#[doc(inline)]
pub use self::__buffa::view::ServerReflectionRequestOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ExtensionRequestView;
#[doc(inline)]
pub use self::__buffa::view::ExtensionRequestOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ServerReflectionResponseView;
#[doc(inline)]
pub use self::__buffa::view::ServerReflectionResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::view::FileDescriptorResponseView;
#[doc(inline)]
pub use self::__buffa::view::FileDescriptorResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ExtensionNumberResponseView;
#[doc(inline)]
pub use self::__buffa::view::ExtensionNumberResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ListServiceResponseView;
#[doc(inline)]
pub use self::__buffa::view::ListServiceResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ServiceResponseView;
#[doc(inline)]
pub use self::__buffa::view::ServiceResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::view::ErrorResponseView;
#[doc(inline)]
pub use self::__buffa::view::ErrorResponseOwnedView;
#[doc(inline)]
pub use self::__buffa::register_types;