package
0.18.4-beta.rc2
Repository: https://github.com/lightningnetwork/lnd.git
Documentation: pkg.go.dev

# Functions

NewServer returns a new Server.

# Variables

ErrServerShuttingDown is an error returned in case the server is in the process of shutting down.

# Structs

Client is used to get notified about updates the caller has subscribed to,.
Server is a struct that manages a set of subscriptions and their corresponding clients.

# Interfaces

Subscription is an interface implemented by subscriptions to a server providing updates.