Documentation
¶
Index ¶
- func PublishOrderCreated(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPOSPaid(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPickupReady(log *logrus.Entry, ctx context.Context, stage string, ...) error
- type EventOrderCreatedData
- type EventOrderPOSPaidData
- type EventOrderPickupReadyData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PublishOrderCreated ¶
func PublishOrderPOSPaid ¶
func PublishOrderPickupReady ¶
Types ¶
type EventOrderCreatedData ¶
type EventOrderCreatedData struct {
OrderID string // not the UUID
}
type EventOrderPOSPaidData ¶
type EventOrderPOSPaidData struct {
OrderID string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.