Documentation ¶
Overview ¶
Package notification provides notification (or callback) related functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidNotificationVersion = errors.New("invalid notification version")
)
Functions ¶
This section is empty.
Types ¶
type NewNotificationFunc ¶
type NewNotificationFunc func(encPaymentID payment.PaymentID, p *payment.Payment) (Notification, error)
func NotificationByVersion ¶
func NotificationByVersion(ver string) (NewNotificationFunc, error)
type Notification ¶
Click to show internal directories.
Click to hide internal directories.