FindUser 添加好友前先查找出来对应的ID.
(ctx context.Context, in *GateFindUserRequest, opts ...grpc.CallOption)
| 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) |
no outgoing calls