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

Method ListUser

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

Source from the content-addressed store, hash-verified

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

Callers 1

ListUserMethod · 0.65

Implementers 1

userRepositoryinternal/repository/user.go

Calls

no outgoing calls

Tested by

no test coverage detected