Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type VariantInventoryLink ¶
type VariantInventoryLink struct {
mixin.Model
VariantId string `json:"variantId"`
InventoryItemId string `json:"inventoryItemId"`
}
func New ¶
func New(db *datastore.Datastore) *VariantInventoryLink
func (*VariantInventoryLink) Defaults ¶
func (l *VariantInventoryLink) Defaults()
func (*VariantInventoryLink) Init ¶
func (l *VariantInventoryLink) Init(db *datastore.Datastore)
func (VariantInventoryLink) Kind ¶
func (l VariantInventoryLink) Kind() string
Click to show internal directories.
Click to hide internal directories.