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 e57501d commit 0626d59Copy full SHA for 0626d59
coderd/webpush/webpush.go
@@ -29,6 +29,7 @@ type Dispatcher interface {
29
Dispatch(ctx context.Context, userID uuid.UUID, notification codersdk.WebpushMessage) error
30
// Test sends a test notification to a subscription to ensure it is valid.
31
Test(ctx context.Context, req codersdk.WebpushSubscription) error
32
+ // PublicKey returns the VAPID public key for the webpush dispatcher.
33
PublicKey() string
34
}
35
0 commit comments