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.
/// Custom configuration for the RBAC audit logger that writes log entries
/// directly to the operating system's standard output.
/// The logger outputs in JSON format and is currently not configurable.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct StdoutAuditLog {}
impl ::prost::Name for StdoutAuditLog {
    const NAME: &'static str = "StdoutAuditLog";
    const PACKAGE: &'static str = "envoy.extensions.rbac.audit_loggers.stream.v3";
    fn full_name() -> ::prost::alloc::string::String {
        "envoy.extensions.rbac.audit_loggers.stream.v3.StdoutAuditLog".into()
    }
    fn type_url() -> ::prost::alloc::string::String {
        "type.googleapis.com/envoy.extensions.rbac.audit_loggers.stream.v3.StdoutAuditLog"
            .into()
    }
}