envoy-types 0.7.3

Collection of protobuf types and other assets to work with the Envoy Proxy through Rust gRPC services.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file is @generated by prost-build.
/// Configuration for the default QUIC server crypto stream provided by QUICHE.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct CryptoServerStreamConfig {}
impl ::prost::Name for CryptoServerStreamConfig {
    const NAME: &'static str = "CryptoServerStreamConfig";
    const PACKAGE: &'static str = "envoy.extensions.quic.crypto_stream.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.quic.crypto_stream.v3.CryptoServerStreamConfig".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.quic.crypto_stream.v3.CryptoServerStreamConfig"
            .into()
    }
}