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
16
// This file is @generated by prost-build.
/// A connection pool which forwards downstream HTTP as TCP to upstream,
/// \[\#extension: envoy.upstreams.http.tcp\]
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct TcpConnectionPoolProto {}
impl ::prost::Name for TcpConnectionPoolProto {
    const NAME: &'static str = "TcpConnectionPoolProto";
    const PACKAGE: &'static str = "envoy.extensions.upstreams.http.tcp.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.upstreams.http.tcp.v3.TcpConnectionPoolProto".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.upstreams.http.tcp.v3.TcpConnectionPoolProto"
            .into()
    }
}