UpdateOrganizationID can be used if the organization ID is not known at the initiation of an audit log request.
(id uuid.UUID)
| 54 | // UpdateOrganizationID can be used if the organization ID is not known |
| 55 | // at the initiation of an audit log request. |
| 56 | func (r *Request[T]) UpdateOrganizationID(id uuid.UUID) { |
| 57 | r.params.OrganizationID = id |
| 58 | } |
| 59 | |
| 60 | type BackgroundAuditParams[T Auditable] struct { |
| 61 | Audit Auditor |
no outgoing calls
no test coverage detected