( ctx context.Context, limitVal int32, )
| 55 | // Store is the narrow DB interface the Worker needs. |
| 56 | type Store interface { |
| 57 | AcquireStaleChatDiffStatuses( |
| 58 | ctx context.Context, limitVal int32, |
| 59 | ) ([]database.AcquireStaleChatDiffStatusesRow, error) |
| 60 | BackoffChatDiffStatus( |
no outgoing calls