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

Method InsertInboxNotification

coderd/notifications/dispatch/inbox.go:21–21  ·  view source on GitHub ↗
(ctx context.Context, arg database.InsertInboxNotificationParams)

Source from the content-addressed store, hash-verified

19
20type InboxStore interface {
21 InsertInboxNotification(ctx context.Context, arg database.InsertInboxNotificationParams) (database.InboxNotification, error)
22}
23
24// InboxHandler is responsible for dispatching notification messages to the Coder Inbox.

Callers 1

dispatchMethod · 0.65

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

no test coverage detected