oauth2-proxy/pkg/audit/audit_error.go

8 lines
111 B
Go

package audit
import "errors"
var (
ErrPersitAuditEvent = errors.New("could not persist the audit event")
)