Apple push notification services

This commit is contained in:
2024-06-07 00:15:43 +08:00
parent 6a37ee4487
commit b925d54000
9 changed files with 104 additions and 30 deletions

View File

@ -29,6 +29,7 @@ type NotificationLink struct {
const (
NotifySubscriberFirebase = "firebase"
NotifySubscriberAPNs = "apple"
)
type NotificationSubscriber struct {