summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.config.common.key_value.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.config.common.key_value.v3.rs')
-rw-r--r--src/rpc/envoy.config.common.key_value.v3.rs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/rpc/envoy.config.common.key_value.v3.rs b/src/rpc/envoy.config.common.key_value.v3.rs
deleted file mode 100644
index 969a0abe..00000000
--- a/src/rpc/envoy.config.common.key_value.v3.rs
+++ /dev/null
@@ -1,13 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: Key/value store storage plugin\]
-
-/// This shared configuration for Envoy key value stores.
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct KeyValueStoreConfig {
- /// \[#extension-category: envoy.common.key_value\]
- #[prost(message, optional, tag="1")]
- pub config: ::core::option::Option<super::super::super::core::v3::TypedExtensionConfig>,
-}
-// @@protoc_insertion_point(module)