package users import "time" type Session struct { UserID string Token string ExpiryDate time.Time }