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

Method GetInboxNotificationByID

coderd/database/querier.go:506–506  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

504 GetGroups(ctx context.Context, arg GetGroupsParams) ([]GetGroupsRow, error)
505 GetHealthSettings(ctx context.Context) (string, error)
506 GetInboxNotificationByID(ctx context.Context, id uuid.UUID) (InboxNotification, error)
507 // Fetches inbox notifications for a user filtered by templates and targets
508 // param user_id: The user ID
509 // param read_status: The read status to filter by - can be any of 'ALL', 'UNREAD', 'READ'

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 1

TestNotificationsMethod · 0.52