Files
sendico/api/pkg/messaging/notifications/paymentorchestrator/handler/interface.go

10 lines
176 B
Go

package notifications
import (
"context"
"github.com/tech/sendico/pkg/model"
)
type PaymentStatusUpdatedHandler = func(context.Context, *model.PaymentStatusUpdated) error