Добавить push_common.go
This commit is contained in:
commit
4b3e0e53e0
|
@ -0,0 +1,7 @@
|
|||
package push_common
|
||||
|
||||
type TextVariant struct {
|
||||
Lang int `json:"lang"`
|
||||
Title string `json:"title"`
|
||||
Message string `json:"message"`
|
||||
}
|
Loading…
Reference in New Issue