Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b1a4c4 commit 779260eCopy full SHA for 779260e
coderd/notifications/spec.go
@@ -22,8 +22,6 @@ type Store interface {
22
FetchNewMessageMetadata(ctx context.Context, arg database.FetchNewMessageMetadataParams) (database.FetchNewMessageMetadataRow, error)
23
GetNotificationMessagesByStatus(ctx context.Context, arg database.GetNotificationMessagesByStatusParams) ([]database.NotificationMessage, error)
24
GetNotificationsSettings(ctx context.Context) (string, error)
25
-
26
- GetLogoURL(ctx context.Context) (string, error)
27
}
28
29
// Handler is responsible for preparing and delivering a notification by a given method.
0 commit comments