Chang lue Tsen 8addcc584b init: 1.0.0
2025-04-25 12:08:29 +09:00

13 lines
185 B
Go

package surfboard
import "time"
type UserInfo struct {
UUID string
Upload int64
Download int64
TotalTraffic int64
ExpiredDate time.Time
SubscribeURL string
}