mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 19:47:54 +00:00
unexport as much as possible in the audit package (#28039)
This commit is contained in:
@@ -34,7 +34,7 @@ func processManual(ctx context.Context, data *logical.LogInput, ids []eventlogge
|
||||
}
|
||||
|
||||
// Create an audit event.
|
||||
a, err := NewEvent(RequestType)
|
||||
a, err := newEvent(RequestType)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user