(ctx context.Context, arg database.InsertInboxNotificationParams)
| 19 | |
| 20 | type 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. |
no outgoing calls
no test coverage detected