summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.rbac.audit_loggers.stream.v3.rs
blob: 90d42934cc05117e595f60a84d439f2085df43c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// @generated
// This file is @generated by prost-build.
// \[#protodoc-title: Standard Streams RBAC Audit Loggers\]
// \[#not-implemented-hide:\]

/// 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.
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, Copy, PartialEq, ::prost::Message)]
pub struct StdoutAuditLog {
}
// @@protoc_insertion_point(module)