mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
unexport as much as possible in the audit package (#28039)
This commit is contained in:
@@ -44,6 +44,6 @@ func (b *Broker) requiredSuccessThresholdSinks() int {
|
||||
return 0
|
||||
}
|
||||
|
||||
func (b *brokerEnt) handleAdditionalAudit(_ context.Context, _ *AuditEvent) error {
|
||||
func (b *brokerEnt) handleAdditionalAudit(_ context.Context, _ *Event) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user