package model type ShortLink struct { Hash string `gorm:"primary_key"` Url string Password string LastRequestTime int64 }