Documentation
¶
Index ¶
- type ApplyFriendReq
- type ApplyFriendResp
- type BlackUserReq
- type BlackUserResp
- type DeleteBlackReq
- type DeleteBlackResp
- type DeleteFriendReq
- type DeleteFriendResp
- type GetApplyFriendListReq
- type GetApplyFriendListResp
- type GetApplyFriendListResp_ApplyFriend
- type GetBlackListReq
- type GetBlackListResp
- type GetBlackListResp_Black
- type GetFriendListReq
- type GetFriendListResp
- type GetFriendListResp_Friend
- type PageReq
- type PageResp
- type RelationBaseResp
- type RelationService
- type UpdateApplyFriendStatusReq
- type UpdateApplyFriendStatusResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyFriendReq ¶
type ApplyFriendReq = pb.ApplyFriendReq
type ApplyFriendResp ¶
type ApplyFriendResp = pb.ApplyFriendResp
type BlackUserReq ¶
type BlackUserReq = pb.BlackUserReq
type BlackUserResp ¶
type BlackUserResp = pb.BlackUserResp
type DeleteBlackReq ¶
type DeleteBlackReq = pb.DeleteBlackReq
type DeleteBlackResp ¶
type DeleteBlackResp = pb.DeleteBlackResp
type DeleteFriendReq ¶
type DeleteFriendReq = pb.DeleteFriendReq
type DeleteFriendResp ¶
type DeleteFriendResp = pb.DeleteFriendResp
type GetApplyFriendListReq ¶
type GetApplyFriendListReq = pb.GetApplyFriendListReq
type GetApplyFriendListResp ¶
type GetApplyFriendListResp = pb.GetApplyFriendListResp
type GetApplyFriendListResp_ApplyFriend ¶
type GetApplyFriendListResp_ApplyFriend = pb.GetApplyFriendListResp_ApplyFriend
type GetBlackListReq ¶
type GetBlackListReq = pb.GetBlackListReq
type GetBlackListResp ¶
type GetBlackListResp = pb.GetBlackListResp
type GetBlackListResp_Black ¶
type GetBlackListResp_Black = pb.GetBlackListResp_Black
type GetFriendListReq ¶
type GetFriendListReq = pb.GetFriendListReq
type GetFriendListResp ¶
type GetFriendListResp = pb.GetFriendListResp
type GetFriendListResp_Friend ¶
type GetFriendListResp_Friend = pb.GetFriendListResp_Friend
type RelationBaseResp ¶
type RelationBaseResp = pb.RelationBaseResp
type RelationService ¶
type RelationService interface { ApplyFriend(ctx context.Context, in *ApplyFriendReq, opts ...grpc.CallOption) (*ApplyFriendResp, error) UpdateApplyFriendStatus(ctx context.Context, in *UpdateApplyFriendStatusReq, opts ...grpc.CallOption) (*UpdateApplyFriendStatusResp, error) GetApplyFriendList(ctx context.Context, in *GetApplyFriendListReq, opts ...grpc.CallOption) (*GetApplyFriendListResp, error) GetFriendList(ctx context.Context, in *GetFriendListReq, opts ...grpc.CallOption) (*GetFriendListResp, error) DeleteFriend(ctx context.Context, in *DeleteFriendReq, opts ...grpc.CallOption) (*DeleteFriendResp, error) GetBlackList(ctx context.Context, in *GetBlackListReq, opts ...grpc.CallOption) (*GetBlackListResp, error) DeleteBlack(ctx context.Context, in *DeleteBlackReq, opts ...grpc.CallOption) (*DeleteBlackResp, error) BlackUser(ctx context.Context, in *BlackUserReq, opts ...grpc.CallOption) (*BlackUserResp, error) }
func NewRelationService ¶
func NewRelationService(cli zrpc.Client) RelationService
type UpdateApplyFriendStatusReq ¶
type UpdateApplyFriendStatusReq = pb.UpdateApplyFriendStatusReq
type UpdateApplyFriendStatusResp ¶
type UpdateApplyFriendStatusResp = pb.UpdateApplyFriendStatusResp
Click to show internal directories.
Click to hide internal directories.