You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 rivejä
268 B

  1. package model
  2. type TrackerZones struct {
  3. ID string `json:"id" gorm:"primaryKey"`
  4. ZoneList []string `json:"zoneList" gorm:"serializer:json"`
  5. Tracker string `json:"tracker" gorm:"index"`
  6. Days string `json:"days"`
  7. Time string `json:"time"`
  8. }