Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
EtaNone = time.Time{}
)
Functions ¶
Types ¶
type Batch ¶
type Batch struct { Reference string Sku string PurchasedQuantity int Eta time.Time Allocations map[OrderLine]bool }
func (Batch) AvailableQuantity ¶
func (Batch) CanAllocate ¶
func (*Batch) Deallocate ¶
type OutOfStockErr ¶
type OutOfStockErr struct {
Sku string
}
func (*OutOfStockErr) Error ¶
func (e *OutOfStockErr) Error() string
Click to show internal directories.
Click to hide internal directories.