model

package
v0.0.0-...-69ba7aa Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2020 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
	Materials      []string
	Categories     []string
	ReleaseDate    time.Time
	Price          float64
	ImageLink      string
	ImageLinks     []string
	StadiumUrl     string
	Likes          int
	Liked          bool
}

Jump to

Keyboard shortcuts

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