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

7 lines
98 B
Go

package model
type NotifyMssage struct {
Type string `json:"type"`
Data string `json:"data"`
}