update module

This commit is contained in:
Sinh 2022-11-22 14:06:24 +07:00
parent 615aa4e963
commit 9a5bdda1d9
1 changed files with 10 additions and 9 deletions

View File

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