fabric

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: ISC Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Fabric

type Fabric struct {
	// @gotags: dynamo:"FabricSKU"
	Sku string `protobuf:"bytes,1,opt,name=sku,proto3" json:"sku,omitempty"`
	// @gotags: dynamo:"FabricProductCode"
	ProductCode string `protobuf:"bytes,2,opt,name=product_code,json=productCode,proto3" json:"product_code,omitempty"`
	// @gotags: dynamo:"FabricPattern"
	Pattern string `protobuf:"bytes,3,opt,name=pattern,proto3" json:"pattern,omitempty"`
	// @gotags: dynamo:"FabricPrimaryColor"
	Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"`
	// @gotags: dynamo:"FabricPatternColorCombo"
	PatternColorCombo string `protobuf:"bytes,5,opt,name=pattern_color_combo,json=patternColorCombo,proto3" json:"pattern_color_combo,omitempty"`
	// @gotags: dynamo:"FabricStatus"
	Status string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	// @gotags: dynamo:"FabricIntroDate"
	IntroDate string `protobuf:"bytes,7,opt,name=intro_date,json=introDate,proto3" json:"intro_date,omitempty"`
	// @gotags: dynamo:"FabricContents"
	Contents string `protobuf:"bytes,8,opt,name=contents,proto3" json:"contents,omitempty"`
	// @gotags: dynamo:"FabricWidth"
	Width string `protobuf:"bytes,9,opt,name=width,proto3" json:"width,omitempty"`
	// @gotags: dynamo:"FabricDirection"
	Direction string `protobuf:"bytes,10,opt,name=direction,proto3" json:"direction,omitempty"`
	// @gotags: dynamo:"FabricHRepeat"
	HRepeat string `protobuf:"bytes,11,opt,name=h_repeat,json=hRepeat,proto3" json:"h_repeat,omitempty"`
	// @gotags: dynamo:"FabricVRepeat"
	VRepeat string `protobuf:"bytes,12,opt,name=v_repeat,json=vRepeat,proto3" json:"v_repeat,omitempty"`
	// @gotags: dynamo:"FabricCleaningCode"
	CleaningCode string `protobuf:"bytes,13,opt,name=cleaning_code,json=cleaningCode,proto3" json:"cleaning_code,omitempty"`
	// @gotags: dynamo:"FabricDoubleRubs"
	DoubleRubs string `protobuf:"bytes,14,opt,name=double_rubs,json=doubleRubs,proto3" json:"double_rubs,omitempty"`
	// @gotags: dynamo:"FabricMisc"
	Misc string `protobuf:"bytes,15,opt,name=misc,proto3" json:"misc,omitempty"`
	// @gotags: dynamo:"FabricDisclaimer"
	Disclaimer string `protobuf:"bytes,16,opt,name=disclaimer,proto3" json:"disclaimer,omitempty"`
	// @gotags: dynamo:"FabricUses"
	Uses []string `protobuf:"bytes,17,rep,name=uses,proto3" json:"uses,omitempty"`
	// @gotags: dynamo:"FabricDesigns"
	Designs []string `protobuf:"bytes,18,rep,name=designs,proto3" json:"designs,omitempty"`
	// @gotags: dynamo:"FabricColors"
	Colors []string `protobuf:"bytes,19,rep,name=colors,proto3" json:"colors,omitempty"`
	// @gotags: dynamo:"FabricOrigin"
	Origin string `protobuf:"bytes,20,opt,name=origin,proto3" json:"origin,omitempty"`
	// @gotags: dynamo:"FabricPillingGrade"
	PillingGrade string `protobuf:"bytes,21,opt,name=pilling_grade,json=pillingGrade,proto3" json:"pilling_grade,omitempty"`
	// @gotags: dynamo:"FabricFireCode"
	FireCode string `protobuf:"bytes,22,opt,name=fire_code,json=fireCode,proto3" json:"fire_code,omitempty"`
	// @gotags: dynamo:"FabricCategories"
	Categories []string `protobuf:"bytes,23,rep,name=categories,proto3" json:"categories,omitempty"`
	// @gotags: dynamo:"FabricBrand"
	Brand string `protobuf:"bytes,24,opt,name=brand,proto3" json:"brand,omitempty"`
	// @gotags: dynamo:"FabricIsDropShipped"
	IsDropShipped bool `protobuf:"varint,25,opt,name=is_drop_shipped,json=isDropShipped,proto3" json:"is_drop_shipped,omitempty"`
	// @gotags: dynamo:"FabricMainImage"
	Image string `protobuf:"bytes,26,opt,name=image,proto3" json:"image,omitempty"`
	// @gotags: dynamo:"FabricAPIDisplayPrice"
	DisplayPrice string `protobuf:"bytes,27,opt,name=display_price,json=displayPrice,proto3" json:"display_price,omitempty"`
	// @gotags: dynamo:"FabricAPIPrice"
	Price int32 `protobuf:"varint,28,opt,name=price,proto3" json:"price,omitempty"`
	// @gotags: dynamo:"FabricOtherImages"
	SupplementalImages []string `protobuf:"bytes,29,rep,name=supplemental_images,json=supplementalImages,proto3" json:"supplemental_images,omitempty"`
	// @gotags: dynamo:"FabricFullWidthImages"
	FullWidthImages []string `protobuf:"bytes,30,rep,name=full_width_images,json=fullWidthImages,proto3" json:"full_width_images,omitempty"`
	// @gotags: dynamo:"-"
	Inventory            *inventory.Inventory `protobuf:"bytes,31,opt,name=inventory,proto3" json:"inventory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Fabric) Descriptor

func (*Fabric) Descriptor() ([]byte, []int)

func (*Fabric) GetBrand

func (m *Fabric) GetBrand() string

func (*Fabric) GetCategories

func (m *Fabric) GetCategories() []string

func (*Fabric) GetCleaningCode

func (m *Fabric) GetCleaningCode() string

func (*Fabric) GetColor

func (m *Fabric) GetColor() string

func (*Fabric) GetColors

func (m *Fabric) GetColors() []string

func (*Fabric) GetContents

func (m *Fabric) GetContents() string

func (*Fabric) GetDesigns

func (m *Fabric) GetDesigns() []string

func (*Fabric) GetDirection

func (m *Fabric) GetDirection() string

func (*Fabric) GetDisclaimer

func (m *Fabric) GetDisclaimer() string

func (*Fabric) GetDisplayPrice

func (m *Fabric) GetDisplayPrice() string

func (*Fabric) GetDoubleRubs

func (m *Fabric) GetDoubleRubs() string

func (*Fabric) GetFireCode

func (m *Fabric) GetFireCode() string

func (*Fabric) GetFullWidthImages

func (m *Fabric) GetFullWidthImages() []string

func (*Fabric) GetHRepeat

func (m *Fabric) GetHRepeat() string

func (*Fabric) GetImage

func (m *Fabric) GetImage() string

func (*Fabric) GetIntroDate

func (m *Fabric) GetIntroDate() string

func (*Fabric) GetInventory

func (m *Fabric) GetInventory() *inventory.Inventory

func (*Fabric) GetIsDropShipped

func (m *Fabric) GetIsDropShipped() bool

func (*Fabric) GetMisc

func (m *Fabric) GetMisc() string

func (*Fabric) GetOrigin

func (m *Fabric) GetOrigin() string

func (*Fabric) GetPattern

func (m *Fabric) GetPattern() string

func (*Fabric) GetPatternColorCombo

func (m *Fabric) GetPatternColorCombo() string

func (*Fabric) GetPillingGrade

func (m *Fabric) GetPillingGrade() string

func (*Fabric) GetPrice

func (m *Fabric) GetPrice() int32

func (*Fabric) GetProductCode

func (m *Fabric) GetProductCode() string

func (*Fabric) GetSku

func (m *Fabric) GetSku() string

func (*Fabric) GetStatus

func (m *Fabric) GetStatus() string

func (*Fabric) GetSupplementalImages

func (m *Fabric) GetSupplementalImages() []string

func (*Fabric) GetUses

func (m *Fabric) GetUses() []string

func (*Fabric) GetVRepeat

func (m *Fabric) GetVRepeat() string

func (*Fabric) GetWidth

func (m *Fabric) GetWidth() string

func (*Fabric) ProtoMessage

func (*Fabric) ProtoMessage()

func (*Fabric) Reset

func (m *Fabric) Reset()

func (*Fabric) String

func (m *Fabric) String() string

func (*Fabric) XXX_DiscardUnknown

func (m *Fabric) XXX_DiscardUnknown()

func (*Fabric) XXX_Marshal

func (m *Fabric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Fabric) XXX_Merge

func (m *Fabric) XXX_Merge(src proto.Message)

func (*Fabric) XXX_Size

func (m *Fabric) XXX_Size() int

func (*Fabric) XXX_Unmarshal

func (m *Fabric) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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