MCPcopy Index your code
hub / github.com/apache/answer / SearchUserListByName

Method SearchUserListByName

internal/service/user_common/user.go:62–62  ·  view source on GitHub ↗
(ctx context.Context, name string, limit int, onlyStaff bool)

Source from the content-addressed store, hash-verified

60 GetByEmail(ctx context.Context, email string) (userInfo *entity.User, exist bool, err error)
61 GetUserCount(ctx context.Context) (count int64, err error)
62 SearchUserListByName(ctx context.Context, name string, limit int, onlyStaff bool) (userList []*entity.User, err error)
63 IsAvatarFileUsed(ctx context.Context, filePath string) (bool, error)
64}
65

Callers 3

SearchUserListByNameMethod · 0.65
GetUserStaffMethod · 0.65
SearchUserListByNameMethod · 0.65

Implementers 1

userRepointernal/repo/user/user_repo.go

Calls

no outgoing calls

Tested by

no test coverage detected