lnd/lnrpc/wtclientrpc
Elle Mouton a5e7d35af2
wtclient+lnrpc: move RemoveTower to Manager
Simiarly to the previous commit, this commit moves the RemoveTower
method from the Client to the TowerClientManager interface. The manager
handles any DB related handling. The manager will first attempt to
remove the tower from the in-memory state of each client and then will
attempt to remove the tower from the DB. If the removal from the DB
fails, the manager will re-add the tower to the in-memory state of each
client.
2023-11-28 09:54:02 +02:00
..
config.go multi: move AddTower to Tower Client Manager 2023-11-28 09:54:02 +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 RemoveTower to Manager 2023-11-28 09:54:02 +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