Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IgnoreFieldMismatch = datastore.IgnoreFieldMismatch
Functions ¶
Types ¶
type InventoryItem ¶
type InventoryItem struct {
mixin.Model
SKU string `json:"sku"`
OriginCountry string `json:"originCountry"`
HSCode string `json:"hsCode"`
MidCode string `json:"midCode"`
Material string `json:"material"`
Weight int `json:"weight"`
Length int `json:"length"`
Height int `json:"height"`
Width int `json:"width"`
RequiresShipping bool `json:"requiresShipping"`
Title string `json:"title"`
Description string `json:"description"`
Thumbnail string `json:"thumbnail"`
// Arbitrary key/value pairs
Metadata Map `json:"metadata,omitempty" datastore:"-"`
Metadata_ string `json:"-" datastore:",noindex"`
}
func New ¶
func New(db *datastore.Datastore) *InventoryItem
func (*InventoryItem) Defaults ¶
func (r *InventoryItem) Defaults()
func (*InventoryItem) Init ¶
func (r *InventoryItem) Init(db *datastore.Datastore)
func (InventoryItem) Kind ¶
func (r InventoryItem) Kind() string
Click to show internal directories.
Click to hide internal directories.