Serve ObjectService.SearchV2
RPC
#7475
Annotations
7 errors
golangci-lint:
pkg/services/object/server.go#L1890
cannot use req (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Request) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchRequest value in argument to s.reqInfoProc.SearchRequestToInfo
|
golangci-lint:
pkg/services/object/server.go#L1908
cannot use resp (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response_Body) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response value in argument to s.signSearchResponse
|
golangci-lint:
pkg/services/object/server.go#L1890
cannot use req (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Request) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchRequest value in argument to s.reqInfoProc.SearchRequestToInfo
|
golangci-lint:
pkg/services/object/server.go#L1908
cannot use resp (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response_Body) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response value in argument to s.signSearchResponse)
|
golangci-lint:
pkg/services/object/server.go#L1890
cannot use req (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Request) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchRequest value in argument to s.reqInfoProc.SearchRequestToInfo
|
golangci-lint:
pkg/services/object/server.go#L1908
cannot use resp (variable of type *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response_Body) as *"github.com/nspcc-dev/neofs-sdk-go/proto/object".SearchV2Response value in argument to s.signSearchResponse)
|
golangci-lint
issues found
|
Loading