MCPcopy Index your code
hub / github.com/coder/coder / AcquireNotificationMessages

Method AcquireNotificationMessages

coderd/notifications/spec.go:19–19  ·  view source on GitHub ↗
(ctx context.Context, params database.AcquireNotificationMessagesParams)

Source from the content-addressed store, hash-verified

17// TODO: don't use database types here
18type Store interface {
19 AcquireNotificationMessages(ctx context.Context, params database.AcquireNotificationMessagesParams) ([]database.AcquireNotificationMessagesRow, error)
20 BulkMarkNotificationMessagesSent(ctx context.Context, arg database.BulkMarkNotificationMessagesSentParams) (int64, error)
21 BulkMarkNotificationMessagesFailed(ctx context.Context, arg database.BulkMarkNotificationMessagesFailedParams) (int64, error)
22 EnqueueNotificationMessage(ctx context.Context, arg database.EnqueueNotificationMessageParams) error

Callers 2

fetchMethod · 0.65

Calls

no outgoing calls

Tested by 1