NotificationDeleteBefore deletes notifications before a certain time horizon. A "notification" in this context refers to a row in `river_notification` which is a special table implemented in some databases (e.g. SQLite) that simulates Postgres' listen/notify when not available.
(ctx context.Context, params *NotificationDeleteBeforeParams)
| 271 | // which is a special table implemented in some databases (e.g. SQLite) that |
| 272 | // simulates Postgres' listen/notify when not available. |
| 273 | NotificationDeleteBefore(ctx context.Context, params *NotificationDeleteBeforeParams) (int, error) |
| 274 | |
| 275 | NotifyMany(ctx context.Context, params *NotifyManyParams) error |
| 276 | PGAdvisoryXactLock(ctx context.Context, key int64) (*struct{}, error) |
no outgoing calls
no test coverage detected