CasaOS/model/heart.go

7 lines
97 B
Go

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