blob: e1f5a4afe32f14e4abe395a1b9e53a9b21875abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// @generated
// This file is @generated by prost-build.
// \[#protodoc-title: Udp Connection Pool\]
/// A connection pool which forwards downstream HTTP as UDP to upstream,
/// \[#extension: envoy.upstreams.http.udp\]
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct UdpConnectionPoolProto {
}
// @@protoc_insertion_point(module)
|