mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 15:04:41 -05:00
9 lines
136 B
Go
9 lines
136 B
Go
package model
|
|
|
|
type ShortLink struct {
|
|
Hash string
|
|
Url string
|
|
Password string
|
|
LastRequestTime int64
|
|
}
|