sub2clash/model/short_link.go

9 lines
136 B
Go

package model
type ShortLink struct {
Hash string
Url string
Password string
LastRequestTime int64
}