MCPcopy Index your code
hub / github.com/dearcode/candy / FindUser

Method FindUser

meta/gate.pb.go:592–592  ·  view source on GitHub ↗

FindUser 添加好友前先查找出来对应的ID.

(ctx context.Context, in *GateFindUserRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

590 Friend(ctx context.Context, in *GateFriendRequest, opts ...grpc.CallOption) (*GateFriendResponse, error)
591 // FindUser 添加好友前先查找出来对应的ID.
592 FindUser(ctx context.Context, in *GateFindUserRequest, opts ...grpc.CallOption) (*GateFindUserResponse, error)
593 // 加载好友列表
594 LoadFriendList(ctx context.Context, in *GateLoadFriendListRequest, opts ...grpc.CallOption) (*GateLoadFriendListResponse, error)
595 CreateGroup(ctx context.Context, in *GateCreateGroupRequest, opts ...grpc.CallOption) (*GateCreateGroupResponse, error)

Callers 5

findUserFunction · 0.65
FindUserMethod · 0.65
TestFindUserFunction · 0.65
_Gate_FindUser_HandlerFunction · 0.65
findUserMethod · 0.65

Implementers 2

gateClientmeta/gate.pb.go
Gategate/server.go

Calls

no outgoing calls

Tested by 1

TestFindUserFunction · 0.52