fix: mark all routers DoNotWaitForSearchValue #1611
Annotations
10 errors
go-lint:
core/node/bitswap.go#L12
could not import github.com/ipfs/kubo/routing (-: # github.com/ipfs/kubo/routing
|
go-lint:
routing/delegated.go#L110
unknown field 'DoNotWaitForStreamingResponses' in struct literal of type routinghelpers.ParallelRouter
|
go-lint:
routing/delegated.go#L110
cr.DoNotWaitForStreamingResponses undefined (type "github.com/ipfs/kubo/config".ConfigRouter has no field or method DoNotWaitForStreamingResponses)) (typecheck)
|
go-lint:
core/node/builder.go#L72
invalid operation: cannot compare cfg.Routing == nil (operator == not defined on untyped nil) (typecheck)
|
go-lint:
core/node/builder.go#L76
invalid operation: cannot compare cfg.Host == nil (operator == not defined on untyped nil) (typecheck)
|
go-lint:
plugin/loader/loader.go#L6
"io" imported but not used (typecheck)
|
go-lint:
core/commands/dag/get.go#L8
"github.com/ipfs/go-ipld-legacy" imported but not used as ipldlegacy (typecheck)
|
go-lint:
core/core.go#L60
could not import github.com/ipfs/kubo/routing (-: # github.com/ipfs/kubo/routing
|
go-lint:
routing/delegated.go#L110
unknown field 'DoNotWaitForStreamingResponses' in struct literal of type routinghelpers.ParallelRouter
|
go-lint:
routing/delegated.go#L110
cr.DoNotWaitForStreamingResponses undefined (type "github.com/ipfs/kubo/config".ConfigRouter has no field or method DoNotWaitForStreamingResponses)) (typecheck)
|