1
0
Files
nad-plain-notifier-golang-sdk/plain/notify.go
2025-01-20 19:30:00 +08:00

8 lines
131 B
Go

package plain
type Notify struct {
Notify string `json:"notify"`
Title string `json:"title" `
Device string `json:"device"`
}