package model type Alert struct { ID string `json:"id" gorm:"primaryKey"` TrackerID string `json:"tracker_id"` Type string `json:"type"` Value string `json:"value"` }