Versions in this module Expand all Collapse all v0 v0.0.2 Mar 4, 2021 Changes in this version + func New(db *gorm.DB) provider.Provider + type BillingHistoryItem struct + Country string + Currency string + Description string + FinalInvoiceResult string + GrossSaleAmt float32 + ItemPriceAmt float32 + MopCreationDate types.DateTime + MopLast4 string + MopPmtProcessorDesc string + NextBillingDate types.DateTime + PaymentType string + PmtStatus string + PmtTxnType string + ServicePeriodEndDate types.DateTime + ServicePeriodStartDate types.DateTime + TaxAmt float32 + TransactionDate types.DateTime + func (r BillingHistoryItem) TableName() string + type ClickstreamAction struct + ClickTime types.DateTime + NavigationLevel string + ProfileName string + ReferrerUrl string + Source string + WebpageUrl string + func (r ClickstreamAction) TableName() string + type Device struct + AcctFirstPlaybackDate types.DateTime + AcctFirstPlaybackDateForUserGeneratedPlays types.DateTime + AcctLastPlaybackDate types.DateTime + AcctLastPlaybackDateForUserGeneratedPlays types.DateTime + DeactivationTime types.DateTime + DeviceType string + ESN string + ProfileFirstPlaybackDate types.DateTime + ProfileFirstPlaybackDateForUserGeneratedPlays types.DateTime + ProfileLastPlaybackDate types.DateTime + ProfileLastPlaybackDateForUserGeneratedPlays types.DateTime + ProfileName string + func (r Device) TableName() string + type Duration struct + func (d *Duration) UnmarshalCSV(csv string) error + type IPAddress struct + Country string + DeviceDescription string + ESN string + IP string + LocalizedDeviceDescription string + RegionCodeDisplayName string + Time types.DateTime + func (r IPAddress) TableName() string + type IndicatedPreference struct + EventDate types.DateTime + HasWatched bool + IsInterested bool + ProfileName string + Show string + func (r IndicatedPreference) TableName() string + type InteractiveTitle struct + ChoiceSegmentId string + HasWatched bool + ProfileName string + SelectionType string + Source string + Time types.DateTime + TitleDesc string + func (r InteractiveTitle) TableName() string + type MyListItem struct + Country string + ProfileName string + TitleAddDate types.DateTime + TitleName string + func (r MyListItem) TableName() string + type PlaybackRelatedEvent struct + Country string + Device string + PlaybackStartTime types.DateTime + Playtraces []Playtrace + ProfileName string + TitleDescription string + func (r PlaybackRelatedEvent) TableName() string + type Playtrace struct + EventType string + MediaOffsetMs int + PlaybackRelatedEvent PlaybackRelatedEvent + PlaybackRelatedEventID int + SessionOffsetMs int + func (r Playtrace) TableName() string + type Rating struct + DeviceModel string + EventTime types.DateTime + ProfileName string + RatingType string + RegionViewDate types.DateTime + StarValue int + ThumbsValue int + TitleName string + func (r Rating) TableName() string + type SearchHistoryItem struct + Action string + CountryIsoCode string + Device string + DisplayedName string + IsKids types.NullableBool + ProfileName string + QueryTyped string + Section string + Time types.DateTime + func (r SearchHistoryItem) TableName() string + type SubscriptionHistoryItem struct + CancellationReason string + IsCustomerInitiatedCancel bool + IsFreeTrial bool + PlanChangeDate types.DateTime + PlanChangeNewCategory string + PlanChangeNewMaxConcurrentStreams int + PlanChangeNewMaxStreamingQuality string + PlanChangeOldCategory string + PlanChangeOldMaxConcurrentStreams int + PlanChangeOldMaxStreamingQuality string + SignupMaxConcurrentStreams int + SignupMaxStreamingQuality string + SignupPlanCategory string + SubscriptionClosedTime *types.DateTime + SubscriptionOpenedTime types.DateTime + func (r SubscriptionHistoryItem) TableName() string + type ViewingAction struct + Attributes string + Bookmark Duration + Country string + DeviceType string + Duration Duration + LatestBookmark Duration + ProfileName string + StartTime types.DateTime + SupplementalVideoType string + Title string + func (r ViewingAction) TableName() string v0.0.1 Feb 21, 2021