Persist "click"
This commit is contained in:
parent
2e40b895a7
commit
41c1189fee
3 changed files with 31 additions and 8 deletions
|
@ -24,6 +24,7 @@ type message struct {
|
|||
Topic string `json:"topic"`
|
||||
Priority int `json:"priority,omitempty"`
|
||||
Tags []string `json:"tags,omitempty"`
|
||||
Click string `json:"click,omitempty"`
|
||||
Title string `json:"title,omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue