This commit is contained in:
shikong 2024-04-21 00:31:40 +08:00
parent 150772e8e7
commit 42466e7b46

View File

@ -8,6 +8,6 @@ type GotifyMessage struct {
Message string `json:"message"`
Title string `json:"title"`
Priority int `json:"priority"`
Extras interface{} `json:"extras"`
Extras map[string]any `json:"extras"`
Date time.Time `json:"date"`
}