storj/satellite/nodeselection/uploadselection
Márton Elek d38b8fa2c4 satellite/nodeselection: use the same Node object from overlay and nodeselection
We use two different Node types in `overlay` and `uploadnodeselection` and converting back and forth.

Using the same object would allow us to use a unified node selection interface everywhere.

Change-Id: Ie71e29d60184ee0e5b4547eb54325f09c418f73c
2023-07-03 16:59:33 +00:00
..
common.go satellite/nodeselection: flexible interface to includes nodes in selection 2021-10-26 11:01:33 +00:00
criteria_test.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
criteria.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
node.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
selector_test.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
selector.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
state_test.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00
state.go satellite/nodeselection: use the same Node object from overlay and nodeselection 2023-07-03 16:59:33 +00:00