Test sends a test web push notificatoin to a subscription to ensure it is valid.
(ctx context.Context, req codersdk.WebpushSubscription)
| 53 | Dispatch(ctx context.Context, userID uuid.UUID, notification codersdk.WebpushMessage) error |
| 54 | // Test sends a test web push notificatoin to a subscription to ensure it is valid. |
| 55 | Test(ctx context.Context, req codersdk.WebpushSubscription) error |
| 56 | // PublicKey returns the VAPID public key for the webpush dispatcher. |
| 57 | PublicKey() string |
| 58 | } |
no outgoing calls