heart.go 97 B

123456
  1. package model
  2. type CasaOSHeart struct {
  3. UuId string `json:"uuid"`
  4. Type string `json:"type"`
  5. }