Added arn to the main repository
This commit is contained in:
10
arn/PushNotification.go
Normal file
10
arn/PushNotification.go
Normal file
@ -0,0 +1,10 @@
|
||||
package arn
|
||||
|
||||
// PushNotification represents a push notification.
|
||||
type PushNotification struct {
|
||||
Title string `json:"title"`
|
||||
Message string `json:"message"`
|
||||
Icon string `json:"icon"`
|
||||
Link string `json:"link"`
|
||||
Type string `json:"type"`
|
||||
}
|
Reference in New Issue
Block a user