relation

package
v0.3.70 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_relation_relation_proto protoreflect.FileDescriptor

Functions

func RegisterFriendServer

func RegisterFriendServer(s *grpc.Server, srv FriendServer)

Types

type AddBlackReq

type AddBlackReq struct {
	OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	BlackUserID string `protobuf:"bytes,2,opt,name=blackUserID,proto3" json:"blackUserID"`
	Ex          string `protobuf:"bytes,3,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*AddBlackReq) Check

func (x *AddBlackReq) Check() error

func (*AddBlackReq) Descriptor deprecated

func (*AddBlackReq) Descriptor() ([]byte, []int)

Deprecated: Use AddBlackReq.ProtoReflect.Descriptor instead.

func (*AddBlackReq) GetBlackUserID

func (x *AddBlackReq) GetBlackUserID() string

func (*AddBlackReq) GetEx

func (x *AddBlackReq) GetEx() string

func (*AddBlackReq) GetOwnerUserID

func (x *AddBlackReq) GetOwnerUserID() string

func (*AddBlackReq) ProtoMessage

func (*AddBlackReq) ProtoMessage()

func (*AddBlackReq) ProtoReflect

func (x *AddBlackReq) ProtoReflect() protoreflect.Message

func (*AddBlackReq) Reset

func (x *AddBlackReq) Reset()

func (*AddBlackReq) String

func (x *AddBlackReq) String() string

type AddBlackResp

type AddBlackResp struct {
	// contains filtered or unexported fields
}

func (*AddBlackResp) Descriptor deprecated

func (*AddBlackResp) Descriptor() ([]byte, []int)

Deprecated: Use AddBlackResp.ProtoReflect.Descriptor instead.

func (*AddBlackResp) ProtoMessage

func (*AddBlackResp) ProtoMessage()

func (*AddBlackResp) ProtoReflect

func (x *AddBlackResp) ProtoReflect() protoreflect.Message

func (*AddBlackResp) Reset

func (x *AddBlackResp) Reset()

func (*AddBlackResp) String

func (x *AddBlackResp) String() string

type ApplyToAddFriendReq

type ApplyToAddFriendReq struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID"`
	ReqMsg     string `protobuf:"bytes,3,opt,name=reqMsg,proto3" json:"reqMsg"`
	Ex         string `protobuf:"bytes,4,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*ApplyToAddFriendReq) Check

func (x *ApplyToAddFriendReq) Check() error

func (*ApplyToAddFriendReq) Descriptor deprecated

func (*ApplyToAddFriendReq) Descriptor() ([]byte, []int)

Deprecated: Use ApplyToAddFriendReq.ProtoReflect.Descriptor instead.

func (*ApplyToAddFriendReq) GetEx

func (x *ApplyToAddFriendReq) GetEx() string

func (*ApplyToAddFriendReq) GetFromUserID

func (x *ApplyToAddFriendReq) GetFromUserID() string

func (*ApplyToAddFriendReq) GetReqMsg

func (x *ApplyToAddFriendReq) GetReqMsg() string

func (*ApplyToAddFriendReq) GetToUserID

func (x *ApplyToAddFriendReq) GetToUserID() string

func (*ApplyToAddFriendReq) ProtoMessage

func (*ApplyToAddFriendReq) ProtoMessage()

func (*ApplyToAddFriendReq) ProtoReflect

func (x *ApplyToAddFriendReq) ProtoReflect() protoreflect.Message

func (*ApplyToAddFriendReq) Reset

func (x *ApplyToAddFriendReq) Reset()

func (*ApplyToAddFriendReq) String

func (x *ApplyToAddFriendReq) String() string

type ApplyToAddFriendResp

type ApplyToAddFriendResp struct {
	// contains filtered or unexported fields
}

func (*ApplyToAddFriendResp) Descriptor deprecated

func (*ApplyToAddFriendResp) Descriptor() ([]byte, []int)

Deprecated: Use ApplyToAddFriendResp.ProtoReflect.Descriptor instead.

func (*ApplyToAddFriendResp) ProtoMessage

func (*ApplyToAddFriendResp) ProtoMessage()

func (*ApplyToAddFriendResp) ProtoReflect

func (x *ApplyToAddFriendResp) ProtoReflect() protoreflect.Message

func (*ApplyToAddFriendResp) Reset

func (x *ApplyToAddFriendResp) Reset()

func (*ApplyToAddFriendResp) String

func (x *ApplyToAddFriendResp) String() string

type BlackInfo

type BlackInfo struct {
	OwnerUserID    string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	BlackUserID    string `protobuf:"bytes,2,opt,name=blackUserID,proto3" json:"blackUserID"`
	BlackNickname  string `protobuf:"bytes,3,opt,name=blackNickname,proto3" json:"blackNickname"`
	BlackFaceURL   string `protobuf:"bytes,4,opt,name=blackFaceURL,proto3" json:"blackFaceURL"`
	CreateTime     int64  `protobuf:"varint,5,opt,name=createTime,proto3" json:"createTime"`
	AddSource      int32  `protobuf:"varint,6,opt,name=addSource,proto3" json:"addSource"`
	OperatorUserID string `protobuf:"bytes,7,opt,name=operatorUserID,proto3" json:"operatorUserID"`
	Ex             string `protobuf:"bytes,8,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*BlackInfo) Descriptor deprecated

func (*BlackInfo) Descriptor() ([]byte, []int)

Deprecated: Use BlackInfo.ProtoReflect.Descriptor instead.

func (*BlackInfo) GetAddSource

func (x *BlackInfo) GetAddSource() int32

func (*BlackInfo) GetBlackFaceURL

func (x *BlackInfo) GetBlackFaceURL() string

func (*BlackInfo) GetBlackNickname

func (x *BlackInfo) GetBlackNickname() string

func (*BlackInfo) GetBlackUserID

func (x *BlackInfo) GetBlackUserID() string

func (*BlackInfo) GetCreateTime

func (x *BlackInfo) GetCreateTime() int64

func (*BlackInfo) GetEx

func (x *BlackInfo) GetEx() string

func (*BlackInfo) GetOperatorUserID

func (x *BlackInfo) GetOperatorUserID() string

func (*BlackInfo) GetOwnerUserID

func (x *BlackInfo) GetOwnerUserID() string

func (*BlackInfo) ProtoMessage

func (*BlackInfo) ProtoMessage()

func (*BlackInfo) ProtoReflect

func (x *BlackInfo) ProtoReflect() protoreflect.Message

func (*BlackInfo) Reset

func (x *BlackInfo) Reset()

func (*BlackInfo) String

func (x *BlackInfo) String() string

type Comment added in v0.3.70

type Comment struct {
	UserID        string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName      string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	FaceURL       string `protobuf:"bytes,3,opt,name=faceURL,proto3" json:"faceURL"`
	ReplyUserID   string `protobuf:"bytes,4,opt,name=replyUserID,proto3" json:"replyUserID"`
	ReplyUserName string `protobuf:"bytes,5,opt,name=replyUserName,proto3" json:"replyUserName"`
	ContentID     string `protobuf:"bytes,6,opt,name=contentID,proto3" json:"contentID"`
	Content       string `protobuf:"bytes,7,opt,name=content,proto3" json:"content"`
	CreateTime    int32  `protobuf:"varint,8,opt,name=createTime,proto3" json:"createTime"`
	// contains filtered or unexported fields
}

func (*Comment) Descriptor deprecated added in v0.3.70

func (*Comment) Descriptor() ([]byte, []int)

Deprecated: Use Comment.ProtoReflect.Descriptor instead.

func (*Comment) GetContent added in v0.3.70

func (x *Comment) GetContent() string

func (*Comment) GetContentID added in v0.3.70

func (x *Comment) GetContentID() string

func (*Comment) GetCreateTime added in v0.3.70

func (x *Comment) GetCreateTime() int32

func (*Comment) GetFaceURL added in v0.3.70

func (x *Comment) GetFaceURL() string

func (*Comment) GetReplyUserID added in v0.3.70

func (x *Comment) GetReplyUserID() string

func (*Comment) GetReplyUserName added in v0.3.70

func (x *Comment) GetReplyUserName() string

func (*Comment) GetUserID added in v0.3.70

func (x *Comment) GetUserID() string

func (*Comment) GetUserName added in v0.3.70

func (x *Comment) GetUserName() string

func (*Comment) ProtoMessage added in v0.3.70

func (*Comment) ProtoMessage()

func (*Comment) ProtoReflect added in v0.3.70

func (x *Comment) ProtoReflect() protoreflect.Message

func (*Comment) Reset added in v0.3.70

func (x *Comment) Reset()

func (*Comment) String added in v0.3.70

func (x *Comment) String() string

type CommentOneMomentReq added in v0.3.70

type CommentOneMomentReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	MomentID    string `protobuf:"bytes,2,opt,name=MomentID,proto3" json:"MomentID"`
	ReplyUserID string `protobuf:"bytes,3,opt,name=replyUserID,proto3" json:"replyUserID"`
	Content     string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"`
	OperationID string `protobuf:"bytes,5,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*CommentOneMomentReq) Descriptor deprecated added in v0.3.70

func (*CommentOneMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use CommentOneMomentReq.ProtoReflect.Descriptor instead.

func (*CommentOneMomentReq) GetContent added in v0.3.70

func (x *CommentOneMomentReq) GetContent() string

func (*CommentOneMomentReq) GetMomentID added in v0.3.70

func (x *CommentOneMomentReq) GetMomentID() string

func (*CommentOneMomentReq) GetOperationID added in v0.3.70

func (x *CommentOneMomentReq) GetOperationID() string

func (*CommentOneMomentReq) GetReplyUserID added in v0.3.70

func (x *CommentOneMomentReq) GetReplyUserID() string

func (*CommentOneMomentReq) GetUserID added in v0.3.70

func (x *CommentOneMomentReq) GetUserID() string

func (*CommentOneMomentReq) ProtoMessage added in v0.3.70

func (*CommentOneMomentReq) ProtoMessage()

func (*CommentOneMomentReq) ProtoReflect added in v0.3.70

func (x *CommentOneMomentReq) ProtoReflect() protoreflect.Message

func (*CommentOneMomentReq) Reset added in v0.3.70

func (x *CommentOneMomentReq) Reset()

func (*CommentOneMomentReq) String added in v0.3.70

func (x *CommentOneMomentReq) String() string

type CommentOneMomentResp added in v0.3.70

type CommentOneMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*CommentOneMomentResp) Descriptor deprecated added in v0.3.70

func (*CommentOneMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use CommentOneMomentResp.ProtoReflect.Descriptor instead.

func (*CommentOneMomentResp) GetCommonResp added in v0.3.70

func (x *CommentOneMomentResp) GetCommonResp() *CommonResp

func (*CommentOneMomentResp) ProtoMessage added in v0.3.70

func (*CommentOneMomentResp) ProtoMessage()

func (*CommentOneMomentResp) ProtoReflect added in v0.3.70

func (x *CommentOneMomentResp) ProtoReflect() protoreflect.Message

func (*CommentOneMomentResp) Reset added in v0.3.70

func (x *CommentOneMomentResp) Reset()

func (*CommentOneMomentResp) String added in v0.3.70

func (x *CommentOneMomentResp) String() string

type CommonResp added in v0.3.70

type CommonResp struct {
	ErrCode int32  `protobuf:"varint,1,opt,name=errCode,proto3" json:"errCode"`
	ErrMsg  string `protobuf:"bytes,2,opt,name=errMsg,proto3" json:"errMsg"`
	// contains filtered or unexported fields
}

func (*CommonResp) Descriptor deprecated added in v0.3.70

func (*CommonResp) Descriptor() ([]byte, []int)

Deprecated: Use CommonResp.ProtoReflect.Descriptor instead.

func (*CommonResp) GetErrCode added in v0.3.70

func (x *CommonResp) GetErrCode() int32

func (*CommonResp) GetErrMsg added in v0.3.70

func (x *CommonResp) GetErrMsg() string

func (*CommonResp) ProtoMessage added in v0.3.70

func (*CommonResp) ProtoMessage()

func (*CommonResp) ProtoReflect added in v0.3.70

func (x *CommonResp) ProtoReflect() protoreflect.Message

func (*CommonResp) Reset added in v0.3.70

func (x *CommonResp) Reset()

func (*CommonResp) String added in v0.3.70

func (x *CommonResp) String() string

type CreateOneMomentReq added in v0.3.70

type CreateOneMomentReq struct {
	Moment      *Moment `protobuf:"bytes,1,opt,name=Moment,proto3" json:"Moment"`
	OperationID string  `protobuf:"bytes,2,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*CreateOneMomentReq) Descriptor deprecated added in v0.3.70

func (*CreateOneMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use CreateOneMomentReq.ProtoReflect.Descriptor instead.

func (*CreateOneMomentReq) GetMoment added in v0.3.70

func (x *CreateOneMomentReq) GetMoment() *Moment

func (*CreateOneMomentReq) GetOperationID added in v0.3.70

func (x *CreateOneMomentReq) GetOperationID() string

func (*CreateOneMomentReq) ProtoMessage added in v0.3.70

func (*CreateOneMomentReq) ProtoMessage()

func (*CreateOneMomentReq) ProtoReflect added in v0.3.70

func (x *CreateOneMomentReq) ProtoReflect() protoreflect.Message

func (*CreateOneMomentReq) Reset added in v0.3.70

func (x *CreateOneMomentReq) Reset()

func (*CreateOneMomentReq) String added in v0.3.70

func (x *CreateOneMomentReq) String() string

type CreateOneMomentResp added in v0.3.70

type CreateOneMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*CreateOneMomentResp) Descriptor deprecated added in v0.3.70

func (*CreateOneMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use CreateOneMomentResp.ProtoReflect.Descriptor instead.

func (*CreateOneMomentResp) GetCommonResp added in v0.3.70

func (x *CreateOneMomentResp) GetCommonResp() *CommonResp

func (*CreateOneMomentResp) ProtoMessage added in v0.3.70

func (*CreateOneMomentResp) ProtoMessage()

func (*CreateOneMomentResp) ProtoReflect added in v0.3.70

func (x *CreateOneMomentResp) ProtoReflect() protoreflect.Message

func (*CreateOneMomentResp) Reset added in v0.3.70

func (x *CreateOneMomentResp) Reset()

func (*CreateOneMomentResp) String added in v0.3.70

func (x *CreateOneMomentResp) String() string

type DeleteCommentReq added in v0.3.70

type DeleteCommentReq struct {
	MomentID    string `protobuf:"bytes,1,opt,name=MomentID,proto3" json:"MomentID"`
	ContentID   string `protobuf:"bytes,2,opt,name=contentID,proto3" json:"contentID"`
	OpUserID    string `protobuf:"bytes,3,opt,name=opUserID,proto3" json:"opUserID"`
	OperationID string `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*DeleteCommentReq) Descriptor deprecated added in v0.3.70

func (*DeleteCommentReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommentReq.ProtoReflect.Descriptor instead.

func (*DeleteCommentReq) GetContentID added in v0.3.70

func (x *DeleteCommentReq) GetContentID() string

func (*DeleteCommentReq) GetMomentID added in v0.3.70

func (x *DeleteCommentReq) GetMomentID() string

func (*DeleteCommentReq) GetOpUserID added in v0.3.70

func (x *DeleteCommentReq) GetOpUserID() string

func (*DeleteCommentReq) GetOperationID added in v0.3.70

func (x *DeleteCommentReq) GetOperationID() string

func (*DeleteCommentReq) ProtoMessage added in v0.3.70

func (*DeleteCommentReq) ProtoMessage()

func (*DeleteCommentReq) ProtoReflect added in v0.3.70

func (x *DeleteCommentReq) ProtoReflect() protoreflect.Message

func (*DeleteCommentReq) Reset added in v0.3.70

func (x *DeleteCommentReq) Reset()

func (*DeleteCommentReq) String added in v0.3.70

func (x *DeleteCommentReq) String() string

type DeleteCommentResp added in v0.3.70

type DeleteCommentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*DeleteCommentResp) Descriptor deprecated added in v0.3.70

func (*DeleteCommentResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteCommentResp.ProtoReflect.Descriptor instead.

func (*DeleteCommentResp) GetCommonResp added in v0.3.70

func (x *DeleteCommentResp) GetCommonResp() *CommonResp

func (*DeleteCommentResp) ProtoMessage added in v0.3.70

func (*DeleteCommentResp) ProtoMessage()

func (*DeleteCommentResp) ProtoReflect added in v0.3.70

func (x *DeleteCommentResp) ProtoReflect() protoreflect.Message

func (*DeleteCommentResp) Reset added in v0.3.70

func (x *DeleteCommentResp) Reset()

func (*DeleteCommentResp) String added in v0.3.70

func (x *DeleteCommentResp) String() string

type DeleteFriendReq

type DeleteFriendReq struct {
	OwnerUserID  string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserID string `protobuf:"bytes,2,opt,name=friendUserID,proto3" json:"friendUserID"`
	// contains filtered or unexported fields
}

func (*DeleteFriendReq) Check

func (x *DeleteFriendReq) Check() error

func (*DeleteFriendReq) Descriptor deprecated

func (*DeleteFriendReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFriendReq.ProtoReflect.Descriptor instead.

func (*DeleteFriendReq) GetFriendUserID

func (x *DeleteFriendReq) GetFriendUserID() string

func (*DeleteFriendReq) GetOwnerUserID

func (x *DeleteFriendReq) GetOwnerUserID() string

func (*DeleteFriendReq) ProtoMessage

func (*DeleteFriendReq) ProtoMessage()

func (*DeleteFriendReq) ProtoReflect

func (x *DeleteFriendReq) ProtoReflect() protoreflect.Message

func (*DeleteFriendReq) Reset

func (x *DeleteFriendReq) Reset()

func (*DeleteFriendReq) String

func (x *DeleteFriendReq) String() string

type DeleteFriendResp

type DeleteFriendResp struct {
	// contains filtered or unexported fields
}

func (*DeleteFriendResp) Descriptor deprecated

func (*DeleteFriendResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFriendResp.ProtoReflect.Descriptor instead.

func (*DeleteFriendResp) ProtoMessage

func (*DeleteFriendResp) ProtoMessage()

func (*DeleteFriendResp) ProtoReflect

func (x *DeleteFriendResp) ProtoReflect() protoreflect.Message

func (*DeleteFriendResp) Reset

func (x *DeleteFriendResp) Reset()

func (*DeleteFriendResp) String

func (x *DeleteFriendResp) String() string

type DeleteOneMomentReq added in v0.3.70

type DeleteOneMomentReq struct {
	MomentID    string `protobuf:"bytes,1,opt,name=MomentID,proto3" json:"MomentID"`
	UserID      string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*DeleteOneMomentReq) Descriptor deprecated added in v0.3.70

func (*DeleteOneMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOneMomentReq.ProtoReflect.Descriptor instead.

func (*DeleteOneMomentReq) GetMomentID added in v0.3.70

func (x *DeleteOneMomentReq) GetMomentID() string

func (*DeleteOneMomentReq) GetOperationID added in v0.3.70

func (x *DeleteOneMomentReq) GetOperationID() string

func (*DeleteOneMomentReq) GetUserID added in v0.3.70

func (x *DeleteOneMomentReq) GetUserID() string

func (*DeleteOneMomentReq) ProtoMessage added in v0.3.70

func (*DeleteOneMomentReq) ProtoMessage()

func (*DeleteOneMomentReq) ProtoReflect added in v0.3.70

func (x *DeleteOneMomentReq) ProtoReflect() protoreflect.Message

func (*DeleteOneMomentReq) Reset added in v0.3.70

func (x *DeleteOneMomentReq) Reset()

func (*DeleteOneMomentReq) String added in v0.3.70

func (x *DeleteOneMomentReq) String() string

type DeleteOneMomentResp added in v0.3.70

type DeleteOneMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*DeleteOneMomentResp) Descriptor deprecated added in v0.3.70

func (*DeleteOneMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOneMomentResp.ProtoReflect.Descriptor instead.

func (*DeleteOneMomentResp) GetCommonResp added in v0.3.70

func (x *DeleteOneMomentResp) GetCommonResp() *CommonResp

func (*DeleteOneMomentResp) ProtoMessage added in v0.3.70

func (*DeleteOneMomentResp) ProtoMessage()

func (*DeleteOneMomentResp) ProtoReflect added in v0.3.70

func (x *DeleteOneMomentResp) ProtoReflect() protoreflect.Message

func (*DeleteOneMomentResp) Reset added in v0.3.70

func (x *DeleteOneMomentResp) Reset()

func (*DeleteOneMomentResp) String added in v0.3.70

func (x *DeleteOneMomentResp) String() string

type FriendClient

type FriendClient interface {
	// Friend request
	ApplyToAddFriend(ctx context.Context, in *ApplyToAddFriendReq, opts ...grpc.CallOption) (*ApplyToAddFriendResp, error)
	// Get friend request list
	GetPaginationFriendsApplyTo(ctx context.Context, in *GetPaginationFriendsApplyToReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyToResp, error)
	// Get sent friend request list
	GetPaginationFriendsApplyFrom(ctx context.Context, in *GetPaginationFriendsApplyFromReq, opts ...grpc.CallOption) (*GetPaginationFriendsApplyFromResp, error)
	// Get specified friend request
	GetDesignatedFriendsApply(ctx context.Context, in *GetDesignatedFriendsApplyReq, opts ...grpc.CallOption) (*GetDesignatedFriendsApplyResp, error)
	// Get Incremental friends apply to list
	GetIncrementalFriendsApplyTo(ctx context.Context, in *GetIncrementalFriendsApplyToReq, opts ...grpc.CallOption) (*GetIncrementalFriendsApplyToResp, error)
	// Get Incremental friends apply from list
	GetIncrementalFriendsApplyFrom(ctx context.Context, in *GetIncrementalFriendsApplyFromReq, opts ...grpc.CallOption) (*GetIncrementalFriendsApplyFromResp, error)
	// Add black user
	AddBlack(ctx context.Context, in *AddBlackReq, opts ...grpc.CallOption) (*AddBlackResp, error)
	// Remove black user
	RemoveBlack(ctx context.Context, in *RemoveBlackReq, opts ...grpc.CallOption) (*RemoveBlackResp, error)
	// Check user is in friends list
	IsFriend(ctx context.Context, in *IsFriendReq, opts ...grpc.CallOption) (*IsFriendResp, error)
	// Check user is blacklist
	IsBlack(ctx context.Context, in *IsBlackReq, opts ...grpc.CallOption) (*IsBlackResp, error)
	// Get blacklist
	GetPaginationBlacks(ctx context.Context, in *GetPaginationBlacksReq, opts ...grpc.CallOption) (*GetPaginationBlacksResp, error)
	// Delete friend
	DeleteFriend(ctx context.Context, in *DeleteFriendReq, opts ...grpc.CallOption) (*DeleteFriendResp, error)
	// Respond to friend request (Accept or Decline)
	RespondFriendApply(ctx context.Context, in *RespondFriendApplyReq, opts ...grpc.CallOption) (*RespondFriendApplyResp, error)
	// Favorited friend
	UpdateFriends(ctx context.Context, in *UpdateFriendsReq, opts ...grpc.CallOption) (*UpdateFriendsResp, error)
	// Set friend nickname
	SetFriendRemark(ctx context.Context, in *SetFriendRemarkReq, opts ...grpc.CallOption) (*SetFriendRemarkResp, error)
	// Import friends relationship
	ImportFriends(ctx context.Context, in *ImportFriendReq, opts ...grpc.CallOption) (*ImportFriendResp, error)
	// Paginate and retrieve friend list; do not return error if no results.
	GetDesignatedFriends(ctx context.Context, in *GetDesignatedFriendsReq, opts ...grpc.CallOption) (*GetDesignatedFriendsResp, error)
	// Get specified friend's information; return error if ID does not exist.
	GetPaginationFriends(ctx context.Context, in *GetPaginationFriendsReq, opts ...grpc.CallOption) (*GetPaginationFriendsResp, error)
	// Get friend IDs list
	GetFriendIDs(ctx context.Context, in *GetFriendIDsReq, opts ...grpc.CallOption) (*GetFriendIDsResp, error)
	// Get specified friends info
	GetSpecifiedFriendsInfo(ctx context.Context, in *GetSpecifiedFriendsInfoReq, opts ...grpc.CallOption) (*GetSpecifiedFriendsInfoResp, error)
	GetIncrementalFriends(ctx context.Context, in *GetIncrementalFriendsReq, opts ...grpc.CallOption) (*GetIncrementalFriendsResp, error)
	// Get Incremental blackslist
	GetIncrementalBlacks(ctx context.Context, in *GetIncrementalBlacksReq, opts ...grpc.CallOption) (*GetIncrementalBlacksResp, error)
	// Get full friend userIDs
	GetFullFriendUserIDs(ctx context.Context, in *GetFullFriendUserIDsReq, opts ...grpc.CallOption) (*GetFullFriendUserIDsResp, error)
	NotificationUserInfoUpdate(ctx context.Context, in *NotificationUserInfoUpdateReq, opts ...grpc.CallOption) (*NotificationUserInfoUpdateResp, error)
	// 获取附近好友信息
	GetNearbyFriends(ctx context.Context, in *GetNearbyFriendsReq, opts ...grpc.CallOption) (*GetNearbyFriendsResp, error)
	// Monent
	CreateOneMoment(ctx context.Context, in *CreateOneMomentReq, opts ...grpc.CallOption) (*CreateOneMomentResp, error)
	DeleteOneMoment(ctx context.Context, in *DeleteOneMomentReq, opts ...grpc.CallOption) (*DeleteOneMomentResp, error)
	LikeOneMoment(ctx context.Context, in *LikeOneMomentReq, opts ...grpc.CallOption) (*LikeOneMomentResp, error)
	CommentOneMoment(ctx context.Context, in *CommentOneMomentReq, opts ...grpc.CallOption) (*CommentOneMomentResp, error)
	DeleteComment(ctx context.Context, in *DeleteCommentReq, opts ...grpc.CallOption) (*DeleteCommentResp, error)
	GetMomentByID(ctx context.Context, in *GetMomentByIDReq, opts ...grpc.CallOption) (*GetMomentByIDResp, error)
	// / user self
	GetUserMoments(ctx context.Context, in *GetUserMomentsReq, opts ...grpc.CallOption) (*GetUserMomentsResp, error)
	// / users friend
	GetUserFriendMoments(ctx context.Context, in *GetUserFriendMomentsReq, opts ...grpc.CallOption) (*GetUserFriendMomentsResp, error)
}

FriendClient is the client API for Friend service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFriendClient

func NewFriendClient(cc grpc.ClientConnInterface) FriendClient

type FriendInfo

type FriendInfo struct {
	OwnerUserID    string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserID   string `protobuf:"bytes,2,opt,name=friendUserID,proto3" json:"friendUserID"`
	FriendNickname string `protobuf:"bytes,3,opt,name=friendNickname,proto3" json:"friendNickname"`
	FriendFaceURL  string `protobuf:"bytes,4,opt,name=friendFaceURL,proto3" json:"friendFaceURL"`
	Remark         string `protobuf:"bytes,5,opt,name=remark,proto3" json:"remark"`
	CreateTime     int64  `protobuf:"varint,6,opt,name=createTime,proto3" json:"createTime"`
	AddSource      int32  `protobuf:"varint,7,opt,name=addSource,proto3" json:"addSource"`
	OperatorUserID string `protobuf:"bytes,8,opt,name=operatorUserID,proto3" json:"operatorUserID"`
	Ex             string `protobuf:"bytes,9,opt,name=ex,proto3" json:"ex"`
	IsPinned       bool   `protobuf:"varint,10,opt,name=isPinned,proto3" json:"isPinned"`
	// contains filtered or unexported fields
}

func (*FriendInfo) Descriptor deprecated

func (*FriendInfo) Descriptor() ([]byte, []int)

Deprecated: Use FriendInfo.ProtoReflect.Descriptor instead.

func (*FriendInfo) GetAddSource

func (x *FriendInfo) GetAddSource() int32

func (*FriendInfo) GetCreateTime

func (x *FriendInfo) GetCreateTime() int64

func (*FriendInfo) GetEx

func (x *FriendInfo) GetEx() string

func (*FriendInfo) GetFriendFaceURL

func (x *FriendInfo) GetFriendFaceURL() string

func (*FriendInfo) GetFriendNickname

func (x *FriendInfo) GetFriendNickname() string

func (*FriendInfo) GetFriendUserID

func (x *FriendInfo) GetFriendUserID() string

func (*FriendInfo) GetIsPinned

func (x *FriendInfo) GetIsPinned() bool

func (*FriendInfo) GetOperatorUserID

func (x *FriendInfo) GetOperatorUserID() string

func (*FriendInfo) GetOwnerUserID

func (x *FriendInfo) GetOwnerUserID() string

func (*FriendInfo) GetRemark

func (x *FriendInfo) GetRemark() string

func (*FriendInfo) ProtoMessage

func (*FriendInfo) ProtoMessage()

func (*FriendInfo) ProtoReflect

func (x *FriendInfo) ProtoReflect() protoreflect.Message

func (*FriendInfo) Reset

func (x *FriendInfo) Reset()

func (*FriendInfo) String

func (x *FriendInfo) String() string

type FriendServer

type FriendServer interface {
	// Friend request
	ApplyToAddFriend(context.Context, *ApplyToAddFriendReq) (*ApplyToAddFriendResp, error)
	// Get friend request list
	GetPaginationFriendsApplyTo(context.Context, *GetPaginationFriendsApplyToReq) (*GetPaginationFriendsApplyToResp, error)
	// Get sent friend request list
	GetPaginationFriendsApplyFrom(context.Context, *GetPaginationFriendsApplyFromReq) (*GetPaginationFriendsApplyFromResp, error)
	// Get specified friend request
	GetDesignatedFriendsApply(context.Context, *GetDesignatedFriendsApplyReq) (*GetDesignatedFriendsApplyResp, error)
	// Get Incremental friends apply to list
	GetIncrementalFriendsApplyTo(context.Context, *GetIncrementalFriendsApplyToReq) (*GetIncrementalFriendsApplyToResp, error)
	// Get Incremental friends apply from list
	GetIncrementalFriendsApplyFrom(context.Context, *GetIncrementalFriendsApplyFromReq) (*GetIncrementalFriendsApplyFromResp, error)
	// Add black user
	AddBlack(context.Context, *AddBlackReq) (*AddBlackResp, error)
	// Remove black user
	RemoveBlack(context.Context, *RemoveBlackReq) (*RemoveBlackResp, error)
	// Check user is in friends list
	IsFriend(context.Context, *IsFriendReq) (*IsFriendResp, error)
	// Check user is blacklist
	IsBlack(context.Context, *IsBlackReq) (*IsBlackResp, error)
	// Get blacklist
	GetPaginationBlacks(context.Context, *GetPaginationBlacksReq) (*GetPaginationBlacksResp, error)
	// Delete friend
	DeleteFriend(context.Context, *DeleteFriendReq) (*DeleteFriendResp, error)
	// Respond to friend request (Accept or Decline)
	RespondFriendApply(context.Context, *RespondFriendApplyReq) (*RespondFriendApplyResp, error)
	// Favorited friend
	UpdateFriends(context.Context, *UpdateFriendsReq) (*UpdateFriendsResp, error)
	// Set friend nickname
	SetFriendRemark(context.Context, *SetFriendRemarkReq) (*SetFriendRemarkResp, error)
	// Import friends relationship
	ImportFriends(context.Context, *ImportFriendReq) (*ImportFriendResp, error)
	// Paginate and retrieve friend list; do not return error if no results.
	GetDesignatedFriends(context.Context, *GetDesignatedFriendsReq) (*GetDesignatedFriendsResp, error)
	// Get specified friend's information; return error if ID does not exist.
	GetPaginationFriends(context.Context, *GetPaginationFriendsReq) (*GetPaginationFriendsResp, error)
	// Get friend IDs list
	GetFriendIDs(context.Context, *GetFriendIDsReq) (*GetFriendIDsResp, error)
	// Get specified friends info
	GetSpecifiedFriendsInfo(context.Context, *GetSpecifiedFriendsInfoReq) (*GetSpecifiedFriendsInfoResp, error)
	GetIncrementalFriends(context.Context, *GetIncrementalFriendsReq) (*GetIncrementalFriendsResp, error)
	// Get Incremental blackslist
	GetIncrementalBlacks(context.Context, *GetIncrementalBlacksReq) (*GetIncrementalBlacksResp, error)
	// Get full friend userIDs
	GetFullFriendUserIDs(context.Context, *GetFullFriendUserIDsReq) (*GetFullFriendUserIDsResp, error)
	NotificationUserInfoUpdate(context.Context, *NotificationUserInfoUpdateReq) (*NotificationUserInfoUpdateResp, error)
	// 获取附近好友信息
	GetNearbyFriends(context.Context, *GetNearbyFriendsReq) (*GetNearbyFriendsResp, error)
	// Monent
	CreateOneMoment(context.Context, *CreateOneMomentReq) (*CreateOneMomentResp, error)
	DeleteOneMoment(context.Context, *DeleteOneMomentReq) (*DeleteOneMomentResp, error)
	LikeOneMoment(context.Context, *LikeOneMomentReq) (*LikeOneMomentResp, error)
	CommentOneMoment(context.Context, *CommentOneMomentReq) (*CommentOneMomentResp, error)
	DeleteComment(context.Context, *DeleteCommentReq) (*DeleteCommentResp, error)
	GetMomentByID(context.Context, *GetMomentByIDReq) (*GetMomentByIDResp, error)
	// / user self
	GetUserMoments(context.Context, *GetUserMomentsReq) (*GetUserMomentsResp, error)
	// / users friend
	GetUserFriendMoments(context.Context, *GetUserFriendMomentsReq) (*GetUserFriendMomentsResp, error)
}

FriendServer is the server API for Friend service.

type GetDesignatedFriendsApplyReq

type GetDesignatedFriendsApplyReq struct {
	FromUserID string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID"`
	ToUserID   string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID"`
	// contains filtered or unexported fields
}

func (*GetDesignatedFriendsApplyReq) Check

func (*GetDesignatedFriendsApplyReq) Descriptor deprecated

func (*GetDesignatedFriendsApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignatedFriendsApplyReq.ProtoReflect.Descriptor instead.

func (*GetDesignatedFriendsApplyReq) GetFromUserID

func (x *GetDesignatedFriendsApplyReq) GetFromUserID() string

func (*GetDesignatedFriendsApplyReq) GetToUserID

func (x *GetDesignatedFriendsApplyReq) GetToUserID() string

func (*GetDesignatedFriendsApplyReq) ProtoMessage

func (*GetDesignatedFriendsApplyReq) ProtoMessage()

func (*GetDesignatedFriendsApplyReq) ProtoReflect

func (*GetDesignatedFriendsApplyReq) Reset

func (x *GetDesignatedFriendsApplyReq) Reset()

func (*GetDesignatedFriendsApplyReq) String

type GetDesignatedFriendsApplyResp

type GetDesignatedFriendsApplyResp struct {
	FriendRequests []*sdkws.FriendRequest `protobuf:"bytes,1,rep,name=friendRequests,proto3" json:"friendRequests"`
	// contains filtered or unexported fields
}

func (*GetDesignatedFriendsApplyResp) Descriptor deprecated

func (*GetDesignatedFriendsApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignatedFriendsApplyResp.ProtoReflect.Descriptor instead.

func (*GetDesignatedFriendsApplyResp) GetFriendRequests

func (x *GetDesignatedFriendsApplyResp) GetFriendRequests() []*sdkws.FriendRequest

func (*GetDesignatedFriendsApplyResp) ProtoMessage

func (*GetDesignatedFriendsApplyResp) ProtoMessage()

func (*GetDesignatedFriendsApplyResp) ProtoReflect

func (*GetDesignatedFriendsApplyResp) Reset

func (x *GetDesignatedFriendsApplyResp) Reset()

func (*GetDesignatedFriendsApplyResp) String

type GetDesignatedFriendsReq

type GetDesignatedFriendsReq struct {
	OwnerUserID   string   `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserIDs []string `protobuf:"bytes,2,rep,name=friendUserIDs,proto3" json:"friendUserIDs"`
	// contains filtered or unexported fields
}

func (*GetDesignatedFriendsReq) Check

func (x *GetDesignatedFriendsReq) Check() error

func (*GetDesignatedFriendsReq) Descriptor deprecated

func (*GetDesignatedFriendsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignatedFriendsReq.ProtoReflect.Descriptor instead.

func (*GetDesignatedFriendsReq) GetFriendUserIDs

func (x *GetDesignatedFriendsReq) GetFriendUserIDs() []string

func (*GetDesignatedFriendsReq) GetOwnerUserID

func (x *GetDesignatedFriendsReq) GetOwnerUserID() string

func (*GetDesignatedFriendsReq) ProtoMessage

func (*GetDesignatedFriendsReq) ProtoMessage()

func (*GetDesignatedFriendsReq) ProtoReflect

func (x *GetDesignatedFriendsReq) ProtoReflect() protoreflect.Message

func (*GetDesignatedFriendsReq) Reset

func (x *GetDesignatedFriendsReq) Reset()

func (*GetDesignatedFriendsReq) String

func (x *GetDesignatedFriendsReq) String() string

type GetDesignatedFriendsResp

type GetDesignatedFriendsResp struct {
	FriendsInfo []*sdkws.FriendInfo `protobuf:"bytes,1,rep,name=friendsInfo,proto3" json:"friendsInfo"`
	// contains filtered or unexported fields
}

func (*GetDesignatedFriendsResp) Descriptor deprecated

func (*GetDesignatedFriendsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetDesignatedFriendsResp.ProtoReflect.Descriptor instead.

func (*GetDesignatedFriendsResp) GetFriendsInfo

func (x *GetDesignatedFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo

func (*GetDesignatedFriendsResp) ProtoMessage

func (*GetDesignatedFriendsResp) ProtoMessage()

func (*GetDesignatedFriendsResp) ProtoReflect

func (x *GetDesignatedFriendsResp) ProtoReflect() protoreflect.Message

func (*GetDesignatedFriendsResp) Reset

func (x *GetDesignatedFriendsResp) Reset()

func (*GetDesignatedFriendsResp) String

func (x *GetDesignatedFriendsResp) String() string

type GetFriendIDsReq

type GetFriendIDsReq struct {
	UserID string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetFriendIDsReq) Check

func (x *GetFriendIDsReq) Check() error

func (*GetFriendIDsReq) Descriptor deprecated

func (*GetFriendIDsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendIDsReq.ProtoReflect.Descriptor instead.

func (*GetFriendIDsReq) GetUserID

func (x *GetFriendIDsReq) GetUserID() string

func (*GetFriendIDsReq) ProtoMessage

func (*GetFriendIDsReq) ProtoMessage()

func (*GetFriendIDsReq) ProtoReflect

func (x *GetFriendIDsReq) ProtoReflect() protoreflect.Message

func (*GetFriendIDsReq) Reset

func (x *GetFriendIDsReq) Reset()

func (*GetFriendIDsReq) String

func (x *GetFriendIDsReq) String() string

type GetFriendIDsResp

type GetFriendIDsResp struct {
	FriendIDs []string `protobuf:"bytes,1,rep,name=friendIDs,proto3" json:"friendIDs"`
	// contains filtered or unexported fields
}

func (*GetFriendIDsResp) Descriptor deprecated

func (*GetFriendIDsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendIDsResp.ProtoReflect.Descriptor instead.

func (*GetFriendIDsResp) GetFriendIDs

func (x *GetFriendIDsResp) GetFriendIDs() []string

func (*GetFriendIDsResp) ProtoMessage

func (*GetFriendIDsResp) ProtoMessage()

func (*GetFriendIDsResp) ProtoReflect

func (x *GetFriendIDsResp) ProtoReflect() protoreflect.Message

func (*GetFriendIDsResp) Reset

func (x *GetFriendIDsResp) Reset()

func (*GetFriendIDsResp) String

func (x *GetFriendIDsResp) String() string

type GetFullFriendUserIDsReq

type GetFullFriendUserIDsReq struct {
	IdHash uint64 `protobuf:"varint,1,opt,name=idHash,proto3" json:"idHash"`
	UserID string `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetFullFriendUserIDsReq) Check

func (x *GetFullFriendUserIDsReq) Check() error

func (*GetFullFriendUserIDsReq) Descriptor deprecated

func (*GetFullFriendUserIDsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetFullFriendUserIDsReq.ProtoReflect.Descriptor instead.

func (*GetFullFriendUserIDsReq) GetIdHash

func (x *GetFullFriendUserIDsReq) GetIdHash() uint64

func (*GetFullFriendUserIDsReq) GetUserID

func (x *GetFullFriendUserIDsReq) GetUserID() string

func (*GetFullFriendUserIDsReq) ProtoMessage

func (*GetFullFriendUserIDsReq) ProtoMessage()

func (*GetFullFriendUserIDsReq) ProtoReflect

func (x *GetFullFriendUserIDsReq) ProtoReflect() protoreflect.Message

func (*GetFullFriendUserIDsReq) Reset

func (x *GetFullFriendUserIDsReq) Reset()

func (*GetFullFriendUserIDsReq) String

func (x *GetFullFriendUserIDsReq) String() string

type GetFullFriendUserIDsResp

type GetFullFriendUserIDsResp struct {
	Version   uint64   `protobuf:"varint,1,opt,name=version,proto3" json:"version"`
	VersionID string   `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Equal     bool     `protobuf:"varint,3,opt,name=equal,proto3" json:"equal"`
	UserIDs   []string `protobuf:"bytes,4,rep,name=userIDs,proto3" json:"userIDs"`
	// contains filtered or unexported fields
}

func (*GetFullFriendUserIDsResp) Descriptor deprecated

func (*GetFullFriendUserIDsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetFullFriendUserIDsResp.ProtoReflect.Descriptor instead.

func (*GetFullFriendUserIDsResp) GetEqual

func (x *GetFullFriendUserIDsResp) GetEqual() bool

func (*GetFullFriendUserIDsResp) GetUserIDs

func (x *GetFullFriendUserIDsResp) GetUserIDs() []string

func (*GetFullFriendUserIDsResp) GetVersion

func (x *GetFullFriendUserIDsResp) GetVersion() uint64

func (*GetFullFriendUserIDsResp) GetVersionID

func (x *GetFullFriendUserIDsResp) GetVersionID() string

func (*GetFullFriendUserIDsResp) ProtoMessage

func (*GetFullFriendUserIDsResp) ProtoMessage()

func (*GetFullFriendUserIDsResp) ProtoReflect

func (x *GetFullFriendUserIDsResp) ProtoReflect() protoreflect.Message

func (*GetFullFriendUserIDsResp) Reset

func (x *GetFullFriendUserIDsResp) Reset()

func (*GetFullFriendUserIDsResp) String

func (x *GetFullFriendUserIDsResp) String() string

type GetIncrementalBlacksReq

type GetIncrementalBlacksReq struct {
	UserID    string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	VersionID string `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Version   uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version"`
	// contains filtered or unexported fields
}

func (*GetIncrementalBlacksReq) Descriptor deprecated

func (*GetIncrementalBlacksReq) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalBlacksReq.ProtoReflect.Descriptor instead.

func (*GetIncrementalBlacksReq) GetUserID

func (x *GetIncrementalBlacksReq) GetUserID() string

func (*GetIncrementalBlacksReq) GetVersion

func (x *GetIncrementalBlacksReq) GetVersion() uint64

func (*GetIncrementalBlacksReq) GetVersionID

func (x *GetIncrementalBlacksReq) GetVersionID() string

func (*GetIncrementalBlacksReq) ProtoMessage

func (*GetIncrementalBlacksReq) ProtoMessage()

func (*GetIncrementalBlacksReq) ProtoReflect

func (x *GetIncrementalBlacksReq) ProtoReflect() protoreflect.Message

func (*GetIncrementalBlacksReq) Reset

func (x *GetIncrementalBlacksReq) Reset()

func (*GetIncrementalBlacksReq) String

func (x *GetIncrementalBlacksReq) String() string

type GetIncrementalBlacksResp

type GetIncrementalBlacksResp struct {
	Version   uint64       `protobuf:"varint,1,opt,name=version,proto3" json:"version"`
	VersionID string       `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Full      bool         `protobuf:"varint,3,opt,name=full,proto3" json:"full"`
	Delete    []string     `protobuf:"bytes,4,rep,name=delete,proto3" json:"delete"`
	Insert    []*BlackInfo `protobuf:"bytes,5,rep,name=insert,proto3" json:"insert"`
	Update    []*BlackInfo `protobuf:"bytes,6,rep,name=update,proto3" json:"update"`
	// contains filtered or unexported fields
}

func (*GetIncrementalBlacksResp) Descriptor deprecated

func (*GetIncrementalBlacksResp) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalBlacksResp.ProtoReflect.Descriptor instead.

func (*GetIncrementalBlacksResp) GetDelete

func (x *GetIncrementalBlacksResp) GetDelete() []string

func (*GetIncrementalBlacksResp) GetFull

func (x *GetIncrementalBlacksResp) GetFull() bool

func (*GetIncrementalBlacksResp) GetInsert

func (x *GetIncrementalBlacksResp) GetInsert() []*BlackInfo

func (*GetIncrementalBlacksResp) GetUpdate

func (x *GetIncrementalBlacksResp) GetUpdate() []*BlackInfo

func (*GetIncrementalBlacksResp) GetVersion

func (x *GetIncrementalBlacksResp) GetVersion() uint64

func (*GetIncrementalBlacksResp) GetVersionID

func (x *GetIncrementalBlacksResp) GetVersionID() string

func (*GetIncrementalBlacksResp) ProtoMessage

func (*GetIncrementalBlacksResp) ProtoMessage()

func (*GetIncrementalBlacksResp) ProtoReflect

func (x *GetIncrementalBlacksResp) ProtoReflect() protoreflect.Message

func (*GetIncrementalBlacksResp) Reset

func (x *GetIncrementalBlacksResp) Reset()

func (*GetIncrementalBlacksResp) String

func (x *GetIncrementalBlacksResp) String() string

type GetIncrementalFriendsApplyFromReq

type GetIncrementalFriendsApplyFromReq struct {
	UserID    string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	VersionID string `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Version   uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsApplyFromReq) Descriptor deprecated

func (*GetIncrementalFriendsApplyFromReq) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsApplyFromReq.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsApplyFromReq) GetUserID

func (*GetIncrementalFriendsApplyFromReq) GetVersion

func (x *GetIncrementalFriendsApplyFromReq) GetVersion() uint64

func (*GetIncrementalFriendsApplyFromReq) GetVersionID

func (x *GetIncrementalFriendsApplyFromReq) GetVersionID() string

func (*GetIncrementalFriendsApplyFromReq) ProtoMessage

func (*GetIncrementalFriendsApplyFromReq) ProtoMessage()

func (*GetIncrementalFriendsApplyFromReq) ProtoReflect

func (*GetIncrementalFriendsApplyFromReq) Reset

func (*GetIncrementalFriendsApplyFromReq) String

type GetIncrementalFriendsApplyFromResp

type GetIncrementalFriendsApplyFromResp struct {
	Version       uint64                 `protobuf:"varint,1,opt,name=version,proto3" json:"version"`
	VersionID     string                 `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Full          bool                   `protobuf:"varint,3,opt,name=full,proto3" json:"full"`
	DeleteUserIds []string               `protobuf:"bytes,4,rep,name=deleteUserIds,proto3" json:"deleteUserIds"`
	Changes       []*sdkws.FriendRequest `protobuf:"bytes,5,rep,name=changes,proto3" json:"changes"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsApplyFromResp) Descriptor deprecated

func (*GetIncrementalFriendsApplyFromResp) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsApplyFromResp.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsApplyFromResp) GetChanges

func (*GetIncrementalFriendsApplyFromResp) GetDeleteUserIds

func (x *GetIncrementalFriendsApplyFromResp) GetDeleteUserIds() []string

func (*GetIncrementalFriendsApplyFromResp) GetFull

func (*GetIncrementalFriendsApplyFromResp) GetVersion

func (*GetIncrementalFriendsApplyFromResp) GetVersionID

func (x *GetIncrementalFriendsApplyFromResp) GetVersionID() string

func (*GetIncrementalFriendsApplyFromResp) ProtoMessage

func (*GetIncrementalFriendsApplyFromResp) ProtoMessage()

func (*GetIncrementalFriendsApplyFromResp) ProtoReflect

func (*GetIncrementalFriendsApplyFromResp) Reset

func (*GetIncrementalFriendsApplyFromResp) String

type GetIncrementalFriendsApplyToReq

type GetIncrementalFriendsApplyToReq struct {
	UserID    string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	VersionID string `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Version   uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsApplyToReq) Descriptor deprecated

func (*GetIncrementalFriendsApplyToReq) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsApplyToReq.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsApplyToReq) GetUserID

func (x *GetIncrementalFriendsApplyToReq) GetUserID() string

func (*GetIncrementalFriendsApplyToReq) GetVersion

func (x *GetIncrementalFriendsApplyToReq) GetVersion() uint64

func (*GetIncrementalFriendsApplyToReq) GetVersionID

func (x *GetIncrementalFriendsApplyToReq) GetVersionID() string

func (*GetIncrementalFriendsApplyToReq) ProtoMessage

func (*GetIncrementalFriendsApplyToReq) ProtoMessage()

func (*GetIncrementalFriendsApplyToReq) ProtoReflect

func (*GetIncrementalFriendsApplyToReq) Reset

func (*GetIncrementalFriendsApplyToReq) String

type GetIncrementalFriendsApplyToResp

type GetIncrementalFriendsApplyToResp struct {
	Version       uint64                 `protobuf:"varint,1,opt,name=version,proto3" json:"version"`
	VersionID     string                 `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Full          bool                   `protobuf:"varint,3,opt,name=full,proto3" json:"full"`
	DeleteUserIds []string               `protobuf:"bytes,4,rep,name=deleteUserIds,proto3" json:"deleteUserIds"`
	Changes       []*sdkws.FriendRequest `protobuf:"bytes,5,rep,name=changes,proto3" json:"changes"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsApplyToResp) Descriptor deprecated

func (*GetIncrementalFriendsApplyToResp) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsApplyToResp.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsApplyToResp) GetChanges

func (*GetIncrementalFriendsApplyToResp) GetDeleteUserIds

func (x *GetIncrementalFriendsApplyToResp) GetDeleteUserIds() []string

func (*GetIncrementalFriendsApplyToResp) GetFull

func (*GetIncrementalFriendsApplyToResp) GetVersion

func (x *GetIncrementalFriendsApplyToResp) GetVersion() uint64

func (*GetIncrementalFriendsApplyToResp) GetVersionID

func (x *GetIncrementalFriendsApplyToResp) GetVersionID() string

func (*GetIncrementalFriendsApplyToResp) ProtoMessage

func (*GetIncrementalFriendsApplyToResp) ProtoMessage()

func (*GetIncrementalFriendsApplyToResp) ProtoReflect

func (*GetIncrementalFriendsApplyToResp) Reset

func (*GetIncrementalFriendsApplyToResp) String

type GetIncrementalFriendsReq

type GetIncrementalFriendsReq struct {
	UserID    string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	VersionID string `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Version   uint64 `protobuf:"varint,3,opt,name=version,proto3" json:"version"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsReq) Descriptor deprecated

func (*GetIncrementalFriendsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsReq.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsReq) GetUserID

func (x *GetIncrementalFriendsReq) GetUserID() string

func (*GetIncrementalFriendsReq) GetVersion

func (x *GetIncrementalFriendsReq) GetVersion() uint64

func (*GetIncrementalFriendsReq) GetVersionID

func (x *GetIncrementalFriendsReq) GetVersionID() string

func (*GetIncrementalFriendsReq) ProtoMessage

func (*GetIncrementalFriendsReq) ProtoMessage()

func (*GetIncrementalFriendsReq) ProtoReflect

func (x *GetIncrementalFriendsReq) ProtoReflect() protoreflect.Message

func (*GetIncrementalFriendsReq) Reset

func (x *GetIncrementalFriendsReq) Reset()

func (*GetIncrementalFriendsReq) String

func (x *GetIncrementalFriendsReq) String() string

type GetIncrementalFriendsResp

type GetIncrementalFriendsResp struct {
	Version     uint64              `protobuf:"varint,1,opt,name=version,proto3" json:"version"`
	VersionID   string              `protobuf:"bytes,2,opt,name=versionID,proto3" json:"versionID"`
	Full        bool                `protobuf:"varint,3,opt,name=full,proto3" json:"full"`
	Delete      []string            `protobuf:"bytes,4,rep,name=delete,proto3" json:"delete"`
	Insert      []*sdkws.FriendInfo `protobuf:"bytes,5,rep,name=insert,proto3" json:"insert"`
	Update      []*sdkws.FriendInfo `protobuf:"bytes,6,rep,name=update,proto3" json:"update"`
	SortVersion uint64              `protobuf:"varint,7,opt,name=sortVersion,proto3" json:"sortVersion"`
	// contains filtered or unexported fields
}

func (*GetIncrementalFriendsResp) Descriptor deprecated

func (*GetIncrementalFriendsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetIncrementalFriendsResp.ProtoReflect.Descriptor instead.

func (*GetIncrementalFriendsResp) GetDelete

func (x *GetIncrementalFriendsResp) GetDelete() []string

func (*GetIncrementalFriendsResp) GetFull

func (x *GetIncrementalFriendsResp) GetFull() bool

func (*GetIncrementalFriendsResp) GetInsert

func (x *GetIncrementalFriendsResp) GetInsert() []*sdkws.FriendInfo

func (*GetIncrementalFriendsResp) GetSortVersion

func (x *GetIncrementalFriendsResp) GetSortVersion() uint64

func (*GetIncrementalFriendsResp) GetUpdate

func (x *GetIncrementalFriendsResp) GetUpdate() []*sdkws.FriendInfo

func (*GetIncrementalFriendsResp) GetVersion

func (x *GetIncrementalFriendsResp) GetVersion() uint64

func (*GetIncrementalFriendsResp) GetVersionID

func (x *GetIncrementalFriendsResp) GetVersionID() string

func (*GetIncrementalFriendsResp) ProtoMessage

func (*GetIncrementalFriendsResp) ProtoMessage()

func (*GetIncrementalFriendsResp) ProtoReflect

func (*GetIncrementalFriendsResp) Reset

func (x *GetIncrementalFriendsResp) Reset()

func (*GetIncrementalFriendsResp) String

func (x *GetIncrementalFriendsResp) String() string

type GetMomentByIDReq added in v0.3.70

type GetMomentByIDReq struct {
	MomentID    string `protobuf:"bytes,1,opt,name=MomentID,proto3" json:"MomentID"`
	OpUserID    string `protobuf:"bytes,2,opt,name=opUserID,proto3" json:"opUserID"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetMomentByIDReq) Descriptor deprecated added in v0.3.70

func (*GetMomentByIDReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentByIDReq.ProtoReflect.Descriptor instead.

func (*GetMomentByIDReq) GetMomentID added in v0.3.70

func (x *GetMomentByIDReq) GetMomentID() string

func (*GetMomentByIDReq) GetOpUserID added in v0.3.70

func (x *GetMomentByIDReq) GetOpUserID() string

func (*GetMomentByIDReq) GetOperationID added in v0.3.70

func (x *GetMomentByIDReq) GetOperationID() string

func (*GetMomentByIDReq) ProtoMessage added in v0.3.70

func (*GetMomentByIDReq) ProtoMessage()

func (*GetMomentByIDReq) ProtoReflect added in v0.3.70

func (x *GetMomentByIDReq) ProtoReflect() protoreflect.Message

func (*GetMomentByIDReq) Reset added in v0.3.70

func (x *GetMomentByIDReq) Reset()

func (*GetMomentByIDReq) String added in v0.3.70

func (x *GetMomentByIDReq) String() string

type GetMomentByIDResp added in v0.3.70

type GetMomentByIDResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Moment     *Moment     `protobuf:"bytes,2,opt,name=Moment,proto3" json:"Moment"`
	// contains filtered or unexported fields
}

func (*GetMomentByIDResp) Descriptor deprecated added in v0.3.70

func (*GetMomentByIDResp) Descriptor() ([]byte, []int)

Deprecated: Use GetMomentByIDResp.ProtoReflect.Descriptor instead.

func (*GetMomentByIDResp) GetCommonResp added in v0.3.70

func (x *GetMomentByIDResp) GetCommonResp() *CommonResp

func (*GetMomentByIDResp) GetMoment added in v0.3.70

func (x *GetMomentByIDResp) GetMoment() *Moment

func (*GetMomentByIDResp) ProtoMessage added in v0.3.70

func (*GetMomentByIDResp) ProtoMessage()

func (*GetMomentByIDResp) ProtoReflect added in v0.3.70

func (x *GetMomentByIDResp) ProtoReflect() protoreflect.Message

func (*GetMomentByIDResp) Reset added in v0.3.70

func (x *GetMomentByIDResp) Reset()

func (*GetMomentByIDResp) String added in v0.3.70

func (x *GetMomentByIDResp) String() string

type GetNearbyFriendsReq added in v0.3.69

type GetNearbyFriendsReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	UserID     string                   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	Latitude   float64                  `protobuf:"fixed64,3,opt,name=latitude,proto3" json:"latitude"`
	Longitude  float64                  `protobuf:"fixed64,4,opt,name=longitude,proto3" json:"longitude"`
	// contains filtered or unexported fields
}

func (*GetNearbyFriendsReq) Descriptor deprecated added in v0.3.69

func (*GetNearbyFriendsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNearbyFriendsReq.ProtoReflect.Descriptor instead.

func (*GetNearbyFriendsReq) GetLatitude added in v0.3.69

func (x *GetNearbyFriendsReq) GetLatitude() float64

func (*GetNearbyFriendsReq) GetLongitude added in v0.3.69

func (x *GetNearbyFriendsReq) GetLongitude() float64

func (*GetNearbyFriendsReq) GetPagination added in v0.3.69

func (x *GetNearbyFriendsReq) GetPagination() *sdkws.RequestPagination

func (*GetNearbyFriendsReq) GetUserID added in v0.3.69

func (x *GetNearbyFriendsReq) GetUserID() string

func (*GetNearbyFriendsReq) ProtoMessage added in v0.3.69

func (*GetNearbyFriendsReq) ProtoMessage()

func (*GetNearbyFriendsReq) ProtoReflect added in v0.3.69

func (x *GetNearbyFriendsReq) ProtoReflect() protoreflect.Message

func (*GetNearbyFriendsReq) Reset added in v0.3.69

func (x *GetNearbyFriendsReq) Reset()

func (*GetNearbyFriendsReq) String added in v0.3.69

func (x *GetNearbyFriendsReq) String() string

type GetNearbyFriendsResp added in v0.3.69

type GetNearbyFriendsResp struct {
	FriendsInfo []*sdkws.FriendInfo `protobuf:"bytes,1,rep,name=friendsInfo,proto3" json:"friendsInfo"`
	Total       int32               `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*GetNearbyFriendsResp) Descriptor deprecated added in v0.3.69

func (*GetNearbyFriendsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetNearbyFriendsResp.ProtoReflect.Descriptor instead.

func (*GetNearbyFriendsResp) GetFriendsInfo added in v0.3.69

func (x *GetNearbyFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo

func (*GetNearbyFriendsResp) GetTotal added in v0.3.69

func (x *GetNearbyFriendsResp) GetTotal() int32

func (*GetNearbyFriendsResp) ProtoMessage added in v0.3.69

func (*GetNearbyFriendsResp) ProtoMessage()

func (*GetNearbyFriendsResp) ProtoReflect added in v0.3.69

func (x *GetNearbyFriendsResp) ProtoReflect() protoreflect.Message

func (*GetNearbyFriendsResp) Reset added in v0.3.69

func (x *GetNearbyFriendsResp) Reset()

func (*GetNearbyFriendsResp) String added in v0.3.69

func (x *GetNearbyFriendsResp) String() string

type GetPaginationBlacksReq

type GetPaginationBlacksReq struct {
	UserID     string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination"`
	// contains filtered or unexported fields
}

func (*GetPaginationBlacksReq) Check

func (x *GetPaginationBlacksReq) Check() error

func (*GetPaginationBlacksReq) Descriptor deprecated

func (*GetPaginationBlacksReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationBlacksReq.ProtoReflect.Descriptor instead.

func (*GetPaginationBlacksReq) GetPagination

func (x *GetPaginationBlacksReq) GetPagination() *sdkws.RequestPagination

func (*GetPaginationBlacksReq) GetUserID

func (x *GetPaginationBlacksReq) GetUserID() string

func (*GetPaginationBlacksReq) ProtoMessage

func (*GetPaginationBlacksReq) ProtoMessage()

func (*GetPaginationBlacksReq) ProtoReflect

func (x *GetPaginationBlacksReq) ProtoReflect() protoreflect.Message

func (*GetPaginationBlacksReq) Reset

func (x *GetPaginationBlacksReq) Reset()

func (*GetPaginationBlacksReq) String

func (x *GetPaginationBlacksReq) String() string

type GetPaginationBlacksResp

type GetPaginationBlacksResp struct {
	Blacks []*sdkws.BlackInfo `protobuf:"bytes,1,rep,name=blacks,proto3" json:"blacks"`
	Total  int32              `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*GetPaginationBlacksResp) Descriptor deprecated

func (*GetPaginationBlacksResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationBlacksResp.ProtoReflect.Descriptor instead.

func (*GetPaginationBlacksResp) GetBlacks

func (x *GetPaginationBlacksResp) GetBlacks() []*sdkws.BlackInfo

func (*GetPaginationBlacksResp) GetTotal

func (x *GetPaginationBlacksResp) GetTotal() int32

func (*GetPaginationBlacksResp) ProtoMessage

func (*GetPaginationBlacksResp) ProtoMessage()

func (*GetPaginationBlacksResp) ProtoReflect

func (x *GetPaginationBlacksResp) ProtoReflect() protoreflect.Message

func (*GetPaginationBlacksResp) Reset

func (x *GetPaginationBlacksResp) Reset()

func (*GetPaginationBlacksResp) String

func (x *GetPaginationBlacksResp) String() string

type GetPaginationFriendsApplyFromReq

type GetPaginationFriendsApplyFromReq struct {
	UserID     string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsApplyFromReq) Check

func (*GetPaginationFriendsApplyFromReq) Descriptor deprecated

func (*GetPaginationFriendsApplyFromReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsApplyFromReq.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsApplyFromReq) GetPagination

func (*GetPaginationFriendsApplyFromReq) GetUserID

func (*GetPaginationFriendsApplyFromReq) ProtoMessage

func (*GetPaginationFriendsApplyFromReq) ProtoMessage()

func (*GetPaginationFriendsApplyFromReq) ProtoReflect

func (*GetPaginationFriendsApplyFromReq) Reset

func (*GetPaginationFriendsApplyFromReq) String

type GetPaginationFriendsApplyFromResp

type GetPaginationFriendsApplyFromResp struct {
	FriendRequests []*sdkws.FriendRequest `protobuf:"bytes,1,rep,name=friendRequests,proto3" json:"friendRequests"`
	Total          int32                  `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsApplyFromResp) Descriptor deprecated

func (*GetPaginationFriendsApplyFromResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsApplyFromResp.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsApplyFromResp) Format

func (*GetPaginationFriendsApplyFromResp) GetFriendRequests

func (x *GetPaginationFriendsApplyFromResp) GetFriendRequests() []*sdkws.FriendRequest

func (*GetPaginationFriendsApplyFromResp) GetTotal

func (*GetPaginationFriendsApplyFromResp) ProtoMessage

func (*GetPaginationFriendsApplyFromResp) ProtoMessage()

func (*GetPaginationFriendsApplyFromResp) ProtoReflect

func (*GetPaginationFriendsApplyFromResp) Reset

func (*GetPaginationFriendsApplyFromResp) String

type GetPaginationFriendsApplyToReq

type GetPaginationFriendsApplyToReq struct {
	UserID     string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Pagination *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsApplyToReq) Check

func (*GetPaginationFriendsApplyToReq) Descriptor deprecated

func (*GetPaginationFriendsApplyToReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsApplyToReq.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsApplyToReq) GetPagination

func (*GetPaginationFriendsApplyToReq) GetUserID

func (x *GetPaginationFriendsApplyToReq) GetUserID() string

func (*GetPaginationFriendsApplyToReq) ProtoMessage

func (*GetPaginationFriendsApplyToReq) ProtoMessage()

func (*GetPaginationFriendsApplyToReq) ProtoReflect

func (*GetPaginationFriendsApplyToReq) Reset

func (x *GetPaginationFriendsApplyToReq) Reset()

func (*GetPaginationFriendsApplyToReq) String

type GetPaginationFriendsApplyToResp

type GetPaginationFriendsApplyToResp struct {
	FriendRequests []*sdkws.FriendRequest `protobuf:"bytes,1,rep,name=FriendRequests,proto3" json:"FriendRequests"`
	Total          int32                  `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsApplyToResp) Descriptor deprecated

func (*GetPaginationFriendsApplyToResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsApplyToResp.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsApplyToResp) Format

func (*GetPaginationFriendsApplyToResp) GetFriendRequests

func (x *GetPaginationFriendsApplyToResp) GetFriendRequests() []*sdkws.FriendRequest

func (*GetPaginationFriendsApplyToResp) GetTotal

func (x *GetPaginationFriendsApplyToResp) GetTotal() int32

func (*GetPaginationFriendsApplyToResp) ProtoMessage

func (*GetPaginationFriendsApplyToResp) ProtoMessage()

func (*GetPaginationFriendsApplyToResp) ProtoReflect

func (*GetPaginationFriendsApplyToResp) Reset

func (*GetPaginationFriendsApplyToResp) String

type GetPaginationFriendsReq

type GetPaginationFriendsReq struct {
	Pagination *sdkws.RequestPagination `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination"`
	UserID     string                   `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsReq) Check

func (x *GetPaginationFriendsReq) Check() error

func (*GetPaginationFriendsReq) Descriptor deprecated

func (*GetPaginationFriendsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsReq.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsReq) GetPagination

func (x *GetPaginationFriendsReq) GetPagination() *sdkws.RequestPagination

func (*GetPaginationFriendsReq) GetUserID

func (x *GetPaginationFriendsReq) GetUserID() string

func (*GetPaginationFriendsReq) ProtoMessage

func (*GetPaginationFriendsReq) ProtoMessage()

func (*GetPaginationFriendsReq) ProtoReflect

func (x *GetPaginationFriendsReq) ProtoReflect() protoreflect.Message

func (*GetPaginationFriendsReq) Reset

func (x *GetPaginationFriendsReq) Reset()

func (*GetPaginationFriendsReq) String

func (x *GetPaginationFriendsReq) String() string

type GetPaginationFriendsResp

type GetPaginationFriendsResp struct {
	FriendsInfo []*sdkws.FriendInfo `protobuf:"bytes,1,rep,name=friendsInfo,proto3" json:"friendsInfo"`
	Total       int32               `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
	// contains filtered or unexported fields
}

func (*GetPaginationFriendsResp) Descriptor deprecated

func (*GetPaginationFriendsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetPaginationFriendsResp.ProtoReflect.Descriptor instead.

func (*GetPaginationFriendsResp) Format

func (x *GetPaginationFriendsResp) Format() any

func (*GetPaginationFriendsResp) GetFriendsInfo

func (x *GetPaginationFriendsResp) GetFriendsInfo() []*sdkws.FriendInfo

func (*GetPaginationFriendsResp) GetTotal

func (x *GetPaginationFriendsResp) GetTotal() int32

func (*GetPaginationFriendsResp) ProtoMessage

func (*GetPaginationFriendsResp) ProtoMessage()

func (*GetPaginationFriendsResp) ProtoReflect

func (x *GetPaginationFriendsResp) ProtoReflect() protoreflect.Message

func (*GetPaginationFriendsResp) Reset

func (x *GetPaginationFriendsResp) Reset()

func (*GetPaginationFriendsResp) String

func (x *GetPaginationFriendsResp) String() string

type GetSpecifiedFriendsInfoInfo

type GetSpecifiedFriendsInfoInfo struct {
	UserInfo   *sdkws.UserInfo   `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo"`
	FriendInfo *sdkws.FriendInfo `protobuf:"bytes,2,opt,name=friendInfo,proto3" json:"friendInfo"`
	BlackInfo  *sdkws.BlackInfo  `protobuf:"bytes,3,opt,name=blackInfo,proto3" json:"blackInfo"`
	// contains filtered or unexported fields
}

func (*GetSpecifiedFriendsInfoInfo) Descriptor deprecated

func (*GetSpecifiedFriendsInfoInfo) Descriptor() ([]byte, []int)

Deprecated: Use GetSpecifiedFriendsInfoInfo.ProtoReflect.Descriptor instead.

func (*GetSpecifiedFriendsInfoInfo) GetBlackInfo

func (x *GetSpecifiedFriendsInfoInfo) GetBlackInfo() *sdkws.BlackInfo

func (*GetSpecifiedFriendsInfoInfo) GetFriendInfo

func (x *GetSpecifiedFriendsInfoInfo) GetFriendInfo() *sdkws.FriendInfo

func (*GetSpecifiedFriendsInfoInfo) GetUserInfo

func (x *GetSpecifiedFriendsInfoInfo) GetUserInfo() *sdkws.UserInfo

func (*GetSpecifiedFriendsInfoInfo) ProtoMessage

func (*GetSpecifiedFriendsInfoInfo) ProtoMessage()

func (*GetSpecifiedFriendsInfoInfo) ProtoReflect

func (*GetSpecifiedFriendsInfoInfo) Reset

func (x *GetSpecifiedFriendsInfoInfo) Reset()

func (*GetSpecifiedFriendsInfoInfo) String

func (x *GetSpecifiedFriendsInfoInfo) String() string

type GetSpecifiedFriendsInfoReq

type GetSpecifiedFriendsInfoReq struct {
	OwnerUserID string   `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	UserIDList  []string `protobuf:"bytes,2,rep,name=userIDList,proto3" json:"userIDList"`
	// contains filtered or unexported fields
}

func (*GetSpecifiedFriendsInfoReq) Check

func (x *GetSpecifiedFriendsInfoReq) Check() error

func (*GetSpecifiedFriendsInfoReq) Descriptor deprecated

func (*GetSpecifiedFriendsInfoReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSpecifiedFriendsInfoReq.ProtoReflect.Descriptor instead.

func (*GetSpecifiedFriendsInfoReq) GetOwnerUserID

func (x *GetSpecifiedFriendsInfoReq) GetOwnerUserID() string

func (*GetSpecifiedFriendsInfoReq) GetUserIDList

func (x *GetSpecifiedFriendsInfoReq) GetUserIDList() []string

func (*GetSpecifiedFriendsInfoReq) ProtoMessage

func (*GetSpecifiedFriendsInfoReq) ProtoMessage()

func (*GetSpecifiedFriendsInfoReq) ProtoReflect

func (*GetSpecifiedFriendsInfoReq) Reset

func (x *GetSpecifiedFriendsInfoReq) Reset()

func (*GetSpecifiedFriendsInfoReq) String

func (x *GetSpecifiedFriendsInfoReq) String() string

type GetSpecifiedFriendsInfoResp

type GetSpecifiedFriendsInfoResp struct {
	Infos []*GetSpecifiedFriendsInfoInfo `protobuf:"bytes,1,rep,name=infos,proto3" json:"infos"`
	// contains filtered or unexported fields
}

func (*GetSpecifiedFriendsInfoResp) Descriptor deprecated

func (*GetSpecifiedFriendsInfoResp) Descriptor() ([]byte, []int)

Deprecated: Use GetSpecifiedFriendsInfoResp.ProtoReflect.Descriptor instead.

func (*GetSpecifiedFriendsInfoResp) GetInfos

func (*GetSpecifiedFriendsInfoResp) ProtoMessage

func (*GetSpecifiedFriendsInfoResp) ProtoMessage()

func (*GetSpecifiedFriendsInfoResp) ProtoReflect

func (*GetSpecifiedFriendsInfoResp) Reset

func (x *GetSpecifiedFriendsInfoResp) Reset()

func (*GetSpecifiedFriendsInfoResp) String

func (x *GetSpecifiedFriendsInfoResp) String() string

type GetUserFriendMomentsReq added in v0.3.70

type GetUserFriendMomentsReq struct {
	UserID      string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	Pagination  *sdkws.RequestPagination `protobuf:"bytes,2,opt,name=Pagination,proto3" json:"Pagination"`
	OperationID string                   `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserFriendMomentsReq) Descriptor deprecated added in v0.3.70

func (*GetUserFriendMomentsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserFriendMomentsReq.ProtoReflect.Descriptor instead.

func (*GetUserFriendMomentsReq) GetOperationID added in v0.3.70

func (x *GetUserFriendMomentsReq) GetOperationID() string

func (*GetUserFriendMomentsReq) GetPagination added in v0.3.70

func (x *GetUserFriendMomentsReq) GetPagination() *sdkws.RequestPagination

func (*GetUserFriendMomentsReq) GetUserID added in v0.3.70

func (x *GetUserFriendMomentsReq) GetUserID() string

func (*GetUserFriendMomentsReq) ProtoMessage added in v0.3.70

func (*GetUserFriendMomentsReq) ProtoMessage()

func (*GetUserFriendMomentsReq) ProtoReflect added in v0.3.70

func (x *GetUserFriendMomentsReq) ProtoReflect() protoreflect.Message

func (*GetUserFriendMomentsReq) Reset added in v0.3.70

func (x *GetUserFriendMomentsReq) Reset()

func (*GetUserFriendMomentsReq) String added in v0.3.70

func (x *GetUserFriendMomentsReq) String() string

type GetUserFriendMomentsResp added in v0.3.70

type GetUserFriendMomentsResp struct {
	CommonResp *CommonResp              `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Moments    []*Moment                `protobuf:"bytes,2,rep,name=Moments,proto3" json:"Moments"`
	Pagination *sdkws.RequestPagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	// contains filtered or unexported fields
}

func (*GetUserFriendMomentsResp) Descriptor deprecated added in v0.3.70

func (*GetUserFriendMomentsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserFriendMomentsResp.ProtoReflect.Descriptor instead.

func (*GetUserFriendMomentsResp) GetCommonResp added in v0.3.70

func (x *GetUserFriendMomentsResp) GetCommonResp() *CommonResp

func (*GetUserFriendMomentsResp) GetMoments added in v0.3.70

func (x *GetUserFriendMomentsResp) GetMoments() []*Moment

func (*GetUserFriendMomentsResp) GetPagination added in v0.3.70

func (x *GetUserFriendMomentsResp) GetPagination() *sdkws.RequestPagination

func (*GetUserFriendMomentsResp) ProtoMessage added in v0.3.70

func (*GetUserFriendMomentsResp) ProtoMessage()

func (*GetUserFriendMomentsResp) ProtoReflect added in v0.3.70

func (x *GetUserFriendMomentsResp) ProtoReflect() protoreflect.Message

func (*GetUserFriendMomentsResp) Reset added in v0.3.70

func (x *GetUserFriendMomentsResp) Reset()

func (*GetUserFriendMomentsResp) String added in v0.3.70

func (x *GetUserFriendMomentsResp) String() string

type GetUserMomentsReq added in v0.3.70

type GetUserMomentsReq struct {
	UserID      string                   `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	OpUserID    string                   `protobuf:"bytes,2,opt,name=opUserID,proto3" json:"opUserID"`
	Pagination  *sdkws.RequestPagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	OperationID string                   `protobuf:"bytes,4,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*GetUserMomentsReq) Descriptor deprecated added in v0.3.70

func (*GetUserMomentsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUserMomentsReq.ProtoReflect.Descriptor instead.

func (*GetUserMomentsReq) GetOpUserID added in v0.3.70

func (x *GetUserMomentsReq) GetOpUserID() string

func (*GetUserMomentsReq) GetOperationID added in v0.3.70

func (x *GetUserMomentsReq) GetOperationID() string

func (*GetUserMomentsReq) GetPagination added in v0.3.70

func (x *GetUserMomentsReq) GetPagination() *sdkws.RequestPagination

func (*GetUserMomentsReq) GetUserID added in v0.3.70

func (x *GetUserMomentsReq) GetUserID() string

func (*GetUserMomentsReq) ProtoMessage added in v0.3.70

func (*GetUserMomentsReq) ProtoMessage()

func (*GetUserMomentsReq) ProtoReflect added in v0.3.70

func (x *GetUserMomentsReq) ProtoReflect() protoreflect.Message

func (*GetUserMomentsReq) Reset added in v0.3.70

func (x *GetUserMomentsReq) Reset()

func (*GetUserMomentsReq) String added in v0.3.70

func (x *GetUserMomentsReq) String() string

type GetUserMomentsResp added in v0.3.70

type GetUserMomentsResp struct {
	CommonResp *CommonResp              `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	Moments    []*Moment                `protobuf:"bytes,2,rep,name=Moments,proto3" json:"Moments"`
	Pagination *sdkws.RequestPagination `protobuf:"bytes,3,opt,name=Pagination,proto3" json:"Pagination"`
	// contains filtered or unexported fields
}

func (*GetUserMomentsResp) Descriptor deprecated added in v0.3.70

func (*GetUserMomentsResp) Descriptor() ([]byte, []int)

Deprecated: Use GetUserMomentsResp.ProtoReflect.Descriptor instead.

func (*GetUserMomentsResp) GetCommonResp added in v0.3.70

func (x *GetUserMomentsResp) GetCommonResp() *CommonResp

func (*GetUserMomentsResp) GetMoments added in v0.3.70

func (x *GetUserMomentsResp) GetMoments() []*Moment

func (*GetUserMomentsResp) GetPagination added in v0.3.70

func (x *GetUserMomentsResp) GetPagination() *sdkws.RequestPagination

func (*GetUserMomentsResp) ProtoMessage added in v0.3.70

func (*GetUserMomentsResp) ProtoMessage()

func (*GetUserMomentsResp) ProtoReflect added in v0.3.70

func (x *GetUserMomentsResp) ProtoReflect() protoreflect.Message

func (*GetUserMomentsResp) Reset added in v0.3.70

func (x *GetUserMomentsResp) Reset()

func (*GetUserMomentsResp) String added in v0.3.70

func (x *GetUserMomentsResp) String() string

type ImportFriendReq

type ImportFriendReq struct {
	OwnerUserID   string   `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserIDs []string `protobuf:"bytes,2,rep,name=friendUserIDs,proto3" json:"friendUserIDs"`
	// contains filtered or unexported fields
}

func (*ImportFriendReq) Check

func (x *ImportFriendReq) Check() error

func (*ImportFriendReq) Descriptor deprecated

func (*ImportFriendReq) Descriptor() ([]byte, []int)

Deprecated: Use ImportFriendReq.ProtoReflect.Descriptor instead.

func (*ImportFriendReq) GetFriendUserIDs

func (x *ImportFriendReq) GetFriendUserIDs() []string

func (*ImportFriendReq) GetOwnerUserID

func (x *ImportFriendReq) GetOwnerUserID() string

func (*ImportFriendReq) ProtoMessage

func (*ImportFriendReq) ProtoMessage()

func (*ImportFriendReq) ProtoReflect

func (x *ImportFriendReq) ProtoReflect() protoreflect.Message

func (*ImportFriendReq) Reset

func (x *ImportFriendReq) Reset()

func (*ImportFriendReq) String

func (x *ImportFriendReq) String() string

type ImportFriendResp

type ImportFriendResp struct {
	// contains filtered or unexported fields
}

func (*ImportFriendResp) Descriptor deprecated

func (*ImportFriendResp) Descriptor() ([]byte, []int)

Deprecated: Use ImportFriendResp.ProtoReflect.Descriptor instead.

func (*ImportFriendResp) ProtoMessage

func (*ImportFriendResp) ProtoMessage()

func (*ImportFriendResp) ProtoReflect

func (x *ImportFriendResp) ProtoReflect() protoreflect.Message

func (*ImportFriendResp) Reset

func (x *ImportFriendResp) Reset()

func (*ImportFriendResp) String

func (x *ImportFriendResp) String() string

type IsBlackReq

type IsBlackReq struct {
	UserID1 string `protobuf:"bytes,1,opt,name=userID1,proto3" json:"userID1"`
	UserID2 string `protobuf:"bytes,2,opt,name=userID2,proto3" json:"userID2"`
	// contains filtered or unexported fields
}

func (*IsBlackReq) Check

func (x *IsBlackReq) Check() error

func (*IsBlackReq) Descriptor deprecated

func (*IsBlackReq) Descriptor() ([]byte, []int)

Deprecated: Use IsBlackReq.ProtoReflect.Descriptor instead.

func (*IsBlackReq) GetUserID1

func (x *IsBlackReq) GetUserID1() string

func (*IsBlackReq) GetUserID2

func (x *IsBlackReq) GetUserID2() string

func (*IsBlackReq) ProtoMessage

func (*IsBlackReq) ProtoMessage()

func (*IsBlackReq) ProtoReflect

func (x *IsBlackReq) ProtoReflect() protoreflect.Message

func (*IsBlackReq) Reset

func (x *IsBlackReq) Reset()

func (*IsBlackReq) String

func (x *IsBlackReq) String() string

type IsBlackResp

type IsBlackResp struct {
	InUser1Blacks bool `protobuf:"varint,1,opt,name=inUser1Blacks,proto3" json:"inUser1Blacks"` // If userID2 is in userID1's blacklist, true
	InUser2Blacks bool `protobuf:"varint,2,opt,name=inUser2Blacks,proto3" json:"inUser2Blacks"` // If userID1 is in userID2's blacklist, true
	// contains filtered or unexported fields
}

func (*IsBlackResp) Descriptor deprecated

func (*IsBlackResp) Descriptor() ([]byte, []int)

Deprecated: Use IsBlackResp.ProtoReflect.Descriptor instead.

func (*IsBlackResp) GetInUser1Blacks

func (x *IsBlackResp) GetInUser1Blacks() bool

func (*IsBlackResp) GetInUser2Blacks

func (x *IsBlackResp) GetInUser2Blacks() bool

func (*IsBlackResp) ProtoMessage

func (*IsBlackResp) ProtoMessage()

func (*IsBlackResp) ProtoReflect

func (x *IsBlackResp) ProtoReflect() protoreflect.Message

func (*IsBlackResp) Reset

func (x *IsBlackResp) Reset()

func (*IsBlackResp) String

func (x *IsBlackResp) String() string

type IsFriendReq

type IsFriendReq struct {
	UserID1 string `protobuf:"bytes,1,opt,name=userID1,proto3" json:"userID1"`
	UserID2 string `protobuf:"bytes,2,opt,name=userID2,proto3" json:"userID2"`
	// contains filtered or unexported fields
}

func (*IsFriendReq) Check

func (x *IsFriendReq) Check() error

func (*IsFriendReq) Descriptor deprecated

func (*IsFriendReq) Descriptor() ([]byte, []int)

Deprecated: Use IsFriendReq.ProtoReflect.Descriptor instead.

func (*IsFriendReq) GetUserID1

func (x *IsFriendReq) GetUserID1() string

func (*IsFriendReq) GetUserID2

func (x *IsFriendReq) GetUserID2() string

func (*IsFriendReq) ProtoMessage

func (*IsFriendReq) ProtoMessage()

func (*IsFriendReq) ProtoReflect

func (x *IsFriendReq) ProtoReflect() protoreflect.Message

func (*IsFriendReq) Reset

func (x *IsFriendReq) Reset()

func (*IsFriendReq) String

func (x *IsFriendReq) String() string

type IsFriendResp

type IsFriendResp struct {
	InUser1Friends bool `protobuf:"varint,1,opt,name=inUser1Friends,proto3" json:"inUser1Friends"` // If userID2 is in userID1’s friend list, return true
	InUser2Friends bool `protobuf:"varint,2,opt,name=inUser2Friends,proto3" json:"inUser2Friends"` // If userID1 is in userID2’s friend list, return true
	// contains filtered or unexported fields
}

func (*IsFriendResp) Descriptor deprecated

func (*IsFriendResp) Descriptor() ([]byte, []int)

Deprecated: Use IsFriendResp.ProtoReflect.Descriptor instead.

func (*IsFriendResp) GetInUser1Friends

func (x *IsFriendResp) GetInUser1Friends() bool

func (*IsFriendResp) GetInUser2Friends

func (x *IsFriendResp) GetInUser2Friends() bool

func (*IsFriendResp) ProtoMessage

func (*IsFriendResp) ProtoMessage()

func (*IsFriendResp) ProtoReflect

func (x *IsFriendResp) ProtoReflect() protoreflect.Message

func (*IsFriendResp) Reset

func (x *IsFriendResp) Reset()

func (*IsFriendResp) String

func (x *IsFriendResp) String() string

type LikeOneMomentReq added in v0.3.70

type LikeOneMomentReq struct {
	UserID      string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	MomentID    string `protobuf:"bytes,2,opt,name=MomentID,proto3" json:"MomentID"`
	OperationID string `protobuf:"bytes,3,opt,name=operationID,proto3" json:"operationID"`
	// contains filtered or unexported fields
}

func (*LikeOneMomentReq) Descriptor deprecated added in v0.3.70

func (*LikeOneMomentReq) Descriptor() ([]byte, []int)

Deprecated: Use LikeOneMomentReq.ProtoReflect.Descriptor instead.

func (*LikeOneMomentReq) GetMomentID added in v0.3.70

func (x *LikeOneMomentReq) GetMomentID() string

func (*LikeOneMomentReq) GetOperationID added in v0.3.70

func (x *LikeOneMomentReq) GetOperationID() string

func (*LikeOneMomentReq) GetUserID added in v0.3.70

func (x *LikeOneMomentReq) GetUserID() string

func (*LikeOneMomentReq) ProtoMessage added in v0.3.70

func (*LikeOneMomentReq) ProtoMessage()

func (*LikeOneMomentReq) ProtoReflect added in v0.3.70

func (x *LikeOneMomentReq) ProtoReflect() protoreflect.Message

func (*LikeOneMomentReq) Reset added in v0.3.70

func (x *LikeOneMomentReq) Reset()

func (*LikeOneMomentReq) String added in v0.3.70

func (x *LikeOneMomentReq) String() string

type LikeOneMomentResp added in v0.3.70

type LikeOneMomentResp struct {
	CommonResp *CommonResp `protobuf:"bytes,1,opt,name=commonResp,proto3" json:"commonResp"`
	// contains filtered or unexported fields
}

func (*LikeOneMomentResp) Descriptor deprecated added in v0.3.70

func (*LikeOneMomentResp) Descriptor() ([]byte, []int)

Deprecated: Use LikeOneMomentResp.ProtoReflect.Descriptor instead.

func (*LikeOneMomentResp) GetCommonResp added in v0.3.70

func (x *LikeOneMomentResp) GetCommonResp() *CommonResp

func (*LikeOneMomentResp) ProtoMessage added in v0.3.70

func (*LikeOneMomentResp) ProtoMessage()

func (*LikeOneMomentResp) ProtoReflect added in v0.3.70

func (x *LikeOneMomentResp) ProtoReflect() protoreflect.Message

func (*LikeOneMomentResp) Reset added in v0.3.70

func (x *LikeOneMomentResp) Reset()

func (*LikeOneMomentResp) String added in v0.3.70

func (x *LikeOneMomentResp) String() string

type Moment added in v0.3.70

type Moment struct {
	MomentID            string             `protobuf:"bytes,1,opt,name=MomentID,proto3" json:"MomentID"`
	UserID              string             `protobuf:"bytes,2,opt,name=userID,proto3" json:"userID"`
	UserName            string             `protobuf:"bytes,3,opt,name=userName,proto3" json:"userName"`
	FaceURL             string             `protobuf:"bytes,4,opt,name=faceURL,proto3" json:"faceURL"`
	Content             string             `protobuf:"bytes,5,opt,name=content,proto3" json:"content"`
	LikeUserList        []*MomentUser      `protobuf:"bytes,6,rep,name=likeUserList,proto3" json:"likeUserList"`
	Comments            []*Comment         `protobuf:"bytes,7,rep,name=comments,proto3" json:"comments"`
	Permission          int32              `protobuf:"varint,8,opt,name=permission,proto3" json:"permission"`
	PermissionUserList  []*MomentUser      `protobuf:"bytes,9,rep,name=permissionUserList,proto3" json:"permissionUserList"`
	PermissionGroupList []*PermissionGroup `protobuf:"bytes,10,rep,name=permissionGroupList,proto3" json:"permissionGroupList"`
	AtUserList          []*MomentUser      `protobuf:"bytes,11,rep,name=atUserList,proto3" json:"atUserList"`
	CreateTime          int32              `protobuf:"varint,12,opt,name=createTime,proto3" json:"createTime"`
	// contains filtered or unexported fields
}

func (*Moment) Descriptor deprecated added in v0.3.70

func (*Moment) Descriptor() ([]byte, []int)

Deprecated: Use Moment.ProtoReflect.Descriptor instead.

func (*Moment) GetAtUserList added in v0.3.70

func (x *Moment) GetAtUserList() []*MomentUser

func (*Moment) GetComments added in v0.3.70

func (x *Moment) GetComments() []*Comment

func (*Moment) GetContent added in v0.3.70

func (x *Moment) GetContent() string

func (*Moment) GetCreateTime added in v0.3.70

func (x *Moment) GetCreateTime() int32

func (*Moment) GetFaceURL added in v0.3.70

func (x *Moment) GetFaceURL() string

func (*Moment) GetLikeUserList added in v0.3.70

func (x *Moment) GetLikeUserList() []*MomentUser

func (*Moment) GetMomentID added in v0.3.70

func (x *Moment) GetMomentID() string

func (*Moment) GetPermission added in v0.3.70

func (x *Moment) GetPermission() int32

func (*Moment) GetPermissionGroupList added in v0.3.70

func (x *Moment) GetPermissionGroupList() []*PermissionGroup

func (*Moment) GetPermissionUserList added in v0.3.70

func (x *Moment) GetPermissionUserList() []*MomentUser

func (*Moment) GetUserID added in v0.3.70

func (x *Moment) GetUserID() string

func (*Moment) GetUserName added in v0.3.70

func (x *Moment) GetUserName() string

func (*Moment) ProtoMessage added in v0.3.70

func (*Moment) ProtoMessage()

func (*Moment) ProtoReflect added in v0.3.70

func (x *Moment) ProtoReflect() protoreflect.Message

func (*Moment) Reset added in v0.3.70

func (x *Moment) Reset()

func (*Moment) String added in v0.3.70

func (x *Moment) String() string

type MomentUser added in v0.3.70

type MomentUser struct {
	UserID   string `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	UserName string `protobuf:"bytes,2,opt,name=userName,proto3" json:"userName"`
	// contains filtered or unexported fields
}

func (*MomentUser) Descriptor deprecated added in v0.3.70

func (*MomentUser) Descriptor() ([]byte, []int)

Deprecated: Use MomentUser.ProtoReflect.Descriptor instead.

func (*MomentUser) GetUserID added in v0.3.70

func (x *MomentUser) GetUserID() string

func (*MomentUser) GetUserName added in v0.3.70

func (x *MomentUser) GetUserName() string

func (*MomentUser) ProtoMessage added in v0.3.70

func (*MomentUser) ProtoMessage()

func (*MomentUser) ProtoReflect added in v0.3.70

func (x *MomentUser) ProtoReflect() protoreflect.Message

func (*MomentUser) Reset added in v0.3.70

func (x *MomentUser) Reset()

func (*MomentUser) String added in v0.3.70

func (x *MomentUser) String() string

type NotificationUserInfoUpdateReq

type NotificationUserInfoUpdateReq struct {
	UserID      string          `protobuf:"bytes,1,opt,name=userID,proto3" json:"userID"`
	OldUserInfo *sdkws.UserInfo `protobuf:"bytes,2,opt,name=oldUserInfo,proto3" json:"oldUserInfo"`
	NewUserInfo *sdkws.UserInfo `protobuf:"bytes,3,opt,name=newUserInfo,proto3" json:"newUserInfo"`
	// contains filtered or unexported fields
}

func (*NotificationUserInfoUpdateReq) Descriptor deprecated

func (*NotificationUserInfoUpdateReq) Descriptor() ([]byte, []int)

Deprecated: Use NotificationUserInfoUpdateReq.ProtoReflect.Descriptor instead.

func (*NotificationUserInfoUpdateReq) GetNewUserInfo

func (x *NotificationUserInfoUpdateReq) GetNewUserInfo() *sdkws.UserInfo

func (*NotificationUserInfoUpdateReq) GetOldUserInfo

func (x *NotificationUserInfoUpdateReq) GetOldUserInfo() *sdkws.UserInfo

func (*NotificationUserInfoUpdateReq) GetUserID

func (x *NotificationUserInfoUpdateReq) GetUserID() string

func (*NotificationUserInfoUpdateReq) ProtoMessage

func (*NotificationUserInfoUpdateReq) ProtoMessage()

func (*NotificationUserInfoUpdateReq) ProtoReflect

func (*NotificationUserInfoUpdateReq) Reset

func (x *NotificationUserInfoUpdateReq) Reset()

func (*NotificationUserInfoUpdateReq) String

type NotificationUserInfoUpdateResp

type NotificationUserInfoUpdateResp struct {
	// contains filtered or unexported fields
}

func (*NotificationUserInfoUpdateResp) Descriptor deprecated

func (*NotificationUserInfoUpdateResp) Descriptor() ([]byte, []int)

Deprecated: Use NotificationUserInfoUpdateResp.ProtoReflect.Descriptor instead.

func (*NotificationUserInfoUpdateResp) ProtoMessage

func (*NotificationUserInfoUpdateResp) ProtoMessage()

func (*NotificationUserInfoUpdateResp) ProtoReflect

func (*NotificationUserInfoUpdateResp) Reset

func (x *NotificationUserInfoUpdateResp) Reset()

func (*NotificationUserInfoUpdateResp) String

type PermissionGroup added in v0.3.70

type PermissionGroup struct {
	GroupName string `protobuf:"bytes,1,opt,name=groupName,proto3" json:"groupName"`
	GroupID   string `protobuf:"bytes,2,opt,name=groupID,proto3" json:"groupID"`
	// contains filtered or unexported fields
}

func (*PermissionGroup) Descriptor deprecated added in v0.3.70

func (*PermissionGroup) Descriptor() ([]byte, []int)

Deprecated: Use PermissionGroup.ProtoReflect.Descriptor instead.

func (*PermissionGroup) GetGroupID added in v0.3.70

func (x *PermissionGroup) GetGroupID() string

func (*PermissionGroup) GetGroupName added in v0.3.70

func (x *PermissionGroup) GetGroupName() string

func (*PermissionGroup) ProtoMessage added in v0.3.70

func (*PermissionGroup) ProtoMessage()

func (*PermissionGroup) ProtoReflect added in v0.3.70

func (x *PermissionGroup) ProtoReflect() protoreflect.Message

func (*PermissionGroup) Reset added in v0.3.70

func (x *PermissionGroup) Reset()

func (*PermissionGroup) String added in v0.3.70

func (x *PermissionGroup) String() string

type RemoveBlackReq

type RemoveBlackReq struct {
	OwnerUserID string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	BlackUserID string `protobuf:"bytes,2,opt,name=blackUserID,proto3" json:"blackUserID"`
	// contains filtered or unexported fields
}

func (*RemoveBlackReq) Check

func (x *RemoveBlackReq) Check() error

func (*RemoveBlackReq) Descriptor deprecated

func (*RemoveBlackReq) Descriptor() ([]byte, []int)

Deprecated: Use RemoveBlackReq.ProtoReflect.Descriptor instead.

func (*RemoveBlackReq) GetBlackUserID

func (x *RemoveBlackReq) GetBlackUserID() string

func (*RemoveBlackReq) GetOwnerUserID

func (x *RemoveBlackReq) GetOwnerUserID() string

func (*RemoveBlackReq) ProtoMessage

func (*RemoveBlackReq) ProtoMessage()

func (*RemoveBlackReq) ProtoReflect

func (x *RemoveBlackReq) ProtoReflect() protoreflect.Message

func (*RemoveBlackReq) Reset

func (x *RemoveBlackReq) Reset()

func (*RemoveBlackReq) String

func (x *RemoveBlackReq) String() string

type RemoveBlackResp

type RemoveBlackResp struct {
	// contains filtered or unexported fields
}

func (*RemoveBlackResp) Descriptor deprecated

func (*RemoveBlackResp) Descriptor() ([]byte, []int)

Deprecated: Use RemoveBlackResp.ProtoReflect.Descriptor instead.

func (*RemoveBlackResp) ProtoMessage

func (*RemoveBlackResp) ProtoMessage()

func (*RemoveBlackResp) ProtoReflect

func (x *RemoveBlackResp) ProtoReflect() protoreflect.Message

func (*RemoveBlackResp) Reset

func (x *RemoveBlackResp) Reset()

func (*RemoveBlackResp) String

func (x *RemoveBlackResp) String() string

type RespondFriendApplyReq

type RespondFriendApplyReq struct {
	FromUserID   string `protobuf:"bytes,1,opt,name=fromUserID,proto3" json:"fromUserID"` // ID of the user initiating the friend request
	ToUserID     string `protobuf:"bytes,2,opt,name=toUserID,proto3" json:"toUserID"`     // ID of the user receiving the friend request
	HandleResult int32  `protobuf:"varint,3,opt,name=handleResult,proto3" json:"handleResult"`
	HandleMsg    string `protobuf:"bytes,4,opt,name=handleMsg,proto3" json:"handleMsg"`
	// contains filtered or unexported fields
}

process

func (*RespondFriendApplyReq) Check

func (x *RespondFriendApplyReq) Check() error

func (*RespondFriendApplyReq) Descriptor deprecated

func (*RespondFriendApplyReq) Descriptor() ([]byte, []int)

Deprecated: Use RespondFriendApplyReq.ProtoReflect.Descriptor instead.

func (*RespondFriendApplyReq) GetFromUserID

func (x *RespondFriendApplyReq) GetFromUserID() string

func (*RespondFriendApplyReq) GetHandleMsg

func (x *RespondFriendApplyReq) GetHandleMsg() string

func (*RespondFriendApplyReq) GetHandleResult

func (x *RespondFriendApplyReq) GetHandleResult() int32

func (*RespondFriendApplyReq) GetToUserID

func (x *RespondFriendApplyReq) GetToUserID() string

func (*RespondFriendApplyReq) ProtoMessage

func (*RespondFriendApplyReq) ProtoMessage()

func (*RespondFriendApplyReq) ProtoReflect

func (x *RespondFriendApplyReq) ProtoReflect() protoreflect.Message

func (*RespondFriendApplyReq) Reset

func (x *RespondFriendApplyReq) Reset()

func (*RespondFriendApplyReq) String

func (x *RespondFriendApplyReq) String() string

type RespondFriendApplyResp

type RespondFriendApplyResp struct {
	// contains filtered or unexported fields
}

func (*RespondFriendApplyResp) Descriptor deprecated

func (*RespondFriendApplyResp) Descriptor() ([]byte, []int)

Deprecated: Use RespondFriendApplyResp.ProtoReflect.Descriptor instead.

func (*RespondFriendApplyResp) ProtoMessage

func (*RespondFriendApplyResp) ProtoMessage()

func (*RespondFriendApplyResp) ProtoReflect

func (x *RespondFriendApplyResp) ProtoReflect() protoreflect.Message

func (*RespondFriendApplyResp) Reset

func (x *RespondFriendApplyResp) Reset()

func (*RespondFriendApplyResp) String

func (x *RespondFriendApplyResp) String() string

type SetFriendRemarkReq

type SetFriendRemarkReq struct {
	OwnerUserID  string `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserID string `protobuf:"bytes,2,opt,name=friendUserID,proto3" json:"friendUserID"`
	Remark       string `protobuf:"bytes,3,opt,name=remark,proto3" json:"remark"`
	// contains filtered or unexported fields
}

func (*SetFriendRemarkReq) Check

func (x *SetFriendRemarkReq) Check() error

func (*SetFriendRemarkReq) Descriptor deprecated

func (*SetFriendRemarkReq) Descriptor() ([]byte, []int)

Deprecated: Use SetFriendRemarkReq.ProtoReflect.Descriptor instead.

func (*SetFriendRemarkReq) GetFriendUserID

func (x *SetFriendRemarkReq) GetFriendUserID() string

func (*SetFriendRemarkReq) GetOwnerUserID

func (x *SetFriendRemarkReq) GetOwnerUserID() string

func (*SetFriendRemarkReq) GetRemark

func (x *SetFriendRemarkReq) GetRemark() string

func (*SetFriendRemarkReq) ProtoMessage

func (*SetFriendRemarkReq) ProtoMessage()

func (*SetFriendRemarkReq) ProtoReflect

func (x *SetFriendRemarkReq) ProtoReflect() protoreflect.Message

func (*SetFriendRemarkReq) Reset

func (x *SetFriendRemarkReq) Reset()

func (*SetFriendRemarkReq) String

func (x *SetFriendRemarkReq) String() string

type SetFriendRemarkResp

type SetFriendRemarkResp struct {
	// contains filtered or unexported fields
}

func (*SetFriendRemarkResp) Descriptor deprecated

func (*SetFriendRemarkResp) Descriptor() ([]byte, []int)

Deprecated: Use SetFriendRemarkResp.ProtoReflect.Descriptor instead.

func (*SetFriendRemarkResp) ProtoMessage

func (*SetFriendRemarkResp) ProtoMessage()

func (*SetFriendRemarkResp) ProtoReflect

func (x *SetFriendRemarkResp) ProtoReflect() protoreflect.Message

func (*SetFriendRemarkResp) Reset

func (x *SetFriendRemarkResp) Reset()

func (*SetFriendRemarkResp) String

func (x *SetFriendRemarkResp) String() string

type UnimplementedFriendServer

type UnimplementedFriendServer struct {
}

UnimplementedFriendServer can be embedded to have forward compatible implementations.

func (*UnimplementedFriendServer) AddBlack

func (*UnimplementedFriendServer) ApplyToAddFriend

func (*UnimplementedFriendServer) CommentOneMoment added in v0.3.70

func (*UnimplementedFriendServer) CreateOneMoment added in v0.3.70

func (*UnimplementedFriendServer) DeleteComment added in v0.3.70

func (*UnimplementedFriendServer) DeleteFriend

func (*UnimplementedFriendServer) DeleteOneMoment added in v0.3.70

func (*UnimplementedFriendServer) GetDesignatedFriends

func (*UnimplementedFriendServer) GetFriendIDs

func (*UnimplementedFriendServer) GetFullFriendUserIDs

func (*UnimplementedFriendServer) GetIncrementalBlacks

func (*UnimplementedFriendServer) GetIncrementalFriends

func (*UnimplementedFriendServer) GetMomentByID added in v0.3.70

func (*UnimplementedFriendServer) GetNearbyFriends added in v0.3.69

func (*UnimplementedFriendServer) GetPaginationBlacks

func (*UnimplementedFriendServer) GetPaginationFriends

func (*UnimplementedFriendServer) GetSpecifiedFriendsInfo

func (*UnimplementedFriendServer) GetUserFriendMoments added in v0.3.70

func (*UnimplementedFriendServer) GetUserMoments added in v0.3.70

func (*UnimplementedFriendServer) ImportFriends

func (*UnimplementedFriendServer) IsBlack

func (*UnimplementedFriendServer) IsFriend

func (*UnimplementedFriendServer) LikeOneMoment added in v0.3.70

func (*UnimplementedFriendServer) RemoveBlack

func (*UnimplementedFriendServer) RespondFriendApply

func (*UnimplementedFriendServer) SetFriendRemark

func (*UnimplementedFriendServer) UpdateFriends

type UpdateFriendsReq

type UpdateFriendsReq struct {
	OwnerUserID   string                  `protobuf:"bytes,1,opt,name=ownerUserID,proto3" json:"ownerUserID"`
	FriendUserIDs []string                `protobuf:"bytes,2,rep,name=friendUserIDs,proto3" json:"friendUserIDs"`
	IsPinned      *wrapperspb.BoolValue   `protobuf:"bytes,3,opt,name=isPinned,proto3" json:"isPinned"`
	Remark        *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=remark,proto3" json:"remark"`
	Ex            *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=ex,proto3" json:"ex"`
	// contains filtered or unexported fields
}

func (*UpdateFriendsReq) Check

func (x *UpdateFriendsReq) Check() error

func (*UpdateFriendsReq) Descriptor deprecated

func (*UpdateFriendsReq) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFriendsReq.ProtoReflect.Descriptor instead.

func (*UpdateFriendsReq) GetEx

func (*UpdateFriendsReq) GetFriendUserIDs

func (x *UpdateFriendsReq) GetFriendUserIDs() []string

func (*UpdateFriendsReq) GetIsPinned

func (x *UpdateFriendsReq) GetIsPinned() *wrapperspb.BoolValue

func (*UpdateFriendsReq) GetOwnerUserID

func (x *UpdateFriendsReq) GetOwnerUserID() string

func (*UpdateFriendsReq) GetRemark

func (x *UpdateFriendsReq) GetRemark() *wrapperspb.StringValue

func (*UpdateFriendsReq) ProtoMessage

func (*UpdateFriendsReq) ProtoMessage()

func (*UpdateFriendsReq) ProtoReflect

func (x *UpdateFriendsReq) ProtoReflect() protoreflect.Message

func (*UpdateFriendsReq) Reset

func (x *UpdateFriendsReq) Reset()

func (*UpdateFriendsReq) String

func (x *UpdateFriendsReq) String() string

type UpdateFriendsResp

type UpdateFriendsResp struct {
	// contains filtered or unexported fields
}

func (*UpdateFriendsResp) Descriptor deprecated

func (*UpdateFriendsResp) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFriendsResp.ProtoReflect.Descriptor instead.

func (*UpdateFriendsResp) ProtoMessage

func (*UpdateFriendsResp) ProtoMessage()

func (*UpdateFriendsResp) ProtoReflect

func (x *UpdateFriendsResp) ProtoReflect() protoreflect.Message

func (*UpdateFriendsResp) Reset

func (x *UpdateFriendsResp) Reset()

func (*UpdateFriendsResp) String

func (x *UpdateFriendsResp) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL