MCPcopy Create free account
hub / github.com/GoSimplicity/LinkMe / ListUser

Method ListUser

internal/service/user.go:29–29  ·  view source on GitHub ↗
(ctx context.Context, pagination domain.Pagination)

Source from the content-addressed store, hash-verified

27 UpdateProfile(ctx context.Context, profile domain.Profile) error
28 GetProfileByUserID(ctx context.Context, UserID int64) (domain.Profile, error)
29 ListUser(ctx context.Context, pagination domain.Pagination) ([]domain.UserWithProfile, error)
30 UpdateProfileAdmin(ctx context.Context, profile domain.Profile) error
31}
32

Callers 2

ListUserMethod · 0.65
ListUserMethod · 0.65

Implementers 3

userServiceinternal/service/user.go
MockUserServiceinternal/service/mocks/user.mock.go
MockUserServiceMockRecorderinternal/service/mocks/user.mock.go

Calls

no outgoing calls

Tested by

no test coverage detected