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

Method LoadFriendList

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

加载好友列表

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

Source from the content-addressed store, hash-verified

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)
596 // LoadGroupList 加载群组列表
597 LoadGroupList(ctx context.Context, in *GateLoadGroupListRequest, opts ...grpc.CallOption) (*GateLoadGroupListResponse, error)

Callers 5

loadFriendListFunction · 0.65
LoadFriendListMethod · 0.65
TestLoadFriendListFunction · 0.65
loadFriendListMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 1

TestLoadFriendListFunction · 0.52