1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-03 23:30:39 +02:00
Files
CasaOS/model/notify.go

7 lines
98 B
Go
Raw Normal View History

2022-02-17 18:43:25 +08:00
package model
type NotifyMssage struct {
Type string `json:"type"`
Data string `json:"data"`
}