# Functions
NewFaradaySubServer returns a new faraday implementation of the SubServer interface.
NewLoopSubServer returns a new loop implementation of the SubServer interface.
NewManager constructs a new Manager.
NewPoolSubServer returns a new pool implementation of the SubServer interface.
NewTaprootAssetsSubServer returns a new tap implementation of the SubServer interface.
UseLogger uses a specified Logger to output package logging info.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Manager manages a set of subServer objects.
RemoteConfig holds the configuration parameters that are needed when running LiT in the "remote" lnd mode.
RemoteDaemonConfig holds the configuration parameters that are needed to connect to a remote daemon like lnd for example.
# Interfaces
SubServer defines an interface that should be implemented by any sub-server that the subServer manager should manage.