mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
fix: first push implementation fifo v2 to all stockable and useable
This commit is contained in:
@@ -10,6 +10,11 @@ type FifoStockV2Service = fifoStockV2.Service
|
||||
|
||||
type FifoStockV2Lane = fifoStockV2.Lane
|
||||
|
||||
const (
|
||||
FifoStockV2LaneStockable FifoStockV2Lane = fifoStockV2.LaneStockable
|
||||
FifoStockV2LaneUsable FifoStockV2Lane = fifoStockV2.LaneUsable
|
||||
)
|
||||
|
||||
type FifoStockV2Ref = fifoStockV2.Ref
|
||||
|
||||
type FifoStockV2GatherRequest = fifoStockV2.GatherRequest
|
||||
|
||||
Reference in New Issue
Block a user