Documentation
¶
Index ¶
Constants ¶
View Source
const ( KnLogo = "https://raw.githubusercontent.com/knative/docs/master/docs/images/logo/rgb/knative-logo-rgb.png" RetailerPrefix = "Retailer." SupplierPrefix = "Supplier." CarrierPrefix = "Carrier." // goes on type OfferPrefix = "Offer." // goes on subject SupplierSubject = "Supplier." ControllerSource = "Controller" // the main controller emits these for type:Offer.Product type:Reset type:Disconnect type:Offer.Service.Transport PassengerSource = "Passenger" // the user emits these for type:Order ConnectionType = "Connection" ResetType = "Reset" DisconnectType = "Disconnect" OrderType = "Order" OrderReleasedType = "Order.OrderStatus.OrderReleased" OrderDeliveredType = "Order.OrderStatus.OrderDelivered" TransferActionType = "TransferAction" TransferOrderReleasedType = "TransferAction.ActionStatus.PotentialActionStatus" TransferOrderAcceptedType = "TransferAction.ActionStatus.ActiveActionStatus" TransferOrderArrivedType = "TransferAction.ActionStatus.ArrivedActionStatus" TransferOrderCompletedType = "TransferAction.ActionStatus.CompletedActionStatus" OfferType = "Offer" InventoryLevelType = "Offer.InventoryLevel" ProductOfferType = "Offer.Product" CarrierOfferType = "Offer.Service.Transport" ShipmentCount = 2 // OrderStatus can be OrderReleased = "OrderReleased" OrderDelivered = "OrderDelivered" // ActionStatus can be ActionStatusCompleted = "CompletedActionStatus" ActionStatusArrived = "ArrivedActionStatus" ActionStatusActive = "ActiveActionStatus" ActionStatusPotential = "PotentialActionStatus" // Extensions ExtCause = "cause" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CarrierOffer ¶
type CarrierOfferData ¶
type CarrierOfferData []CarrierOffer
type ConnectionData ¶
type CustomerOfferData ¶
type CustomerOfferData []ProductOffer
type ProductOffer ¶
Click to show internal directories.
Click to hide internal directories.