Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SneakerBrand ¶
type SneakerModel ¶
type SneakerReference ¶
type SneakerReference struct { UniqueId string ManufactureSku string BrandName string Brand SneakerBrand ModelName string Model SneakerModel BaseModelName string BaseModel SneakerModel Description string Color string Gender string Nickname string Designer string Technology string Materials []string Categories []string ReleaseDate time.Time ReleaseDateStr string `bson:"release_strdate"` Price float64 ImageLink string ImageLinks []string StadiumUrl string GoatUrl string `json:"GoatURL" bson:"goat_url"` Likes int Liked bool AddedDate time.Time `bson:"added_date"` }
Click to show internal directories.
Click to hide internal directories.