package
0.29.0-beta.rc2
Repository: https://github.com/lightninglabs/loop.git
Documentation: pkg.go.dev

# Functions

NewManager creates a new notification manager.
UseLogger uses a specified Logger to output package logging info.

# Constants

NotificationTypeReservation is the notification type for reservation notifications.
NotificationTypeStaticLoopInSweepRequest is the notification type for static loop in sweep requests.
NotificationTypeUnknown is the default notification type.
Subsystem defines the sub system name of this package.

# Structs

Config contains all the services that the notification manager needs to operate.
Manager is a manager for notifications that the swap server sends to the client.

# Interfaces

Client is the interface that the notification manager needs to implement in order to be able to subscribe to notifications.

# Type aliases

NotificationType is the type of notification that the manager can handle.