PublicKey returns the VAPID public key for the webpush dispatcher.
()
| 55 | Test(ctx context.Context, req codersdk.WebpushSubscription) error |
| 56 | // PublicKey returns the VAPID public key for the webpush dispatcher. |
| 57 | PublicKey() string |
| 58 | } |
| 59 | |
| 60 | // SubscriptionCacheInvalidator is an optional interface that lets local |
no outgoing calls