Versions in this module Expand all Collapse all v0 v0.1.2 Jun 5, 2025 v0.0.3 Jun 23, 2025 Changes in this version + const Friend_AddBlack_FullMethodName + const Friend_ApplyToAddFriend_FullMethodName + const Friend_DeleteFriend_FullMethodName + const Friend_GetDesignatedFriendsApply_FullMethodName + const Friend_GetDesignatedFriends_FullMethodName + const Friend_GetFriendIDs_FullMethodName + const Friend_GetFriendInfo_FullMethodName + const Friend_GetFullFriendUserIDs_FullMethodName + const Friend_GetIncrementalBlacks_FullMethodName + const Friend_GetIncrementalFriendsApplyFrom_FullMethodName + const Friend_GetIncrementalFriendsApplyTo_FullMethodName + const Friend_GetIncrementalFriends_FullMethodName + const Friend_GetPaginationBlacks_FullMethodName + const Friend_GetPaginationFriendsApplyFrom_FullMethodName + const Friend_GetPaginationFriendsApplyTo_FullMethodName + const Friend_GetPaginationFriends_FullMethodName + const Friend_GetSelfUnhandledApplyCount_FullMethodName + const Friend_GetSpecifiedBlacks_FullMethodName + const Friend_GetSpecifiedFriendsInfo_FullMethodName + const Friend_ImportFriends_FullMethodName + const Friend_IsBlack_FullMethodName + const Friend_IsFriend_FullMethodName + const Friend_NotificationUserInfoUpdate_FullMethodName + const Friend_RemoveBlack_FullMethodName + const Friend_RespondFriendApply_FullMethodName + const Friend_SetFriendRemark_FullMethodName + const Friend_UpdateFriends_FullMethodName + var File_relation_relation_proto protoreflect.FileDescriptor + var Friend_ServiceDesc = grpc.ServiceDesc + func RegisterFriendServer(s grpc.ServiceRegistrar, 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) + GetFriendInfo func(ctx context.Context, in *GetFriendInfoReq, opts ...grpc.CallOption) (*GetFriendInfoResp, error) + GetFullFriendUserIDs func(ctx context.Context, in *GetFullFriendUserIDsReq, opts ...grpc.CallOption) (*GetFullFriendUserIDsResp, error) + GetIncrementalBlacks func(ctx context.Context, in *GetIncrementalBlacksReq, opts ...grpc.CallOption) (*GetIncrementalBlacksResp, error) + GetIncrementalFriends func(ctx context.Context, in *GetIncrementalFriendsReq, opts ...grpc.CallOption) (*GetIncrementalFriendsResp, error) + GetIncrementalFriendsApplyFrom func(ctx context.Context, in *GetIncrementalFriendsApplyFromReq, ...) (*GetIncrementalFriendsApplyFromResp, error) + GetIncrementalFriendsApplyTo func(ctx context.Context, in *GetIncrementalFriendsApplyToReq, ...) (*GetIncrementalFriendsApplyToResp, 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) + GetSelfUnhandledApplyCount func(ctx context.Context, in *GetSelfUnhandledApplyCountReq, ...) (*GetSelfUnhandledApplyCountResp, error) + GetSpecifiedBlacks func(ctx context.Context, in *GetSpecifiedBlacksReq, opts ...grpc.CallOption) (*GetSpecifiedBlacksResp, 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) + NotificationUserInfoUpdate func(ctx context.Context, in *NotificationUserInfoUpdateReq, ...) (*NotificationUserInfoUpdateResp, 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 FriendInfo struct + AddSource int32 + CreateTime int64 + Ex string + FriendFaceURL string + FriendNickname string + FriendUserID string + IsPinned bool + OperatorUserID string + OwnerUserID string + Remark string + func (*FriendInfo) Descriptor() ([]byte, []int) + func (*FriendInfo) ProtoMessage() + func (x *FriendInfo) GetAddSource() int32 + func (x *FriendInfo) GetCreateTime() int64 + func (x *FriendInfo) GetEx() string + func (x *FriendInfo) GetFriendFaceURL() string + func (x *FriendInfo) GetFriendNickname() string + func (x *FriendInfo) GetFriendUserID() string + func (x *FriendInfo) GetIsPinned() bool + func (x *FriendInfo) GetOperatorUserID() string + func (x *FriendInfo) GetOwnerUserID() string + func (x *FriendInfo) GetRemark() string + func (x *FriendInfo) ProtoReflect() protoreflect.Message + func (x *FriendInfo) Reset() + func (x *FriendInfo) String() string + type FriendInfoOnly struct + AddSource int32 + CreateTime int64 + Ex string + FriendUserID string + IsPinned bool + OperatorUserID string + OwnerUserID string + Remark string + func (*FriendInfoOnly) Descriptor() ([]byte, []int) + func (*FriendInfoOnly) ProtoMessage() + func (x *FriendInfoOnly) GetAddSource() int32 + func (x *FriendInfoOnly) GetCreateTime() int64 + func (x *FriendInfoOnly) GetEx() string + func (x *FriendInfoOnly) GetFriendUserID() string + func (x *FriendInfoOnly) GetIsPinned() bool + func (x *FriendInfoOnly) GetOperatorUserID() string + func (x *FriendInfoOnly) GetOwnerUserID() string + func (x *FriendInfoOnly) GetRemark() string + func (x *FriendInfoOnly) ProtoReflect() protoreflect.Message + func (x *FriendInfoOnly) Reset() + func (x *FriendInfoOnly) String() string + 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) + GetFriendInfo func(context.Context, *GetFriendInfoReq) (*GetFriendInfoResp, error) + GetFullFriendUserIDs func(context.Context, *GetFullFriendUserIDsReq) (*GetFullFriendUserIDsResp, error) + GetIncrementalBlacks func(context.Context, *GetIncrementalBlacksReq) (*GetIncrementalBlacksResp, error) + GetIncrementalFriends func(context.Context, *GetIncrementalFriendsReq) (*GetIncrementalFriendsResp, error) + GetIncrementalFriendsApplyFrom func(context.Context, *GetIncrementalFriendsApplyFromReq) (*GetIncrementalFriendsApplyFromResp, error) + GetIncrementalFriendsApplyTo func(context.Context, *GetIncrementalFriendsApplyToReq) (*GetIncrementalFriendsApplyToResp, 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) + GetSelfUnhandledApplyCount func(context.Context, *GetSelfUnhandledApplyCountReq) (*GetSelfUnhandledApplyCountResp, error) + GetSpecifiedBlacks func(context.Context, *GetSpecifiedBlacksReq) (*GetSpecifiedBlacksResp, 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) + NotificationUserInfoUpdate func(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, 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 GetFriendInfoReq struct + FriendUserIDs []string + OwnerUserID string + func (*GetFriendInfoReq) Descriptor() ([]byte, []int) + func (*GetFriendInfoReq) ProtoMessage() + func (x *GetFriendInfoReq) GetFriendUserIDs() []string + func (x *GetFriendInfoReq) GetOwnerUserID() string + func (x *GetFriendInfoReq) ProtoReflect() protoreflect.Message + func (x *GetFriendInfoReq) Reset() + func (x *GetFriendInfoReq) String() string + type GetFriendInfoResp struct + FriendInfos []*FriendInfoOnly + func (*GetFriendInfoResp) Descriptor() ([]byte, []int) + func (*GetFriendInfoResp) ProtoMessage() + func (x *GetFriendInfoResp) GetFriendInfos() []*FriendInfoOnly + func (x *GetFriendInfoResp) ProtoReflect() protoreflect.Message + func (x *GetFriendInfoResp) Reset() + func (x *GetFriendInfoResp) String() string + type GetFullFriendUserIDsReq struct + IdHash uint64 + UserID string + func (*GetFullFriendUserIDsReq) Descriptor() ([]byte, []int) + func (*GetFullFriendUserIDsReq) ProtoMessage() + func (x *GetFullFriendUserIDsReq) Check() error + func (x *GetFullFriendUserIDsReq) GetIdHash() uint64 + func (x *GetFullFriendUserIDsReq) GetUserID() string + func (x *GetFullFriendUserIDsReq) ProtoReflect() protoreflect.Message + func (x *GetFullFriendUserIDsReq) Reset() + func (x *GetFullFriendUserIDsReq) String() string + type GetFullFriendUserIDsResp struct + Equal bool + UserIDs []string + Version uint64 + VersionID string + func (*GetFullFriendUserIDsResp) Descriptor() ([]byte, []int) + func (*GetFullFriendUserIDsResp) ProtoMessage() + func (x *GetFullFriendUserIDsResp) GetEqual() bool + func (x *GetFullFriendUserIDsResp) GetUserIDs() []string + func (x *GetFullFriendUserIDsResp) GetVersion() uint64 + func (x *GetFullFriendUserIDsResp) GetVersionID() string + func (x *GetFullFriendUserIDsResp) ProtoReflect() protoreflect.Message + func (x *GetFullFriendUserIDsResp) Reset() + func (x *GetFullFriendUserIDsResp) String() string + type GetIncrementalBlacksReq struct + UserID string + Version uint64 + VersionID string + func (*GetIncrementalBlacksReq) Descriptor() ([]byte, []int) + func (*GetIncrementalBlacksReq) ProtoMessage() + func (x *GetIncrementalBlacksReq) GetUserID() string + func (x *GetIncrementalBlacksReq) GetVersion() uint64 + func (x *GetIncrementalBlacksReq) GetVersionID() string + func (x *GetIncrementalBlacksReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalBlacksReq) Reset() + func (x *GetIncrementalBlacksReq) String() string + type GetIncrementalBlacksResp struct + Delete []string + Full bool + Insert []*sdkws.BlackInfo + Update []*sdkws.BlackInfo + Version uint64 + VersionID string + func (*GetIncrementalBlacksResp) Descriptor() ([]byte, []int) + func (*GetIncrementalBlacksResp) ProtoMessage() + func (x *GetIncrementalBlacksResp) GetDelete() []string + func (x *GetIncrementalBlacksResp) GetFull() bool + func (x *GetIncrementalBlacksResp) GetInsert() []*sdkws.BlackInfo + func (x *GetIncrementalBlacksResp) GetUpdate() []*sdkws.BlackInfo + func (x *GetIncrementalBlacksResp) GetVersion() uint64 + func (x *GetIncrementalBlacksResp) GetVersionID() string + func (x *GetIncrementalBlacksResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalBlacksResp) Reset() + func (x *GetIncrementalBlacksResp) String() string + type GetIncrementalFriendsApplyFromReq struct + UserID string + Version uint64 + VersionID string + func (*GetIncrementalFriendsApplyFromReq) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsApplyFromReq) ProtoMessage() + func (x *GetIncrementalFriendsApplyFromReq) GetUserID() string + func (x *GetIncrementalFriendsApplyFromReq) GetVersion() uint64 + func (x *GetIncrementalFriendsApplyFromReq) GetVersionID() string + func (x *GetIncrementalFriendsApplyFromReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsApplyFromReq) Reset() + func (x *GetIncrementalFriendsApplyFromReq) String() string + type GetIncrementalFriendsApplyFromResp struct + Changes []*sdkws.FriendRequest + DeleteUserIds []string + Full bool + Version uint64 + VersionID string + func (*GetIncrementalFriendsApplyFromResp) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsApplyFromResp) ProtoMessage() + func (x *GetIncrementalFriendsApplyFromResp) GetChanges() []*sdkws.FriendRequest + func (x *GetIncrementalFriendsApplyFromResp) GetDeleteUserIds() []string + func (x *GetIncrementalFriendsApplyFromResp) GetFull() bool + func (x *GetIncrementalFriendsApplyFromResp) GetVersion() uint64 + func (x *GetIncrementalFriendsApplyFromResp) GetVersionID() string + func (x *GetIncrementalFriendsApplyFromResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsApplyFromResp) Reset() + func (x *GetIncrementalFriendsApplyFromResp) String() string + type GetIncrementalFriendsApplyToReq struct + UserID string + Version uint64 + VersionID string + func (*GetIncrementalFriendsApplyToReq) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsApplyToReq) ProtoMessage() + func (x *GetIncrementalFriendsApplyToReq) GetUserID() string + func (x *GetIncrementalFriendsApplyToReq) GetVersion() uint64 + func (x *GetIncrementalFriendsApplyToReq) GetVersionID() string + func (x *GetIncrementalFriendsApplyToReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsApplyToReq) Reset() + func (x *GetIncrementalFriendsApplyToReq) String() string + type GetIncrementalFriendsApplyToResp struct + Changes []*sdkws.FriendRequest + DeleteUserIds []string + Full bool + Version uint64 + VersionID string + func (*GetIncrementalFriendsApplyToResp) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsApplyToResp) ProtoMessage() + func (x *GetIncrementalFriendsApplyToResp) GetChanges() []*sdkws.FriendRequest + func (x *GetIncrementalFriendsApplyToResp) GetDeleteUserIds() []string + func (x *GetIncrementalFriendsApplyToResp) GetFull() bool + func (x *GetIncrementalFriendsApplyToResp) GetVersion() uint64 + func (x *GetIncrementalFriendsApplyToResp) GetVersionID() string + func (x *GetIncrementalFriendsApplyToResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsApplyToResp) Reset() + func (x *GetIncrementalFriendsApplyToResp) String() string + type GetIncrementalFriendsReq struct + UserID string + Version uint64 + VersionID string + func (*GetIncrementalFriendsReq) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsReq) ProtoMessage() + func (x *GetIncrementalFriendsReq) GetUserID() string + func (x *GetIncrementalFriendsReq) GetVersion() uint64 + func (x *GetIncrementalFriendsReq) GetVersionID() string + func (x *GetIncrementalFriendsReq) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsReq) Reset() + func (x *GetIncrementalFriendsReq) String() string + type GetIncrementalFriendsResp struct + Delete []string + Full bool + Insert []*sdkws.FriendInfo + SortVersion uint64 + Update []*sdkws.FriendInfo + Version uint64 + VersionID string + func (*GetIncrementalFriendsResp) Descriptor() ([]byte, []int) + func (*GetIncrementalFriendsResp) ProtoMessage() + func (x *GetIncrementalFriendsResp) GetDelete() []string + func (x *GetIncrementalFriendsResp) GetFull() bool + func (x *GetIncrementalFriendsResp) GetInsert() []*sdkws.FriendInfo + func (x *GetIncrementalFriendsResp) GetSortVersion() uint64 + func (x *GetIncrementalFriendsResp) GetUpdate() []*sdkws.FriendInfo + func (x *GetIncrementalFriendsResp) GetVersion() uint64 + func (x *GetIncrementalFriendsResp) GetVersionID() string + func (x *GetIncrementalFriendsResp) ProtoReflect() protoreflect.Message + func (x *GetIncrementalFriendsResp) Reset() + func (x *GetIncrementalFriendsResp) 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 + HandleResults []int32 + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationFriendsApplyFromReq) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyFromReq) ProtoMessage() + func (x *GetPaginationFriendsApplyFromReq) Check() error + func (x *GetPaginationFriendsApplyFromReq) GetHandleResults() []int32 + 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) Format() any + 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 + HandleResults []int32 + Pagination *sdkws.RequestPagination + UserID string + func (*GetPaginationFriendsApplyToReq) Descriptor() ([]byte, []int) + func (*GetPaginationFriendsApplyToReq) ProtoMessage() + func (x *GetPaginationFriendsApplyToReq) Check() error + func (x *GetPaginationFriendsApplyToReq) GetHandleResults() []int32 + 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) Format() any + 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) Format() any + 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 GetSelfUnhandledApplyCountReq struct + Time int64 + UserID string + func (*GetSelfUnhandledApplyCountReq) Descriptor() ([]byte, []int) + func (*GetSelfUnhandledApplyCountReq) ProtoMessage() + func (x *GetSelfUnhandledApplyCountReq) GetTime() int64 + func (x *GetSelfUnhandledApplyCountReq) GetUserID() string + func (x *GetSelfUnhandledApplyCountReq) ProtoReflect() protoreflect.Message + func (x *GetSelfUnhandledApplyCountReq) Reset() + func (x *GetSelfUnhandledApplyCountReq) String() string + type GetSelfUnhandledApplyCountResp struct + Count int64 + func (*GetSelfUnhandledApplyCountResp) Descriptor() ([]byte, []int) + func (*GetSelfUnhandledApplyCountResp) ProtoMessage() + func (x *GetSelfUnhandledApplyCountResp) GetCount() int64 + func (x *GetSelfUnhandledApplyCountResp) ProtoReflect() protoreflect.Message + func (x *GetSelfUnhandledApplyCountResp) Reset() + func (x *GetSelfUnhandledApplyCountResp) String() string + type GetSpecifiedBlacksReq struct + OwnerUserID string + UserIDList []string + func (*GetSpecifiedBlacksReq) Descriptor() ([]byte, []int) + func (*GetSpecifiedBlacksReq) ProtoMessage() + func (x *GetSpecifiedBlacksReq) GetOwnerUserID() string + func (x *GetSpecifiedBlacksReq) GetUserIDList() []string + func (x *GetSpecifiedBlacksReq) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedBlacksReq) Reset() + func (x *GetSpecifiedBlacksReq) String() string + type GetSpecifiedBlacksResp struct + Blacks []*sdkws.BlackInfo + Total int32 + func (*GetSpecifiedBlacksResp) Descriptor() ([]byte, []int) + func (*GetSpecifiedBlacksResp) ProtoMessage() + func (x *GetSpecifiedBlacksResp) GetBlacks() []*sdkws.BlackInfo + func (x *GetSpecifiedBlacksResp) GetTotal() int32 + func (x *GetSpecifiedBlacksResp) ProtoReflect() protoreflect.Message + func (x *GetSpecifiedBlacksResp) Reset() + func (x *GetSpecifiedBlacksResp) 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 NotificationUserInfoUpdateReq struct + NewUserInfo *sdkws.UserInfo + OldUserInfo *sdkws.UserInfo + UserID string + func (*NotificationUserInfoUpdateReq) Descriptor() ([]byte, []int) + func (*NotificationUserInfoUpdateReq) ProtoMessage() + func (x *NotificationUserInfoUpdateReq) GetNewUserInfo() *sdkws.UserInfo + func (x *NotificationUserInfoUpdateReq) GetOldUserInfo() *sdkws.UserInfo + func (x *NotificationUserInfoUpdateReq) GetUserID() string + func (x *NotificationUserInfoUpdateReq) ProtoReflect() protoreflect.Message + func (x *NotificationUserInfoUpdateReq) Reset() + func (x *NotificationUserInfoUpdateReq) String() string + type NotificationUserInfoUpdateResp struct + func (*NotificationUserInfoUpdateResp) Descriptor() ([]byte, []int) + func (*NotificationUserInfoUpdateResp) ProtoMessage() + func (x *NotificationUserInfoUpdateResp) ProtoReflect() protoreflect.Message + func (x *NotificationUserInfoUpdateResp) Reset() + func (x *NotificationUserInfoUpdateResp) 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) GetFriendInfo(context.Context, *GetFriendInfoReq) (*GetFriendInfoResp, error) + func (UnimplementedFriendServer) GetFullFriendUserIDs(context.Context, *GetFullFriendUserIDsReq) (*GetFullFriendUserIDsResp, error) + func (UnimplementedFriendServer) GetIncrementalBlacks(context.Context, *GetIncrementalBlacksReq) (*GetIncrementalBlacksResp, error) + func (UnimplementedFriendServer) GetIncrementalFriends(context.Context, *GetIncrementalFriendsReq) (*GetIncrementalFriendsResp, error) + func (UnimplementedFriendServer) GetIncrementalFriendsApplyFrom(context.Context, *GetIncrementalFriendsApplyFromReq) (*GetIncrementalFriendsApplyFromResp, error) + func (UnimplementedFriendServer) GetIncrementalFriendsApplyTo(context.Context, *GetIncrementalFriendsApplyToReq) (*GetIncrementalFriendsApplyToResp, 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) GetSelfUnhandledApplyCount(context.Context, *GetSelfUnhandledApplyCountReq) (*GetSelfUnhandledApplyCountResp, error) + func (UnimplementedFriendServer) GetSpecifiedBlacks(context.Context, *GetSpecifiedBlacksReq) (*GetSpecifiedBlacksResp, 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) NotificationUserInfoUpdate(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, 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 UnsafeFriendServer interface + 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