diff options
Diffstat (limited to 'src/rpc/envoy.extensions.vcl.v3alpha.rs')
| -rw-r--r-- | src/rpc/envoy.extensions.vcl.v3alpha.rs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.vcl.v3alpha.rs b/src/rpc/envoy.extensions.vcl.v3alpha.rs new file mode 100644 index 00000000..87ccd623 --- /dev/null +++ b/src/rpc/envoy.extensions.vcl.v3alpha.rs @@ -0,0 +1,12 @@ +// @generated +// This file is @generated by prost-build. +// \[#protodoc-title: VCL socket interface configuration\] +// VCL :ref:`configuration overview <config_sock_interface_vcl>`. +// \[#extension: envoy.bootstrap.vcl\] + +/// Configuration for vcl socket interface that relies on ``vpp`` ``comms`` library (VCL) +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, Copy, PartialEq, ::prost::Message)] +pub struct VclSocketInterface { +} +// @@protoc_insertion_point(module) |
