Versions in this module Expand all Collapse all v1 v1.0.1 Oct 31, 2024 Changes in this version + var File_friend_friend_proto protoreflect.FileDescriptor + func RegisterFriendServer(s *grpc.Server, srv FriendServer) + type AddBlackReq struct + BlackUserID string + Ex string + OwnerUserID string + func (*AddBlackReq) Descriptor() ([]byte, []int) + func (*AddBlackReq) ProtoMessage() + func (x *AddBlackReq) Check() error + func (x *AddBlackReq) GetBlackUserID() string + func (x *AddBlackReq) GetEx() string + func (x *AddBlackReq) GetOwnerUserID() string + func (x *AddBlackReq) ProtoReflect() protoreflect.Message + func (x *AddBlackReq) Reset() + func (x *AddBlackReq) String() string + type AddBlackResp struct + func (*AddBlackResp) Descriptor() ([]byte, []int) + func (*AddBlackResp) ProtoMessage() + func (x *AddBlackResp) ProtoReflect() protoreflect.Message + func (x *AddBlackResp) Reset() + func (x *AddBlackResp) String() string + type ApplyToAddFriendReq struct + Ex string + FromUserID string + ReqMsg string + ToUserID string + func (*ApplyToAddFriendReq) Descriptor() ([]byte, []int) + func (*ApplyToAddFriendReq) ProtoMessage() + func (x *ApplyToAddFriendReq) Check() error + func (x *ApplyToAddFriendReq) GetEx() string + func (x *ApplyToAddFriendReq) GetFromUserID() string + func (x *ApplyToAddFriendReq) GetReqMsg() string + func (x *ApplyToAddFriendReq) GetToUserID() string + func (x *ApplyToAddFriendReq) ProtoReflect() protoreflect.Message + func (x *ApplyToAddFriendReq) Reset() + func (x *ApplyToAddFriendReq) String() string + type ApplyToAddFriendResp struct + func (*ApplyToAddFriendResp) Descriptor() ([]byte, []int) + func (*ApplyToAddFriendResp) ProtoMessage() + func (x *ApplyToAddFriendResp) ProtoReflect() protoreflect.Message + func (x *ApplyToAddFriendResp) Reset() + func (x *ApplyToAddFriendResp) String() string + type DeleteFriendReq struct + FriendUserID string + OwnerUserID string + func (*DeleteFriendReq) Descriptor() ([]byte, []int) + func (*DeleteFriendReq) ProtoMessage() + func (x *DeleteFriendReq) Check() error + func (x *DeleteFriendReq) GetFriendUserID() string + func (x *DeleteFriendReq) GetOwnerUserID() string + func (x *DeleteFriendReq) ProtoReflect() protoreflect.Message + func (x *DeleteFriendReq) Reset() + func (x *DeleteFriendReq) String() string + type DeleteFriendResp struct + func (*DeleteFriendResp) Descriptor() ([]byte, []int) + func (*DeleteFriendResp) ProtoMessage() + func (x *DeleteFriendResp) ProtoReflect() protoreflect.Message + func (x *DeleteFriendResp) Reset() + func (x *DeleteFriendResp) String() string + type FriendClient interface + AddBlack func(ctx context.Context, in *AddBlackReq, opts ...grpc.CallOption) (*AddBlackResp, error) + ApplyToAddFriend func(ctx context.Context, in *ApplyToAddFriendReq, opts ...grpc.CallOption) (*ApplyToAddFriendResp, error) + DeleteFriend func(ctx context.Context, in *DeleteFriendReq, opts ...grpc.CallOption) (*DeleteFriendResp, error) + GetDesignatedFriends func(ctx context.Context, in *GetDesignatedFriendsReq, opts ...grpc.CallOption) (*GetDesignatedFriendsResp, error) + GetDesignatedFriendsApply func(ctx context.Context, in *GetDesignatedFriendsApplyReq, opts ...grpc.CallOption) (*GetDesignatedFriendsApplyResp, error) + GetFriendIDs func(ctx context.Context, in *GetFriendIDsReq, opts ...grpc.CallOption) (*GetFriendIDsResp, error) + GetPaginationBlacks func(ctx context.Context, in *GetPaginationBlacksReq, opts ...grpc.CallOption) (*GetPaginationBlacksResp, error) + GetPaginationFriends func(ctx context.Context, in *GetPaginationFriendsReq, opts ...grpc.CallOption) (*GetPaginationFriendsResp, error) + GetPaginationFriendsApplyFrom func(ctx context.Context, in *GetPaginationFriendsApplyFromReq, ...) (*GetPaginationFriendsApplyFromResp, error) + GetPaginationFriendsApplyTo func(ctx context.Context, in *GetPaginationFriendsApplyToReq, ...) (*GetPaginationFriendsApplyToResp, error) + GetSpecifiedFriendsInfo func(ctx context.Context, in *GetSpecifiedFriendsInfoReq, opts ...grpc.CallOption) (*GetSpecifiedFriendsInfoResp, error) + ImportFriends func(ctx context.Context, in *ImportFriendReq, opts ...grpc.CallOption) (*ImportFriendResp, error) + IsBlack func(ctx context.Context, in *IsBlackReq, opts ...grpc.CallOption) (*IsBlackResp, error) + IsFriend func(ctx context.Context, in *IsFriendReq, opts ...grpc.CallOption) (*IsFriendResp, error) + RemoveBlack func(ctx context.Context, in *RemoveBlackReq, opts ...grpc.CallOption) (*RemoveBlackResp, error) + RespondFriendApply func(ctx context.Context, in *RespondFriendApplyReq, opts ...grpc.CallOption) (*RespondFriendApplyResp, error) + SetFriendRemark func(ctx context.Context, in *SetFriendRemarkReq, opts ...grpc.CallOption) (*SetFriendRemarkResp, error) + UpdateFriends func(ctx context.Context, in *UpdateFriendsReq, opts ...grpc.CallOption) (*UpdateFriendsResp, error) + func NewFriendClient(cc grpc.ClientConnInterface) FriendClient + type FriendServer interface + AddBlack func(context.Context, *AddBlackReq) (*AddBlackResp, error) + ApplyToAddFriend func(context.Context, *ApplyToAddFriendReq) (*ApplyToAddFriendResp, error) + DeleteFriend func(context.Context, *DeleteFriendReq) (*DeleteFriendResp, error) + GetDesignatedFriends func(context.Context, *GetDesignatedFriendsReq) (*GetDesignatedFriendsResp, error) + GetDesignatedFriendsApply func(context.Context, *GetDesignatedFriendsApplyReq) (*GetDesignatedFriendsApplyResp, error) + GetFriendIDs func(context.Context, *GetFriendIDsReq) (*GetFriendIDsResp, error) + GetPaginationBlacks func(context.Context, *GetPaginationBlacksReq) (*GetPaginationBlacksResp, error) + GetPaginationFriends func(context.Context, *GetPaginationFriendsReq) (*GetPaginationFriendsResp, error) + GetPaginationFriendsApplyFrom func(context.Context, *GetPaginationFriendsApplyFromReq) (*GetPaginationFriendsApplyFromResp, error) + GetPaginationFriendsApplyTo func(context.Context, *GetPaginationFriendsApplyToReq) (*GetPaginationFriendsApplyToResp, error) + GetSpecifiedFriendsInfo func(context.Context, *GetSpecifiedFriendsInfoReq) (*GetSpecifiedFriendsInfoResp, error) + ImportFriends func(context.Context, *ImportFriendReq) (*ImportFriendResp, error) + IsBlack func(context.Context, *IsBlackReq) (*IsBlackResp, error) + IsFriend func(context.Context, *IsFriendReq) (*IsFriendResp, error) + RemoveBlack func(context.Context, *RemoveBlackReq) (*RemoveBlackResp, error) + RespondFriendApply func(context.Context, *RespondFriendApplyReq) (*RespondFriendApplyResp, error) + SetFriendRemark func(context.Context, *SetFriendRemarkReq) (*SetFriendRemarkResp, error) + UpdateFriends func(context.Context, *UpdateFriendsReq) (*UpdateFriendsResp, error) + type GetDesignatedFriendsApplyReq struct + FromUserID string + ToUserID string + func (*GetDesignatedFriendsApplyReq) Descriptor() ([]byte, []int) + func (*GetDesignatedFriendsApplyReq) ProtoMessage() + func (x *GetDesignatedFriendsApplyReq) Check() error + func (x *GetDesignatedFriendsApplyReq) GetFromUserID() string + func (x *GetDesignatedFriendsApplyReq) GetToUserID() string + func (x *GetDesignatedFriendsApplyReq) ProtoReflect() protoreflect.Message + func (x *GetDesignatedFriendsApplyReq) Reset() + func (x *GetDesignatedFriendsApplyReq) String() string + type GetDesignatedFriendsApplyResp struct + FriendRequests []*sdkws.FriendRequest + func (*GetDesignatedFriendsApplyResp) Descriptor() ([]byte, []int) + func (*GetDesignatedFriendsApplyResp) ProtoMessage() + func (x *GetDesignatedFriendsApplyResp) GetFriendRequests() []*sdkws.FriendRequest + func (x *GetDesignatedFriendsApplyResp) ProtoReflect() protoreflect.Message + func (x *GetDesignatedFriendsApplyResp) Reset() + func (x *GetDesignatedFriendsApplyResp) String() string + type GetDesignatedFriendsReq struct + FriendUserIDs []string + OwnerUserID string + func (*GetDesignatedFriendsReq) Descriptor() ([]byte, []int) + func (*GetDesignatedFriendsReq) ProtoMessage() + func (x *GetDesignatedFriendsReq) Check() error + func (x *GetDesignatedFriendsReq) GetFriendUserIDs() []string + func (x *GetDesignatedFriendsReq) GetOwnerUserID() string + func (x *GetDesignatedFriendsReq) ProtoReflect() protoreflect.Message + func (x *GetDesignatedFriendsReq) Reset() + func (x *GetDesignatedFriendsReq) String() string + type GetDesignatedFriendsResp struct + FriendsInfo []*sdkws.FriendInfo + func (*GetDesignatedFriendsResp) Descriptor() ([]byte, []int) + func (*GetDesignatedFriendsResp) ProtoMessage() + func (x *GetDesignatedFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo + func (x *GetDesignatedFriendsResp) ProtoReflect() protoreflect.Message + func (x *GetDesignatedFriendsResp) Reset() + func (x *GetDesignatedFriendsResp) String() string + type GetFriendIDsReq struct + UserID string + func (*GetFriendIDsReq) Descriptor() ([]byte, []int) + func (*GetFriendIDsReq) ProtoMessage() + func (x *GetFriendIDsReq) Check() error + func (x *GetFriendIDsReq) GetUserID() string + func (x *GetFriendIDsReq) ProtoReflect() protoreflect.Message + func (x *GetFriendIDsReq) Reset() + func (x *GetFriendIDsReq) String() string + type GetFriendIDsResp struct + FriendIDs []string + func (*GetFriendIDsResp) Descriptor() ([]byte, []int) + func (*GetFriendIDsResp) ProtoMessage() + func (x *GetFriendIDsResp) GetFriendIDs() []string + func (x *GetFriendIDsResp) ProtoReflect() protoreflect.Message + func (x *GetFriendIDsResp) Reset() + func (x *GetFriendIDsResp) String() string + type GetPaginationBlacksReq struct + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationBlacksReq) Descriptor() ([]byte, []int) + func (*GetPaginationBlacksReq) ProtoMessage() + func (x *GetPaginationBlacksReq) Check() error + func (x *GetPaginationBlacksReq) GetPagination() *sdkws.RequestPagination + func (x *GetPaginationBlacksReq) GetUserID() string + func (x *GetPaginationBlacksReq) ProtoReflect() protoreflect.Message + func (x *GetPaginationBlacksReq) Reset() + func (x *GetPaginationBlacksReq) String() string + type GetPaginationBlacksResp struct + Blacks []*sdkws.BlackInfo + Total int32 + func (*GetPaginationBlacksResp) Descriptor() ([]byte, []int) + func (*GetPaginationBlacksResp) ProtoMessage() + func (x *GetPaginationBlacksResp) GetBlacks() []*sdkws.BlackInfo + func (x *GetPaginationBlacksResp) GetTotal() int32 + func (x *GetPaginationBlacksResp) ProtoReflect() protoreflect.Message + func (x *GetPaginationBlacksResp) Reset() + func (x *GetPaginationBlacksResp) String() string + type GetPaginationFriendsApplyFromReq struct + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationFriendsApplyFromReq) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyFromReq) ProtoMessage() + func (x *GetPaginationFriendsApplyFromReq) Check() error + func (x *GetPaginationFriendsApplyFromReq) GetPagination() *sdkws.RequestPagination + func (x *GetPaginationFriendsApplyFromReq) GetUserID() string + func (x *GetPaginationFriendsApplyFromReq) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsApplyFromReq) Reset() + func (x *GetPaginationFriendsApplyFromReq) String() string + type GetPaginationFriendsApplyFromResp struct + FriendRequests []*sdkws.FriendRequest + Total int32 + func (*GetPaginationFriendsApplyFromResp) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyFromResp) ProtoMessage() + func (x *GetPaginationFriendsApplyFromResp) GetFriendRequests() []*sdkws.FriendRequest + func (x *GetPaginationFriendsApplyFromResp) GetTotal() int32 + func (x *GetPaginationFriendsApplyFromResp) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsApplyFromResp) Reset() + func (x *GetPaginationFriendsApplyFromResp) String() string + type GetPaginationFriendsApplyToReq struct + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationFriendsApplyToReq) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyToReq) ProtoMessage() + func (x *GetPaginationFriendsApplyToReq) Check() error + func (x *GetPaginationFriendsApplyToReq) GetPagination() *sdkws.RequestPagination + func (x *GetPaginationFriendsApplyToReq) GetUserID() string + func (x *GetPaginationFriendsApplyToReq) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsApplyToReq) Reset() + func (x *GetPaginationFriendsApplyToReq) String() string + type GetPaginationFriendsApplyToResp struct + FriendRequests []*sdkws.FriendRequest + Total int32 + func (*GetPaginationFriendsApplyToResp) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyToResp) ProtoMessage() + func (x *GetPaginationFriendsApplyToResp) GetFriendRequests() []*sdkws.FriendRequest + func (x *GetPaginationFriendsApplyToResp) GetTotal() int32 + func (x *GetPaginationFriendsApplyToResp) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsApplyToResp) Reset() + func (x *GetPaginationFriendsApplyToResp) String() string + type GetPaginationFriendsReq struct + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationFriendsReq) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsReq) ProtoMessage() + func (x *GetPaginationFriendsReq) Check() error + func (x *GetPaginationFriendsReq) GetPagination() *sdkws.RequestPagination + func (x *GetPaginationFriendsReq) GetUserID() string + func (x *GetPaginationFriendsReq) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsReq) Reset() + func (x *GetPaginationFriendsReq) String() string + type GetPaginationFriendsResp struct + FriendsInfo []*sdkws.FriendInfo + Total int32 + func (*GetPaginationFriendsResp) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsResp) ProtoMessage() + func (x *GetPaginationFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo + func (x *GetPaginationFriendsResp) GetTotal() int32 + func (x *GetPaginationFriendsResp) ProtoReflect() protoreflect.Message + func (x *GetPaginationFriendsResp) Reset() + func (x *GetPaginationFriendsResp) String() string + type GetSpecifiedFriendsInfoInfo struct + BlackInfo *sdkws.BlackInfo + FriendInfo *sdkws.FriendInfo + UserInfo *sdkws.UserInfo + func (*GetSpecifiedFriendsInfoInfo) Descriptor() ([]byte, []int) + func (*GetSpecifiedFriendsInfoInfo) ProtoMessage() + func (x *GetSpecifiedFriendsInfoInfo) GetBlackInfo() *sdkws.BlackInfo + func (x *GetSpecifiedFriendsInfoInfo) GetFriendInfo() *sdkws.FriendInfo + func (x *GetSpecifiedFriendsInfoInfo) GetUserInfo() *sdkws.UserInfo + func (x *GetSpecifiedFriendsInfoInfo) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedFriendsInfoInfo) Reset() + func (x *GetSpecifiedFriendsInfoInfo) String() string + type GetSpecifiedFriendsInfoReq struct + OwnerUserID string + UserIDList []string + func (*GetSpecifiedFriendsInfoReq) Descriptor() ([]byte, []int) + func (*GetSpecifiedFriendsInfoReq) ProtoMessage() + func (x *GetSpecifiedFriendsInfoReq) Check() error + func (x *GetSpecifiedFriendsInfoReq) GetOwnerUserID() string + func (x *GetSpecifiedFriendsInfoReq) GetUserIDList() []string + func (x *GetSpecifiedFriendsInfoReq) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedFriendsInfoReq) Reset() + func (x *GetSpecifiedFriendsInfoReq) String() string + type GetSpecifiedFriendsInfoResp struct + Infos []*GetSpecifiedFriendsInfoInfo + func (*GetSpecifiedFriendsInfoResp) Descriptor() ([]byte, []int) + func (*GetSpecifiedFriendsInfoResp) ProtoMessage() + func (x *GetSpecifiedFriendsInfoResp) GetInfos() []*GetSpecifiedFriendsInfoInfo + func (x *GetSpecifiedFriendsInfoResp) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedFriendsInfoResp) Reset() + func (x *GetSpecifiedFriendsInfoResp) String() string + type ImportFriendReq struct + FriendUserIDs []string + OwnerUserID string + func (*ImportFriendReq) Descriptor() ([]byte, []int) + func (*ImportFriendReq) ProtoMessage() + func (x *ImportFriendReq) Check() error + func (x *ImportFriendReq) GetFriendUserIDs() []string + func (x *ImportFriendReq) GetOwnerUserID() string + func (x *ImportFriendReq) ProtoReflect() protoreflect.Message + func (x *ImportFriendReq) Reset() + func (x *ImportFriendReq) String() string + type ImportFriendResp struct + func (*ImportFriendResp) Descriptor() ([]byte, []int) + func (*ImportFriendResp) ProtoMessage() + func (x *ImportFriendResp) ProtoReflect() protoreflect.Message + func (x *ImportFriendResp) Reset() + func (x *ImportFriendResp) String() string + type IsBlackReq struct + UserID1 string + UserID2 string + func (*IsBlackReq) Descriptor() ([]byte, []int) + func (*IsBlackReq) ProtoMessage() + func (x *IsBlackReq) Check() error + func (x *IsBlackReq) GetUserID1() string + func (x *IsBlackReq) GetUserID2() string + func (x *IsBlackReq) ProtoReflect() protoreflect.Message + func (x *IsBlackReq) Reset() + func (x *IsBlackReq) String() string + type IsBlackResp struct + InUser1Blacks bool + InUser2Blacks bool + func (*IsBlackResp) Descriptor() ([]byte, []int) + func (*IsBlackResp) ProtoMessage() + func (x *IsBlackResp) GetInUser1Blacks() bool + func (x *IsBlackResp) GetInUser2Blacks() bool + func (x *IsBlackResp) ProtoReflect() protoreflect.Message + func (x *IsBlackResp) Reset() + func (x *IsBlackResp) String() string + type IsFriendReq struct + UserID1 string + UserID2 string + func (*IsFriendReq) Descriptor() ([]byte, []int) + func (*IsFriendReq) ProtoMessage() + func (x *IsFriendReq) Check() error + func (x *IsFriendReq) GetUserID1() string + func (x *IsFriendReq) GetUserID2() string + func (x *IsFriendReq) ProtoReflect() protoreflect.Message + func (x *IsFriendReq) Reset() + func (x *IsFriendReq) String() string + type IsFriendResp struct + InUser1Friends bool + InUser2Friends bool + func (*IsFriendResp) Descriptor() ([]byte, []int) + func (*IsFriendResp) ProtoMessage() + func (x *IsFriendResp) GetInUser1Friends() bool + func (x *IsFriendResp) GetInUser2Friends() bool + func (x *IsFriendResp) ProtoReflect() protoreflect.Message + func (x *IsFriendResp) Reset() + func (x *IsFriendResp) String() string + type RemoveBlackReq struct + BlackUserID string + OwnerUserID string + func (*RemoveBlackReq) Descriptor() ([]byte, []int) + func (*RemoveBlackReq) ProtoMessage() + func (x *RemoveBlackReq) Check() error + func (x *RemoveBlackReq) GetBlackUserID() string + func (x *RemoveBlackReq) GetOwnerUserID() string + func (x *RemoveBlackReq) ProtoReflect() protoreflect.Message + func (x *RemoveBlackReq) Reset() + func (x *RemoveBlackReq) String() string + type RemoveBlackResp struct + func (*RemoveBlackResp) Descriptor() ([]byte, []int) + func (*RemoveBlackResp) ProtoMessage() + func (x *RemoveBlackResp) ProtoReflect() protoreflect.Message + func (x *RemoveBlackResp) Reset() + func (x *RemoveBlackResp) String() string + type RespondFriendApplyReq struct + FromUserID string + HandleMsg string + HandleResult int32 + ToUserID string + func (*RespondFriendApplyReq) Descriptor() ([]byte, []int) + func (*RespondFriendApplyReq) ProtoMessage() + func (x *RespondFriendApplyReq) Check() error + func (x *RespondFriendApplyReq) GetFromUserID() string + func (x *RespondFriendApplyReq) GetHandleMsg() string + func (x *RespondFriendApplyReq) GetHandleResult() int32 + func (x *RespondFriendApplyReq) GetToUserID() string + func (x *RespondFriendApplyReq) ProtoReflect() protoreflect.Message + func (x *RespondFriendApplyReq) Reset() + func (x *RespondFriendApplyReq) String() string + type RespondFriendApplyResp struct + func (*RespondFriendApplyResp) Descriptor() ([]byte, []int) + func (*RespondFriendApplyResp) ProtoMessage() + func (x *RespondFriendApplyResp) ProtoReflect() protoreflect.Message + func (x *RespondFriendApplyResp) Reset() + func (x *RespondFriendApplyResp) String() string + type SetFriendRemarkReq struct + FriendUserID string + OwnerUserID string + Remark string + func (*SetFriendRemarkReq) Descriptor() ([]byte, []int) + func (*SetFriendRemarkReq) ProtoMessage() + func (x *SetFriendRemarkReq) Check() error + func (x *SetFriendRemarkReq) GetFriendUserID() string + func (x *SetFriendRemarkReq) GetOwnerUserID() string + func (x *SetFriendRemarkReq) GetRemark() string + func (x *SetFriendRemarkReq) ProtoReflect() protoreflect.Message + func (x *SetFriendRemarkReq) Reset() + func (x *SetFriendRemarkReq) String() string + type SetFriendRemarkResp struct + func (*SetFriendRemarkResp) Descriptor() ([]byte, []int) + func (*SetFriendRemarkResp) ProtoMessage() + func (x *SetFriendRemarkResp) ProtoReflect() protoreflect.Message + func (x *SetFriendRemarkResp) Reset() + func (x *SetFriendRemarkResp) String() string + type UnimplementedFriendServer struct + func (*UnimplementedFriendServer) AddBlack(context.Context, *AddBlackReq) (*AddBlackResp, error) + func (*UnimplementedFriendServer) ApplyToAddFriend(context.Context, *ApplyToAddFriendReq) (*ApplyToAddFriendResp, error) + func (*UnimplementedFriendServer) DeleteFriend(context.Context, *DeleteFriendReq) (*DeleteFriendResp, error) + func (*UnimplementedFriendServer) GetDesignatedFriends(context.Context, *GetDesignatedFriendsReq) (*GetDesignatedFriendsResp, error) + func (*UnimplementedFriendServer) GetDesignatedFriendsApply(context.Context, *GetDesignatedFriendsApplyReq) (*GetDesignatedFriendsApplyResp, error) + func (*UnimplementedFriendServer) GetFriendIDs(context.Context, *GetFriendIDsReq) (*GetFriendIDsResp, error) + func (*UnimplementedFriendServer) GetPaginationBlacks(context.Context, *GetPaginationBlacksReq) (*GetPaginationBlacksResp, error) + func (*UnimplementedFriendServer) GetPaginationFriends(context.Context, *GetPaginationFriendsReq) (*GetPaginationFriendsResp, error) + func (*UnimplementedFriendServer) GetPaginationFriendsApplyFrom(context.Context, *GetPaginationFriendsApplyFromReq) (*GetPaginationFriendsApplyFromResp, error) + func (*UnimplementedFriendServer) GetPaginationFriendsApplyTo(context.Context, *GetPaginationFriendsApplyToReq) (*GetPaginationFriendsApplyToResp, error) + func (*UnimplementedFriendServer) GetSpecifiedFriendsInfo(context.Context, *GetSpecifiedFriendsInfoReq) (*GetSpecifiedFriendsInfoResp, error) + func (*UnimplementedFriendServer) ImportFriends(context.Context, *ImportFriendReq) (*ImportFriendResp, error) + func (*UnimplementedFriendServer) IsBlack(context.Context, *IsBlackReq) (*IsBlackResp, error) + func (*UnimplementedFriendServer) IsFriend(context.Context, *IsFriendReq) (*IsFriendResp, error) + func (*UnimplementedFriendServer) RemoveBlack(context.Context, *RemoveBlackReq) (*RemoveBlackResp, error) + func (*UnimplementedFriendServer) RespondFriendApply(context.Context, *RespondFriendApplyReq) (*RespondFriendApplyResp, error) + func (*UnimplementedFriendServer) SetFriendRemark(context.Context, *SetFriendRemarkReq) (*SetFriendRemarkResp, error) + func (*UnimplementedFriendServer) UpdateFriends(context.Context, *UpdateFriendsReq) (*UpdateFriendsResp, error) + type UpdateFriendsReq struct + Ex *wrapperspb.StringValue + FriendUserIDs []string + IsPinned *wrapperspb.BoolValue + OwnerUserID string + Remark *wrapperspb.StringValue + func (*UpdateFriendsReq) Descriptor() ([]byte, []int) + func (*UpdateFriendsReq) ProtoMessage() + func (x *UpdateFriendsReq) Check() error + func (x *UpdateFriendsReq) GetEx() *wrapperspb.StringValue + func (x *UpdateFriendsReq) GetFriendUserIDs() []string + func (x *UpdateFriendsReq) GetIsPinned() *wrapperspb.BoolValue + func (x *UpdateFriendsReq) GetOwnerUserID() string + func (x *UpdateFriendsReq) GetRemark() *wrapperspb.StringValue + func (x *UpdateFriendsReq) ProtoReflect() protoreflect.Message + func (x *UpdateFriendsReq) Reset() + func (x *UpdateFriendsReq) String() string + type UpdateFriendsResp struct + func (*UpdateFriendsResp) Descriptor() ([]byte, []int) + func (*UpdateFriendsResp) ProtoMessage() + func (x *UpdateFriendsResp) ProtoReflect() protoreflect.Message + func (x *UpdateFriendsResp) Reset() + func (x *UpdateFriendsResp) String() string