调整
This commit is contained in:
parent
150772e8e7
commit
42466e7b46
@ -8,6 +8,6 @@ type GotifyMessage struct {
|
|||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Priority int `json:"priority"`
|
Priority int `json:"priority"`
|
||||||
Extras interface{} `json:"extras"`
|
Extras map[string]any `json:"extras"`
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user