Files
sub2clash/model/short_link.go
2024-04-24 12:51:37 +08:00

9 lines
136 B
Go

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