Export sends an audit log to the backend.
(ctx context.Context, alog database.AuditLog, details BackendDetails)
| 28 | Decision() FilterDecision |
| 29 | // Export sends an audit log to the backend. |
| 30 | Export(ctx context.Context, alog database.AuditLog, details BackendDetails) error |
| 31 | } |
| 32 | |
| 33 | func NewAuditor(db database.Store, filter Filter, backends ...Backend) audit.Auditor { |
no outgoing calls