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
17
// This file is @generated by prost-build.
#[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>,
}
impl ::prost::Name for Wasm {
    const NAME: &'static str = "Wasm";
    const PACKAGE: &'static str = "envoy.extensions.stat_sinks.wasm.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.stat_sinks.wasm.v3.Wasm".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.stat_sinks.wasm.v3.Wasm".into()
    }
}