Skip to content

GO-4351 Membership v2 API WiP: cart, store #4558

GO-4351 Membership v2 API WiP: cart, store

GO-4351 Membership v2 API WiP: cart, store #4558

Triggered via pull request October 30, 2024 10:20
Status Failure
Total duration 4m 22s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
lint: clientlibrary/service/lib.go#L41
cannot use mw (variable of type *"github.com/anyproto/anytype-heart/core".Middleware) as ClientCommandsHandler value in struct literal: *"github.com/anyproto/anytype-heart/core".Middleware does not implement ClientCommandsHandler (missing method MembershipV2GetStatus) (typecheck)
lint: clientlibrary/clib/main.go#L8
could not import C (cgo preprocessing failed) (typecheck)
lint: clientlibrary/clib/main.go#L17
could not import github.com/anyproto/anytype-heart/clientlibrary/service (-: # github.com/anyproto/anytype-heart/clientlibrary/service
lint: clientlibrary/service/lib.go#L41
cannot use mw (variable of type *"github.com/anyproto/anytype-heart/core".Middleware) as ClientCommandsHandler value in struct literal: *"github.com/anyproto/anytype-heart/core".Middleware does not implement ClientCommandsHandler (missing method MembershipV2GetStatus)) (typecheck)
lint: cmd/grpcserver/grpc.go#L186
cannot use mw (variable of type *"github.com/anyproto/anytype-heart/core".Middleware) as service.ClientCommandsServer value in argument to service.RegisterClientCommandsServer: *"github.com/anyproto/anytype-heart/core".Middleware does not implement service.ClientCommandsServer (missing method MembershipV2GetStatus) (typecheck)
lint
issues found