Documentation
¶
Index ¶
- type Dictionaries
- type Dimension
- type DimensionCapacity
- type DimensionColor
- type Dimensionconnectivity
- type Dimensions
- type Foo_sub1
- type Foo_sub12
- type Foo_sub13
- type Foo_sub16
- type Foo_sub19
- type Foo_sub9
- type Image
- type Info
- type OmnitureModel
- type Price
- type Product
- type RefurbClearModel
- type SelectedGridFilter
- type Sort
- type SortData
- type StaticAssets
- type Tile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dictionaries ¶
type Dictionaries struct {
Dimensions Dimensions `json:"dimensions"`
}
type DimensionCapacity ¶
type DimensionColor ¶
type Dimensionconnectivity ¶
type Dimensions ¶
type Dimensions struct {
DimensionCapacity DimensionCapacity `json:"dimensionCapacity"`
DimensionColor DimensionColor `json:"dimensionColor"`
Dimensionconnectivity Dimensionconnectivity `json:"dimensionconnectivity"`
RefurbClearModel RefurbClearModel `json:"refurbClearModel"`
}
type Image ¶
type Image struct {
Alt string `json:"alt"`
Attrs string `json:"attrs"`
DeferSrc bool `json:"deferSrc"`
Height string `json:"height"`
ImageName string `json:"imageName"`
NoImage bool `json:"noImage"`
OriginalImageName string `json:"originalImageName"`
ScaleFactor string `json:"scaleFactor"`
SrcSet Foo_sub16 `json:"srcSet"`
Width string `json:"width"`
}
type Info ¶
type Info struct {
Dictionaries Dictionaries `json:"dictionaries"`
Dimensions []Dimension `json:"dimensions"`
Products []Product `json:"products"`
SelectedGridFilters []SelectedGridFilter `json:"selectedGridFilters"`
SortData SortData `json:"sortData"`
StaticAssets StaticAssets `json:"staticAssets"`
Tiles []Tile `json:"tiles"`
}
type OmnitureModel ¶
type OmnitureModel struct {
BasePartNumber string `json:"basePartNumber"`
CommitCodeID float64 `json:"commitCodeId"`
CustomerCommitString string `json:"customerCommitString"`
FeatureName string `json:"featureName"`
LinkText string `json:"linkText"`
PartNumber string `json:"partNumber"`
SlotName string `json:"slotName"`
}
type Price ¶
type Price struct {
BasePartNumber string `json:"basePartNumber"`
ChooseDefaultPurchaseOption bool `json:"chooseDefaultPurchaseOption"`
CurrentPrice Foo_sub19 `json:"currentPrice"`
PartNumber string `json:"partNumber"`
PriceCurrency string `json:"priceCurrency"`
PriceFeeDisclaimer string `json:"priceFeeDisclaimer"`
RefurbProduct bool `json:"refurbProduct"`
SeoPrice float64 `json:"seoPrice"`
ShowDynamicFinancing bool `json:"showDynamicFinancing"`
ShowItemPropAvailability bool `json:"showItemPropAvailability"`
ShowItemPropPrice bool `json:"showItemPropPrice"`
ShowPayPal bool `json:"showPayPal"`
}
type RefurbClearModel ¶
type RefurbClearModel struct {
Ipad2017 Foo_sub1 `json:"ipad2017"`
Ipad5gen Foo_sub1 `json:"ipad5gen"`
Ipadaccessories Foo_sub1 `json:"ipadaccessories"`
Ipadmini4 Foo_sub1 `json:"ipadmini4"`
Ipadmini5 Foo_sub1 `json:"ipadmini5"`
Ipadpro10_5 Foo_sub1 `json:"ipadpro_10_5"`
Ipadpro11 Foo_sub1 `json:"ipadpro_11"`
Ipadpro12_9 Foo_sub1 `json:"ipadpro_12_9"`
Ipadpro9_7 Foo_sub1 `json:"ipadpro_9_7"`
}
type SelectedGridFilter ¶
type SelectedGridFilter struct {
RefurbClearModel string `json:"refurbClearModel"`
}
type StaticAssets ¶
type StaticAssets struct{}
type Tile ¶
type Tile struct {
Filters Product `json:"filters"`
Image Image `json:"image"`
Lob string `json:"lob"`
OmnitureModel OmnitureModel `json:"omnitureModel"`
PartNumber string `json:"partNumber"`
Price Price `json:"price"`
ProductDetailsURL string `json:"productDetailsUrl"`
Sort Sort `json:"sort"`
SortOrder float64 `json:"sortOrder"`
Title string `json:"title"`
}
Click to show internal directories.
Click to hide internal directories.