GO-4351 Membership v2 API WiP: cart, store #4558
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
|