package models type ErrMsg struct { Url string `gorm:"column:url" json:"url"` ErrMsg string `gorm:"column:err_msg" json:"err_msg"` }