update module
This commit is contained in:
parent
615aa4e963
commit
9a5bdda1d9
1
model.go
1
model.go
|
@ -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 ...
|
||||||
|
|
Loading…
Reference in New Issue