Documentation ¶
Index ¶
- type Handler
- func (h *Handler) Consumers() map[bus.Topic][]bus.Consumer
- func (h *Handler) ProcessPaymentStatusUpdate(ctx context.Context, message bus.Message) error
- func (h *Handler) ProcessWithdrawals(ctx context.Context, message bus.Message) error
- func (h *Handler) SendSuccessfulPaymentNotification(ctx context.Context, message bus.Message) error
- type PaymentWebhook
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ProcessPaymentStatusUpdate ¶
func (*Handler) ProcessWithdrawals ¶
type PaymentWebhook ¶
Click to show internal directories.
Click to hide internal directories.