(ctx context.Context, arg DeleteOldAuditLogConnectionEventsParams)
| 159 | // Cumulative count. |
| 160 | DeleteOldAIBridgeRecords(ctx context.Context, beforeTime time.Time) (int64, error) |
| 161 | DeleteOldAuditLogConnectionEvents(ctx context.Context, arg DeleteOldAuditLogConnectionEventsParams) error |
| 162 | // Deletes old audit logs based on retention policy, excluding deprecated |
| 163 | // connection events (connect, disconnect, open, close) which are handled |
| 164 | // separately by DeleteOldAuditLogConnectionEvents. |
no outgoing calls