AuditLogStreamVendorConfig is a sealed marker interface for vendor-specific audit log stream configurations. Only this package can define implementations.
| 31 | // AuditLogStreamVendorConfig is a sealed marker interface for vendor-specific audit log |
| 32 | // stream configurations. Only this package can define implementations. |
| 33 | type AuditLogStreamVendorConfig interface { |
| 34 | isAuditLogStreamVendorConfig() |
| 35 | } |
| 36 | |
| 37 | // AuditLogStreamKey represents the public key used to encrypt secrets for audit log streaming. |
| 38 | type AuditLogStreamKey struct { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…