package data import "time" type UserSession struct { UserID string Token string ExpiryDate time.Time }