model

package
v0.0.0-...-4a3359c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2021 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SneakerBrand

type SneakerBrand struct {
	UniqueId    string
	Name        string
	Hero        string
	Description string
}

type SneakerModel

type SneakerModel struct {
	UniqueId    string
	Name        string
	Brand       string
	BaseModel   string
	Hero        string
	Description string
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL