Documentation ¶
Index ¶
- func PublishGroupDelivered(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishGroupFinalized(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderCreated(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderDelivered(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPOSPaymentPaid(log *logrus.Entry, ctx context.Context, stage string, ...) error
- func PublishOrderPOSPaymentStarted(log *logrus.Entry, ctx context.Context, stage string, ...) error
- type EventGroupDeliveredData
- type EventGroupFinalizedData
- type EventOrderCreatedData
- type EventOrderDeliveredData
- type EventOrderPOSPaymentPaidData
- type EventOrderPOSPaymentStartedData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PublishGroupDelivered ¶
func PublishGroupFinalized ¶
func PublishOrderCreated ¶
func PublishOrderDelivered ¶
Types ¶
type EventGroupDeliveredData ¶
type EventGroupDeliveredData struct {
StoreID string `json:"storeId"`
}
type EventGroupFinalizedData ¶
type EventGroupFinalizedData struct {
StoreID string `json:"storeId"`
}
type EventOrderCreatedData ¶
type EventOrderCreatedData struct {
StoreID string `json:"storeId"`
}
type EventOrderDeliveredData ¶
type EventOrderDeliveredData struct {
StoreID string `json:"storeId"`
}
Click to show internal directories.
Click to hide internal directories.