first commit
This commit is contained in:
7
plain/notify.go
Normal file
7
plain/notify.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package plain
|
||||
|
||||
type Notify struct {
|
||||
Notify string `json:"notify"`
|
||||
Title string `json:"title" `
|
||||
Device string `json:"device"`
|
||||
}
|
Reference in New Issue
Block a user