admin-push-notification-supplier #1

Merged
sinhluu merged 4 commits from admin-push-notification-supplier into master 2022-11-28 03:41:19 +00:00
1 changed files with 10 additions and 9 deletions
Showing only changes of commit 9a5bdda1d9 - Show all commits

View File

@ -19,6 +19,7 @@ type PushRequest struct {
Sound *Sound `json:"sound,omitempty"`
Link string `json:"link"` // for webpush
Order int `json:"order"` // for sort
DisplayUntil int64 `json:"displayUntil"` // time.Unix
}
// Sound ...