(ctx context.Context, arg database.InsertAuditLogParams)
| 5455 | } |
| 5456 | |
| 5457 | func (q *querier) InsertAuditLog(ctx context.Context, arg database.InsertAuditLogParams) (database.AuditLog, error) { |
| 5458 | return insert(q.log, q.auth, rbac.ResourceAuditLog, q.db.InsertAuditLog)(ctx, arg) |
| 5459 | } |
| 5460 | |
| 5461 | // TODO (PR #24810): Replace rbac.ResourceAuditLog with dedicated boundary_log resource type. |
| 5462 | func (q *querier) InsertBoundaryLog(ctx context.Context, arg database.InsertBoundaryLogParams) (database.BoundaryLog, error) { |