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