envoy-types 0.7.3

Collection of protobuf types and other assets to work with the Envoy Proxy through Rust gRPC services.
Documentation
// This file is @generated by prost-build.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Lua {
    /// The Lua code that Envoy will execute
    #[prost(message, optional, tag = "1")]
    pub source_code: ::core::option::Option<
        super::super::super::super::config::core::v3::DataSource,
    >,
}
impl ::prost::Name for Lua {
    const NAME: &'static str = "Lua";
    const PACKAGE: &'static str = "envoy.extensions.string_matcher.lua.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.string_matcher.lua.v3.Lua".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.string_matcher.lua.v3.Lua".into()
    }
}