1
0
mirror of https://github.com/nitezs/sub2clash.git synced 2024-12-23 14:54:42 -05:00
sub2clash/model/short_link.go

9 lines
136 B
Go
Raw Permalink Normal View History

2023-09-17 03:52:37 -04:00
package model
type ShortLink struct {
Hash string
2023-09-17 03:52:37 -04:00
Url string
Password string
2023-09-17 03:52:37 -04:00
LastRequestTime int64
}