package data import "time" type DeviceSession struct { DeviceID string Token string ExpiryDate time.Time }