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.
|
- package model
-
- type TrackerZones struct {
- ID string `json:"id" gorm:"primaryKey"`
- ZoneList []string `json:"zoneList" gorm:"serializer:json"`
- Tracker string `json:"tracker" gorm:"index"`
- Days string `json:"days"`
- Time string `json:"time"`
- }
|