Registry /
messaging / sherclockholmes-webpush-go
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
webpush
✓ github.com/SherClockHolmes/webpush-go
Send a web push notification.
import "github.com/SherClockHolmes/webpush-go"
func main() {
// Sending a push notification
sub := webpush.Subscription{}
resp, _ := webpush.SendNotification([]byte("payload"), &sub, &webpush.Options{})
_ = resp
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.4.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.