Skip to content

NOISSUE - Remove user from Entity #4146

NOISSUE - Remove user from Entity

NOISSUE - Remove user from Entity #4146

Triggered via pull request February 11, 2025 08:43
Status Failure
Total duration 2m 1s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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