6 lines
97 B
Go
6 lines
97 B
Go
package model
|
|
|
|
type CasaOSHeart struct {
|
|
UuId string `json:"uuid"`
|
|
Type string `json:"type"`
|
|
}
|