Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableLog ¶
func DisableLog()
DisableLog disables all library log output. Logging output is disabled by default until UseLogger is called.
Types ¶
type Config ¶
type Config struct {
*lncfg.Automation
// CloseChannel should be set to the rpc server function that allows
// closing a channel.
CloseChannel func(in *lnrpc.CloseChannelRequest,
updateStream lnrpc.Lightning_CloseChannelServer) error
DB *channeldb.DB
}
Config are the config parameters for the automation server.
Click to show internal directories.
Click to hide internal directories.