8 lines
131 B
Go
8 lines
131 B
Go
package plain
|
|
|
|
type Notify struct {
|
|
Notify string `json:"notify"`
|
|
Title string `json:"title" `
|
|
Device string `json:"device"`
|
|
}
|