mirror of
https://git.vectorsigma.ru/public/CasaOS.git
synced 2026-07-29 00:37:38 +00:00
7 lines
98 B
Go
7 lines
98 B
Go
package model
|
|
|
|
type NotifyMssage struct {
|
|
Type string `json:"type"`
|
|
Data string `json:"data"`
|
|
}
|