(db notifications.Store)
| 2263 | } |
| 2264 | |
| 2265 | func newNoopStoreSyncer(db notifications.Store) *noopStoreSyncer { |
| 2266 | return &noopStoreSyncer{newAcquireSignalingInterceptor(db)} |
| 2267 | } |
| 2268 | |
| 2269 | func (*noopStoreSyncer) BulkMarkNotificationMessagesSent(_ context.Context, arg database.BulkMarkNotificationMessagesSentParams) (int64, error) { |
| 2270 | return int64(len(arg.IDs)), nil |
no test coverage detected