storj/satellite/contact
Clement Sam 0d144ee5af satellite/contact: remove dependency on overlay.NodeDossier
`overlay.NodeDossier` contains information that satellite tracks
about a storagenode.
As part of the work to remove the type column from the nodes
table https://github.com/storj/storj/issues/5426, we would have
to remove the `Type` field in the `overlay.NodeDossier` since it
is only about the storagenode.

The `Local` method on the contact service is also removed because
it is unused. When needed we can create a seperate `SatelliteInfo`
struct which the `Local` method will return.

Change-Id: If0c1a25d9df397a9492bbf1d7f33ba5b6a918878
2023-10-18 18:11:36 +00:00
..
client.go all: fix dots 2020-07-16 14:58:28 +00:00
common.go satellite/contact: emit evenkit events in case of node checkin 2022-11-14 10:38:58 +00:00
contact_test.go satellite,storagenode: propagate node tags with NodeCheckin 2023-07-05 13:45:42 +00:00
endpoint.go satellite,storagenode: propagate node tags with NodeCheckin 2023-07-05 13:45:42 +00:00
ratelimit.go satellite/*: use typed lrucache and ReadCache 2023-04-21 10:49:08 +00:00
service_test.go satellite,storagenode: propagate node tags with NodeCheckin 2023-07-05 13:45:42 +00:00
service.go satellite/contact: remove dependency on overlay.NodeDossier 2023-10-18 18:11:36 +00:00