package cache
import "time"
type CachedReport struct {
ReportID string
UserID string
GeneratedAt time.Time
}