1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-06 23:37:26 +02:00
Files
CasaOS/model/heart.go
2022-02-17 18:43:25 +08:00

7 lines
97 B
Go

package model
type CasaOSHeart struct {
UuId string `json:"uuid"`
Type string `json:"type"`
}