syncthing/lib/discover
deepsource-autofix[bot] f23c41221b
all: fix unused method receiver (#8988)
refactor: fix unused method receiver

Methods with unused receivers can be a symptom of unfinished refactoring or a bug. To keep 
the same method signature, omit the receiver name or '_' as it is unused.

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
2023-07-18 14:34:50 +00:00
..
mocks lib: Use counterfeiter to mock interfaces in tests (#7375) 2021-03-03 08:53:50 +01:00
cache.go all: Implement suture v4-api (#6947) 2020-11-17 13:19:04 +01:00
cache_test.go all: Fix unused method receiver (further) (#8466) 2022-07-28 17:55:29 +02:00
debug.go all, lib/logger: Refactor SetDebug calls (#6054) 2019-10-04 13:03:34 +02:00
discover.go all: Implement suture v4-api (#6947) 2020-11-17 13:19:04 +01:00
doc.go build: Update quic-go for Go 1.19 (#8483) 2022-08-03 15:43:26 +02:00
global.go lib/discover: Don't leak relay-tokens to discovery (#8762) 2023-03-04 12:16:57 +01:00
global_test.go all: fix unused method receiver (#8988) 2023-07-18 14:34:50 +00:00
local.go lib/discover: Don't leak relay-tokens to discovery (#8762) 2023-03-04 12:16:57 +01:00
local.pb.go all: Regenerate proto (#7696) 2021-05-19 13:30:20 +02:00
local_test.go lib/discover: Filter locally announced addresses (fixes #7289) (#8302) 2022-05-04 18:43:00 +02:00
manager.go all: fix unused method receiver (#8988) 2023-07-18 14:34:50 +00:00