lnd/lnrpc/wtclientrpc
Elle Mouton fcfdf699e3
multi: move BackupState and RegisterChannel to Manager
This commit moves over the last two methods, `RegisterChannel` and
`BackupState` from the `Client` to the `Manager` interface. With this
change, we no longer need to pass around the individual clients around
and now only need to pass the manager around.

To do this change, all the goroutines that handle channel closes,
closable sessions needed to be moved to the Manager and so a large part
of this commit is just moving this code from the TowerClient to the
Manager.
2023-11-28 10:59:40 +02:00
..
config.go multi: move BackupState and RegisterChannel to Manager 2023-11-28 10:59:40 +02:00
driver.go multi: Fix typos [skip ci] 2022-01-24 12:19:02 +02:00
watchtowerclient.pb.json.go lnrpc/gen_protos.sh: remove js build tag 2022-09-07 18:32:05 -04:00
wtclient_grpc.pb.go lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.go wtclient+lnrpc: move Policy to Manager 2023-11-28 09:54:03 +02:00
wtclient.pb.go lnrpc: run make rpc 2023-09-05 10:11:51 -07:00
wtclient.pb.gw.go lnrpc: update grpc-gateway library to v2 2021-07-27 13:09:59 +02:00
wtclient.proto lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.swagger.json lnrpc: add wtclientrpc doc tags to enable lncli api doc generation 2023-11-20 14:43:59 -07:00
wtclient.yaml lnrpc: split REST annotations into service files 2021-07-27 12:59:52 +02:00