summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs b/src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs
new file mode 100644
index 00000000..b1c92663
--- /dev/null
+++ b/src/rpc/envoy.extensions.stat_sinks.wasm.v3.rs
@@ -0,0 +1,14 @@
+// @generated
+// This file is @generated by prost-build.
+// \[#protodoc-title: Wasm\]
+// Wasm :ref:`configuration overview <config_stat_sinks_wasm>`.
+// \[#extension: envoy.stat_sinks.wasm\]
+
+#[allow(clippy::derive_partial_eq_without_eq)]
+#[derive(Clone, PartialEq, ::prost::Message)]
+pub struct Wasm {
+ /// General Plugin configuration.
+ #[prost(message, optional, tag="1")]
+ pub config: ::core::option::Option<super::super::super::wasm::v3::PluginConfig>,
+}
+// @@protoc_insertion_point(module)