Serve ObjectService.SearchV2
RPC
#7490
Annotations
10 errors
golangci-lint:
pkg/services/object/server_test.go#L293
cannot use &noCallFSChain (value of type *noCallTestFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *noCallTestFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
golangci-lint:
pkg/services/object/server_test.go#L293
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
golangci-lint:
pkg/services/object/server_test.go#L457
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
golangci-lint:
pkg/services/object/server_test.go#L457
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
golangci-lint:
pkg/services/object/server_test.go#L469
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
golangci-lint:
pkg/services/object/server_test.go#L469
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
golangci-lint:
pkg/services/object/server_test.go#L490
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
golangci-lint:
pkg/services/object/server_test.go#L490
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
golangci-lint:
pkg/services/object/server_test.go#L506
cannot use fsChain (variable of type *testFSChain) as "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain value in argument to New: *testFSChain does not implement "github.com/nspcc-dev/neofs-node/pkg/services/object".FSChain (missing method ForEachContainerNode)
|
golangci-lint:
pkg/services/object/server_test.go#L506
cannot use noCallRemNodes (variable of type noCallRemoteNodes) as searchsvc.ClientConstructor value in argument to New: noCallRemoteNodes does not implement searchsvc.ClientConstructor (missing method Get)
|
Loading