mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
Introduce a wtclient `Manager` which handles tower clients. It indexes clients by the policy used. The policy field is thus removed from the `Config` struct which configures the Manager and is instead added to a new `towerClientCfg` which configures a specific client managed by the manager. For now, only the `NewClient` method is added to the Manager. It can be used to construct a new `TowerClient`. The Manager currently does notthing with the clients added to it. |
||
---|---|---|
.. | ||
addr_iterator.go | ||
addr_iterator_test.go | ||
backup_task.go | ||
backup_task_internal_test.go | ||
candidate_iterator.go | ||
candidate_iterator_test.go | ||
client.go | ||
client_test.go | ||
errors.go | ||
fuzz_test.go | ||
interface.go | ||
log.go | ||
manager.go | ||
queue.go | ||
queue_test.go | ||
sess_close_min_heap.go | ||
sess_close_min_heap_test.go | ||
session_negotiator.go | ||
session_queue.go | ||
stats.go |