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

Method BatchGetByID

internal/service/user_common/user.go:57–57  ·  view source on GitHub ↗
(ctx context.Context, ids []string)

Source from the content-addressed store, hash-verified

55 UpdateUserProfile(ctx context.Context, userInfo *entity.User) (err error)
56 GetByUserID(ctx context.Context, userID string) (userInfo *entity.User, exist bool, err error)
57 BatchGetByID(ctx context.Context, ids []string) ([]*entity.User, error)
58 GetByUsername(ctx context.Context, username string) (userInfo *entity.User, exist bool, err error)
59 GetByUsernames(ctx context.Context, usernames []string) ([]*entity.User, error)
60 GetByEmail(ctx context.Context, email string) (userInfo *entity.User, exist bool, err error)

Callers 5

getUserInfoMappingMethod · 0.65

Implementers 1

userRepointernal/repo/user/user_repo.go

Calls

no outgoing calls

Tested by 1