NOISSUE - Remove user from Entity #4146
tests.yml
on: pull_request
Lint and Build
1m 46s
Run tests
0s
Annotations
5 errors
Lint and Build:
channels/service_test.go#L72
cannot use repo (variable of type *"github.com/absmach/supermq/channels/mocks".Repository) as channels.Repository value in argument to channels.New: *"github.com/absmach/supermq/channels/mocks".Repository does not implement channels.Repository (missing method RemoveMemberFromDomain) (typecheck)
|
Lint and Build:
clients/service_test.go#L68
cannot use repo (variable of type *"github.com/absmach/supermq/clients/mocks".Repository) as clients.Repository value in argument to clients.NewService: *"github.com/absmach/supermq/clients/mocks".Repository does not implement clients.Repository (missing method RemoveMemberFromDomain) (typecheck)
|
Lint and Build:
domains/service_test.go#L76
cannot use drepo (variable of type *"github.com/absmach/supermq/domains/mocks".Repository) as domains.Repository value in argument to domains.New: *"github.com/absmach/supermq/domains/mocks".Repository does not implement domains.Repository (missing method RemoveMemberFromDomain) (typecheck)
|
Lint and Build:
groups/service_test.go#L90
cannot use repo (variable of type *"github.com/absmach/supermq/groups/mocks".Repository) as groups.Repository value in argument to groups.NewService: *"github.com/absmach/supermq/groups/mocks".Repository does not implement groups.Repository (missing method RemoveMemberFromDomain) (typecheck)
|
Lint and Build
issues found
|