interaction

package
v0.0.0-...-55e1567 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2023 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DouyinBatchGetUserInteractInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinBatchGetVideoInteractInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinCommentActionResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinCommentActionResponse_Comment_DEFAULT *base.Comment
View Source
var DouyinFavoriteActionResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetCommentListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetFavoriteVideoIdListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetUserInteractInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetUserInteractInfoResponse_InteractInfo_DEFAULT *base.UserInteractInfo
View Source
var DouyinGetVideoInteractInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetVideoInteractInfoResponse_InteractInfo_DEFAULT *base.VideoInteractInfo
View Source
var KitexUnusedProtection = struct{}{}

KitexUnusedProtection is used to prevent 'imported and not used' error.

Functions

This section is empty.

Types

type DouyinBatchGetUserInteractInfoRequest

type DouyinBatchGetUserInteractInfoRequest struct {
	UserIdList []int64 `thrift:"user_id_list,1" frugal:"1,default,list<i64>" json:"user_id_list"`
}
var InteractionServerBatchGetUserInteractInfoArgs_Req_DEFAULT *DouyinBatchGetUserInteractInfoRequest

func NewDouyinBatchGetUserInteractInfoRequest

func NewDouyinBatchGetUserInteractInfoRequest() *DouyinBatchGetUserInteractInfoRequest

func (*DouyinBatchGetUserInteractInfoRequest) BLength

func (*DouyinBatchGetUserInteractInfoRequest) DeepEqual

func (*DouyinBatchGetUserInteractInfoRequest) FastRead

func (p *DouyinBatchGetUserInteractInfoRequest) FastRead(buf []byte) (int, error)

func (*DouyinBatchGetUserInteractInfoRequest) FastReadField1

func (p *DouyinBatchGetUserInteractInfoRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinBatchGetUserInteractInfoRequest) FastWrite

func (p *DouyinBatchGetUserInteractInfoRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinBatchGetUserInteractInfoRequest) FastWriteNocopy

func (p *DouyinBatchGetUserInteractInfoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinBatchGetUserInteractInfoRequest) Field1DeepEqual

func (p *DouyinBatchGetUserInteractInfoRequest) Field1DeepEqual(src []int64) bool

func (*DouyinBatchGetUserInteractInfoRequest) GetUserIdList

func (p *DouyinBatchGetUserInteractInfoRequest) GetUserIdList() (v []int64)

func (*DouyinBatchGetUserInteractInfoRequest) InitDefault

func (p *DouyinBatchGetUserInteractInfoRequest) InitDefault()

func (*DouyinBatchGetUserInteractInfoRequest) Read

func (*DouyinBatchGetUserInteractInfoRequest) ReadField1

func (*DouyinBatchGetUserInteractInfoRequest) SetUserIdList

func (p *DouyinBatchGetUserInteractInfoRequest) SetUserIdList(val []int64)

func (*DouyinBatchGetUserInteractInfoRequest) String

func (*DouyinBatchGetUserInteractInfoRequest) Write

type DouyinBatchGetUserInteractInfoResponse

type DouyinBatchGetUserInteractInfoResponse struct {
	BaseResp         *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	InteractInfoList []*base.UserInteractInfo `thrift:"interact_info_list,2" frugal:"2,default,list<base.UserInteractInfo>" json:"interact_info_list"`
}
var InteractionServerBatchGetUserInteractInfoResult_Success_DEFAULT *DouyinBatchGetUserInteractInfoResponse

func NewDouyinBatchGetUserInteractInfoResponse

func NewDouyinBatchGetUserInteractInfoResponse() *DouyinBatchGetUserInteractInfoResponse

func (*DouyinBatchGetUserInteractInfoResponse) BLength

func (*DouyinBatchGetUserInteractInfoResponse) DeepEqual

func (*DouyinBatchGetUserInteractInfoResponse) FastRead

func (p *DouyinBatchGetUserInteractInfoResponse) FastRead(buf []byte) (int, error)

func (*DouyinBatchGetUserInteractInfoResponse) FastReadField1

func (p *DouyinBatchGetUserInteractInfoResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinBatchGetUserInteractInfoResponse) FastReadField2

func (p *DouyinBatchGetUserInteractInfoResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinBatchGetUserInteractInfoResponse) FastWrite

func (p *DouyinBatchGetUserInteractInfoResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinBatchGetUserInteractInfoResponse) FastWriteNocopy

func (p *DouyinBatchGetUserInteractInfoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinBatchGetUserInteractInfoResponse) Field1DeepEqual

func (*DouyinBatchGetUserInteractInfoResponse) Field2DeepEqual

func (*DouyinBatchGetUserInteractInfoResponse) GetBaseResp

func (*DouyinBatchGetUserInteractInfoResponse) GetInteractInfoList

func (p *DouyinBatchGetUserInteractInfoResponse) GetInteractInfoList() (v []*base.UserInteractInfo)

func (*DouyinBatchGetUserInteractInfoResponse) InitDefault

func (p *DouyinBatchGetUserInteractInfoResponse) InitDefault()

func (*DouyinBatchGetUserInteractInfoResponse) IsSetBaseResp

func (p *DouyinBatchGetUserInteractInfoResponse) IsSetBaseResp() bool

func (*DouyinBatchGetUserInteractInfoResponse) Read

func (*DouyinBatchGetUserInteractInfoResponse) ReadField1

func (*DouyinBatchGetUserInteractInfoResponse) ReadField2

func (*DouyinBatchGetUserInteractInfoResponse) SetBaseResp

func (*DouyinBatchGetUserInteractInfoResponse) SetInteractInfoList

func (p *DouyinBatchGetUserInteractInfoResponse) SetInteractInfoList(val []*base.UserInteractInfo)

func (*DouyinBatchGetUserInteractInfoResponse) String

func (*DouyinBatchGetUserInteractInfoResponse) Write

type DouyinBatchGetVideoInteractInfoRequest

type DouyinBatchGetVideoInteractInfoRequest struct {
	VideoIdList []int64 `thrift:"video_id_list,1" frugal:"1,default,list<i64>" json:"video_id_list"`
	ViewerId    int64   `thrift:"viewer_id,2" frugal:"2,default,i64" json:"viewer_id"`
}
var InteractionServerBatchGetVideoInteractInfoArgs_Req_DEFAULT *DouyinBatchGetVideoInteractInfoRequest

func NewDouyinBatchGetVideoInteractInfoRequest

func NewDouyinBatchGetVideoInteractInfoRequest() *DouyinBatchGetVideoInteractInfoRequest

func (*DouyinBatchGetVideoInteractInfoRequest) BLength

func (*DouyinBatchGetVideoInteractInfoRequest) DeepEqual

func (*DouyinBatchGetVideoInteractInfoRequest) FastRead

func (p *DouyinBatchGetVideoInteractInfoRequest) FastRead(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoRequest) FastReadField1

func (p *DouyinBatchGetVideoInteractInfoRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoRequest) FastReadField2

func (p *DouyinBatchGetVideoInteractInfoRequest) FastReadField2(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoRequest) FastWrite

func (p *DouyinBatchGetVideoInteractInfoRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinBatchGetVideoInteractInfoRequest) FastWriteNocopy

func (p *DouyinBatchGetVideoInteractInfoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinBatchGetVideoInteractInfoRequest) Field1DeepEqual

func (p *DouyinBatchGetVideoInteractInfoRequest) Field1DeepEqual(src []int64) bool

func (*DouyinBatchGetVideoInteractInfoRequest) Field2DeepEqual

func (p *DouyinBatchGetVideoInteractInfoRequest) Field2DeepEqual(src int64) bool

func (*DouyinBatchGetVideoInteractInfoRequest) GetVideoIdList

func (p *DouyinBatchGetVideoInteractInfoRequest) GetVideoIdList() (v []int64)

func (*DouyinBatchGetVideoInteractInfoRequest) GetViewerId

func (p *DouyinBatchGetVideoInteractInfoRequest) GetViewerId() (v int64)

func (*DouyinBatchGetVideoInteractInfoRequest) InitDefault

func (p *DouyinBatchGetVideoInteractInfoRequest) InitDefault()

func (*DouyinBatchGetVideoInteractInfoRequest) Read

func (*DouyinBatchGetVideoInteractInfoRequest) ReadField1

func (*DouyinBatchGetVideoInteractInfoRequest) ReadField2

func (*DouyinBatchGetVideoInteractInfoRequest) SetVideoIdList

func (p *DouyinBatchGetVideoInteractInfoRequest) SetVideoIdList(val []int64)

func (*DouyinBatchGetVideoInteractInfoRequest) SetViewerId

func (p *DouyinBatchGetVideoInteractInfoRequest) SetViewerId(val int64)

func (*DouyinBatchGetVideoInteractInfoRequest) String

func (*DouyinBatchGetVideoInteractInfoRequest) Write

type DouyinBatchGetVideoInteractInfoResponse

type DouyinBatchGetVideoInteractInfoResponse struct {
	BaseResp         *base.DouyinBaseResponse  `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	InteractInfoList []*base.VideoInteractInfo `thrift:"interact_info_list,2" frugal:"2,default,list<base.VideoInteractInfo>" json:"interact_info_list"`
}
var InteractionServerBatchGetVideoInteractInfoResult_Success_DEFAULT *DouyinBatchGetVideoInteractInfoResponse

func NewDouyinBatchGetVideoInteractInfoResponse

func NewDouyinBatchGetVideoInteractInfoResponse() *DouyinBatchGetVideoInteractInfoResponse

func (*DouyinBatchGetVideoInteractInfoResponse) BLength

func (*DouyinBatchGetVideoInteractInfoResponse) DeepEqual

func (*DouyinBatchGetVideoInteractInfoResponse) FastRead

func (p *DouyinBatchGetVideoInteractInfoResponse) FastRead(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoResponse) FastReadField1

func (p *DouyinBatchGetVideoInteractInfoResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoResponse) FastReadField2

func (p *DouyinBatchGetVideoInteractInfoResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinBatchGetVideoInteractInfoResponse) FastWrite

func (p *DouyinBatchGetVideoInteractInfoResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinBatchGetVideoInteractInfoResponse) FastWriteNocopy

func (p *DouyinBatchGetVideoInteractInfoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinBatchGetVideoInteractInfoResponse) Field1DeepEqual

func (*DouyinBatchGetVideoInteractInfoResponse) Field2DeepEqual

func (*DouyinBatchGetVideoInteractInfoResponse) GetBaseResp

func (*DouyinBatchGetVideoInteractInfoResponse) GetInteractInfoList

func (p *DouyinBatchGetVideoInteractInfoResponse) GetInteractInfoList() (v []*base.VideoInteractInfo)

func (*DouyinBatchGetVideoInteractInfoResponse) InitDefault

func (p *DouyinBatchGetVideoInteractInfoResponse) InitDefault()

func (*DouyinBatchGetVideoInteractInfoResponse) IsSetBaseResp

func (p *DouyinBatchGetVideoInteractInfoResponse) IsSetBaseResp() bool

func (*DouyinBatchGetVideoInteractInfoResponse) Read

func (*DouyinBatchGetVideoInteractInfoResponse) ReadField1

func (*DouyinBatchGetVideoInteractInfoResponse) ReadField2

func (*DouyinBatchGetVideoInteractInfoResponse) SetBaseResp

func (*DouyinBatchGetVideoInteractInfoResponse) SetInteractInfoList

func (p *DouyinBatchGetVideoInteractInfoResponse) SetInteractInfoList(val []*base.VideoInteractInfo)

func (*DouyinBatchGetVideoInteractInfoResponse) String

func (*DouyinBatchGetVideoInteractInfoResponse) Write

type DouyinCommentActionRequest

type DouyinCommentActionRequest struct {
	UserId      int64  `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"`
	VideoId     int64  `thrift:"video_id,2" frugal:"2,default,i64" json:"video_id"`
	ActionType  int8   `thrift:"action_type,3" frugal:"3,default,i8" json:"action_type"`
	CommentText string `thrift:"comment_text,4" frugal:"4,default,string" json:"comment_text"`
	CommentId   int64  `thrift:"comment_id,5" frugal:"5,default,i64" json:"comment_id"`
}
var InteractionServerCommentArgs_Req_DEFAULT *DouyinCommentActionRequest

func NewDouyinCommentActionRequest

func NewDouyinCommentActionRequest() *DouyinCommentActionRequest

func (*DouyinCommentActionRequest) BLength

func (p *DouyinCommentActionRequest) BLength() int

func (*DouyinCommentActionRequest) DeepEqual

func (*DouyinCommentActionRequest) FastRead

func (p *DouyinCommentActionRequest) FastRead(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastReadField1

func (p *DouyinCommentActionRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastReadField2

func (p *DouyinCommentActionRequest) FastReadField2(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastReadField3

func (p *DouyinCommentActionRequest) FastReadField3(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastReadField4

func (p *DouyinCommentActionRequest) FastReadField4(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastReadField5

func (p *DouyinCommentActionRequest) FastReadField5(buf []byte) (int, error)

func (*DouyinCommentActionRequest) FastWrite

func (p *DouyinCommentActionRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinCommentActionRequest) FastWriteNocopy

func (p *DouyinCommentActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinCommentActionRequest) Field1DeepEqual

func (p *DouyinCommentActionRequest) Field1DeepEqual(src int64) bool

func (*DouyinCommentActionRequest) Field2DeepEqual

func (p *DouyinCommentActionRequest) Field2DeepEqual(src int64) bool

func (*DouyinCommentActionRequest) Field3DeepEqual

func (p *DouyinCommentActionRequest) Field3DeepEqual(src int8) bool

func (*DouyinCommentActionRequest) Field4DeepEqual

func (p *DouyinCommentActionRequest) Field4DeepEqual(src string) bool

func (*DouyinCommentActionRequest) Field5DeepEqual

func (p *DouyinCommentActionRequest) Field5DeepEqual(src int64) bool

func (*DouyinCommentActionRequest) GetActionType

func (p *DouyinCommentActionRequest) GetActionType() (v int8)

func (*DouyinCommentActionRequest) GetCommentId

func (p *DouyinCommentActionRequest) GetCommentId() (v int64)

func (*DouyinCommentActionRequest) GetCommentText

func (p *DouyinCommentActionRequest) GetCommentText() (v string)

func (*DouyinCommentActionRequest) GetUserId

func (p *DouyinCommentActionRequest) GetUserId() (v int64)

func (*DouyinCommentActionRequest) GetVideoId

func (p *DouyinCommentActionRequest) GetVideoId() (v int64)

func (*DouyinCommentActionRequest) InitDefault

func (p *DouyinCommentActionRequest) InitDefault()

func (*DouyinCommentActionRequest) Read

func (p *DouyinCommentActionRequest) Read(iprot thrift.TProtocol) (err error)

func (*DouyinCommentActionRequest) ReadField1

func (p *DouyinCommentActionRequest) ReadField1(iprot thrift.TProtocol) error

func (*DouyinCommentActionRequest) ReadField2

func (p *DouyinCommentActionRequest) ReadField2(iprot thrift.TProtocol) error

func (*DouyinCommentActionRequest) ReadField3

func (p *DouyinCommentActionRequest) ReadField3(iprot thrift.TProtocol) error

func (*DouyinCommentActionRequest) ReadField4

func (p *DouyinCommentActionRequest) ReadField4(iprot thrift.TProtocol) error

func (*DouyinCommentActionRequest) ReadField5

func (p *DouyinCommentActionRequest) ReadField5(iprot thrift.TProtocol) error

func (*DouyinCommentActionRequest) SetActionType

func (p *DouyinCommentActionRequest) SetActionType(val int8)

func (*DouyinCommentActionRequest) SetCommentId

func (p *DouyinCommentActionRequest) SetCommentId(val int64)

func (*DouyinCommentActionRequest) SetCommentText

func (p *DouyinCommentActionRequest) SetCommentText(val string)

func (*DouyinCommentActionRequest) SetUserId

func (p *DouyinCommentActionRequest) SetUserId(val int64)

func (*DouyinCommentActionRequest) SetVideoId

func (p *DouyinCommentActionRequest) SetVideoId(val int64)

func (*DouyinCommentActionRequest) String

func (p *DouyinCommentActionRequest) String() string

func (*DouyinCommentActionRequest) Write

func (p *DouyinCommentActionRequest) Write(oprot thrift.TProtocol) (err error)

type DouyinCommentActionResponse

type DouyinCommentActionResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	Comment  *base.Comment            `thrift:"comment,2" frugal:"2,default,base.Comment" json:"comment"`
}
var InteractionServerCommentResult_Success_DEFAULT *DouyinCommentActionResponse

func NewDouyinCommentActionResponse

func NewDouyinCommentActionResponse() *DouyinCommentActionResponse

func (*DouyinCommentActionResponse) BLength

func (p *DouyinCommentActionResponse) BLength() int

func (*DouyinCommentActionResponse) DeepEqual

func (*DouyinCommentActionResponse) FastRead

func (p *DouyinCommentActionResponse) FastRead(buf []byte) (int, error)

func (*DouyinCommentActionResponse) FastReadField1

func (p *DouyinCommentActionResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinCommentActionResponse) FastReadField2

func (p *DouyinCommentActionResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinCommentActionResponse) FastWrite

func (p *DouyinCommentActionResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinCommentActionResponse) FastWriteNocopy

func (p *DouyinCommentActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinCommentActionResponse) Field1DeepEqual

func (p *DouyinCommentActionResponse) Field1DeepEqual(src *base.DouyinBaseResponse) bool

func (*DouyinCommentActionResponse) Field2DeepEqual

func (p *DouyinCommentActionResponse) Field2DeepEqual(src *base.Comment) bool

func (*DouyinCommentActionResponse) GetBaseResp

func (p *DouyinCommentActionResponse) GetBaseResp() (v *base.DouyinBaseResponse)

func (*DouyinCommentActionResponse) GetComment

func (p *DouyinCommentActionResponse) GetComment() (v *base.Comment)

func (*DouyinCommentActionResponse) InitDefault

func (p *DouyinCommentActionResponse) InitDefault()

func (*DouyinCommentActionResponse) IsSetBaseResp

func (p *DouyinCommentActionResponse) IsSetBaseResp() bool

func (*DouyinCommentActionResponse) IsSetComment

func (p *DouyinCommentActionResponse) IsSetComment() bool

func (*DouyinCommentActionResponse) Read

func (p *DouyinCommentActionResponse) Read(iprot thrift.TProtocol) (err error)

func (*DouyinCommentActionResponse) ReadField1

func (p *DouyinCommentActionResponse) ReadField1(iprot thrift.TProtocol) error

func (*DouyinCommentActionResponse) ReadField2

func (p *DouyinCommentActionResponse) ReadField2(iprot thrift.TProtocol) error

func (*DouyinCommentActionResponse) SetBaseResp

func (*DouyinCommentActionResponse) SetComment

func (p *DouyinCommentActionResponse) SetComment(val *base.Comment)

func (*DouyinCommentActionResponse) String

func (p *DouyinCommentActionResponse) String() string

func (*DouyinCommentActionResponse) Write

func (p *DouyinCommentActionResponse) Write(oprot thrift.TProtocol) (err error)

type DouyinFavoriteActionRequest

type DouyinFavoriteActionRequest struct {
	UserId     int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"`
	VideoId    int64 `thrift:"video_id,2" frugal:"2,default,i64" json:"video_id"`
	ActionType int8  `thrift:"action_type,3" frugal:"3,default,i8" json:"action_type"`
}
var InteractionServerFavoriteArgs_Req_DEFAULT *DouyinFavoriteActionRequest

func NewDouyinFavoriteActionRequest

func NewDouyinFavoriteActionRequest() *DouyinFavoriteActionRequest

func (*DouyinFavoriteActionRequest) BLength

func (p *DouyinFavoriteActionRequest) BLength() int

func (*DouyinFavoriteActionRequest) DeepEqual

func (*DouyinFavoriteActionRequest) FastRead

func (p *DouyinFavoriteActionRequest) FastRead(buf []byte) (int, error)

func (*DouyinFavoriteActionRequest) FastReadField1

func (p *DouyinFavoriteActionRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinFavoriteActionRequest) FastReadField2

func (p *DouyinFavoriteActionRequest) FastReadField2(buf []byte) (int, error)

func (*DouyinFavoriteActionRequest) FastReadField3

func (p *DouyinFavoriteActionRequest) FastReadField3(buf []byte) (int, error)

func (*DouyinFavoriteActionRequest) FastWrite

func (p *DouyinFavoriteActionRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinFavoriteActionRequest) FastWriteNocopy

func (p *DouyinFavoriteActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinFavoriteActionRequest) Field1DeepEqual

func (p *DouyinFavoriteActionRequest) Field1DeepEqual(src int64) bool

func (*DouyinFavoriteActionRequest) Field2DeepEqual

func (p *DouyinFavoriteActionRequest) Field2DeepEqual(src int64) bool

func (*DouyinFavoriteActionRequest) Field3DeepEqual

func (p *DouyinFavoriteActionRequest) Field3DeepEqual(src int8) bool

func (*DouyinFavoriteActionRequest) GetActionType

func (p *DouyinFavoriteActionRequest) GetActionType() (v int8)

func (*DouyinFavoriteActionRequest) GetUserId

func (p *DouyinFavoriteActionRequest) GetUserId() (v int64)

func (*DouyinFavoriteActionRequest) GetVideoId

func (p *DouyinFavoriteActionRequest) GetVideoId() (v int64)

func (*DouyinFavoriteActionRequest) InitDefault

func (p *DouyinFavoriteActionRequest) InitDefault()

func (*DouyinFavoriteActionRequest) Read

func (p *DouyinFavoriteActionRequest) Read(iprot thrift.TProtocol) (err error)

func (*DouyinFavoriteActionRequest) ReadField1

func (p *DouyinFavoriteActionRequest) ReadField1(iprot thrift.TProtocol) error

func (*DouyinFavoriteActionRequest) ReadField2

func (p *DouyinFavoriteActionRequest) ReadField2(iprot thrift.TProtocol) error

func (*DouyinFavoriteActionRequest) ReadField3

func (p *DouyinFavoriteActionRequest) ReadField3(iprot thrift.TProtocol) error

func (*DouyinFavoriteActionRequest) SetActionType

func (p *DouyinFavoriteActionRequest) SetActionType(val int8)

func (*DouyinFavoriteActionRequest) SetUserId

func (p *DouyinFavoriteActionRequest) SetUserId(val int64)

func (*DouyinFavoriteActionRequest) SetVideoId

func (p *DouyinFavoriteActionRequest) SetVideoId(val int64)

func (*DouyinFavoriteActionRequest) String

func (p *DouyinFavoriteActionRequest) String() string

func (*DouyinFavoriteActionRequest) Write

func (p *DouyinFavoriteActionRequest) Write(oprot thrift.TProtocol) (err error)

type DouyinFavoriteActionResponse

type DouyinFavoriteActionResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
}
var InteractionServerFavoriteResult_Success_DEFAULT *DouyinFavoriteActionResponse

func NewDouyinFavoriteActionResponse

func NewDouyinFavoriteActionResponse() *DouyinFavoriteActionResponse

func (*DouyinFavoriteActionResponse) BLength

func (p *DouyinFavoriteActionResponse) BLength() int

func (*DouyinFavoriteActionResponse) DeepEqual

func (*DouyinFavoriteActionResponse) FastRead

func (p *DouyinFavoriteActionResponse) FastRead(buf []byte) (int, error)

func (*DouyinFavoriteActionResponse) FastReadField1

func (p *DouyinFavoriteActionResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinFavoriteActionResponse) FastWrite

func (p *DouyinFavoriteActionResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinFavoriteActionResponse) FastWriteNocopy

func (p *DouyinFavoriteActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinFavoriteActionResponse) Field1DeepEqual

func (p *DouyinFavoriteActionResponse) Field1DeepEqual(src *base.DouyinBaseResponse) bool

func (*DouyinFavoriteActionResponse) GetBaseResp

func (*DouyinFavoriteActionResponse) InitDefault

func (p *DouyinFavoriteActionResponse) InitDefault()

func (*DouyinFavoriteActionResponse) IsSetBaseResp

func (p *DouyinFavoriteActionResponse) IsSetBaseResp() bool

func (*DouyinFavoriteActionResponse) Read

func (p *DouyinFavoriteActionResponse) Read(iprot thrift.TProtocol) (err error)

func (*DouyinFavoriteActionResponse) ReadField1

func (p *DouyinFavoriteActionResponse) ReadField1(iprot thrift.TProtocol) error

func (*DouyinFavoriteActionResponse) SetBaseResp

func (*DouyinFavoriteActionResponse) String

func (*DouyinFavoriteActionResponse) Write

func (p *DouyinFavoriteActionResponse) Write(oprot thrift.TProtocol) (err error)

type DouyinGetCommentListRequest

type DouyinGetCommentListRequest struct {
	VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"`
}
var InteractionServerGetCommentListArgs_Req_DEFAULT *DouyinGetCommentListRequest

func NewDouyinGetCommentListRequest

func NewDouyinGetCommentListRequest() *DouyinGetCommentListRequest

func (*DouyinGetCommentListRequest) BLength

func (p *DouyinGetCommentListRequest) BLength() int

func (*DouyinGetCommentListRequest) DeepEqual

func (*DouyinGetCommentListRequest) FastRead

func (p *DouyinGetCommentListRequest) FastRead(buf []byte) (int, error)

func (*DouyinGetCommentListRequest) FastReadField1

func (p *DouyinGetCommentListRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinGetCommentListRequest) FastWrite

func (p *DouyinGetCommentListRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetCommentListRequest) FastWriteNocopy

func (p *DouyinGetCommentListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetCommentListRequest) Field1DeepEqual

func (p *DouyinGetCommentListRequest) Field1DeepEqual(src int64) bool

func (*DouyinGetCommentListRequest) GetVideoId

func (p *DouyinGetCommentListRequest) GetVideoId() (v int64)

func (*DouyinGetCommentListRequest) InitDefault

func (p *DouyinGetCommentListRequest) InitDefault()

func (*DouyinGetCommentListRequest) Read

func (p *DouyinGetCommentListRequest) Read(iprot thrift.TProtocol) (err error)

func (*DouyinGetCommentListRequest) ReadField1

func (p *DouyinGetCommentListRequest) ReadField1(iprot thrift.TProtocol) error

func (*DouyinGetCommentListRequest) SetVideoId

func (p *DouyinGetCommentListRequest) SetVideoId(val int64)

func (*DouyinGetCommentListRequest) String

func (p *DouyinGetCommentListRequest) String() string

func (*DouyinGetCommentListRequest) Write

func (p *DouyinGetCommentListRequest) Write(oprot thrift.TProtocol) (err error)

type DouyinGetCommentListResponse

type DouyinGetCommentListResponse struct {
	BaseResp    *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	CommentList []*base.Comment          `thrift:"comment_list,2" frugal:"2,default,list<base.Comment>" json:"comment_list"`
}
var InteractionServerGetCommentListResult_Success_DEFAULT *DouyinGetCommentListResponse

func NewDouyinGetCommentListResponse

func NewDouyinGetCommentListResponse() *DouyinGetCommentListResponse

func (*DouyinGetCommentListResponse) BLength

func (p *DouyinGetCommentListResponse) BLength() int

func (*DouyinGetCommentListResponse) DeepEqual

func (*DouyinGetCommentListResponse) FastRead

func (p *DouyinGetCommentListResponse) FastRead(buf []byte) (int, error)

func (*DouyinGetCommentListResponse) FastReadField1

func (p *DouyinGetCommentListResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinGetCommentListResponse) FastReadField2

func (p *DouyinGetCommentListResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinGetCommentListResponse) FastWrite

func (p *DouyinGetCommentListResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetCommentListResponse) FastWriteNocopy

func (p *DouyinGetCommentListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetCommentListResponse) Field1DeepEqual

func (p *DouyinGetCommentListResponse) Field1DeepEqual(src *base.DouyinBaseResponse) bool

func (*DouyinGetCommentListResponse) Field2DeepEqual

func (p *DouyinGetCommentListResponse) Field2DeepEqual(src []*base.Comment) bool

func (*DouyinGetCommentListResponse) GetBaseResp

func (*DouyinGetCommentListResponse) GetCommentList

func (p *DouyinGetCommentListResponse) GetCommentList() (v []*base.Comment)

func (*DouyinGetCommentListResponse) InitDefault

func (p *DouyinGetCommentListResponse) InitDefault()

func (*DouyinGetCommentListResponse) IsSetBaseResp

func (p *DouyinGetCommentListResponse) IsSetBaseResp() bool

func (*DouyinGetCommentListResponse) Read

func (p *DouyinGetCommentListResponse) Read(iprot thrift.TProtocol) (err error)

func (*DouyinGetCommentListResponse) ReadField1

func (p *DouyinGetCommentListResponse) ReadField1(iprot thrift.TProtocol) error

func (*DouyinGetCommentListResponse) ReadField2

func (p *DouyinGetCommentListResponse) ReadField2(iprot thrift.TProtocol) error

func (*DouyinGetCommentListResponse) SetBaseResp

func (*DouyinGetCommentListResponse) SetCommentList

func (p *DouyinGetCommentListResponse) SetCommentList(val []*base.Comment)

func (*DouyinGetCommentListResponse) String

func (*DouyinGetCommentListResponse) Write

func (p *DouyinGetCommentListResponse) Write(oprot thrift.TProtocol) (err error)

type DouyinGetFavoriteVideoIdListRequest

type DouyinGetFavoriteVideoIdListRequest struct {
	UserId int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"`
}
var InteractionServerGetFavoriteVideoIdListArgs_Req_DEFAULT *DouyinGetFavoriteVideoIdListRequest

func NewDouyinGetFavoriteVideoIdListRequest

func NewDouyinGetFavoriteVideoIdListRequest() *DouyinGetFavoriteVideoIdListRequest

func (*DouyinGetFavoriteVideoIdListRequest) BLength

func (*DouyinGetFavoriteVideoIdListRequest) DeepEqual

func (*DouyinGetFavoriteVideoIdListRequest) FastRead

func (p *DouyinGetFavoriteVideoIdListRequest) FastRead(buf []byte) (int, error)

func (*DouyinGetFavoriteVideoIdListRequest) FastReadField1

func (p *DouyinGetFavoriteVideoIdListRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinGetFavoriteVideoIdListRequest) FastWrite

func (p *DouyinGetFavoriteVideoIdListRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetFavoriteVideoIdListRequest) FastWriteNocopy

func (p *DouyinGetFavoriteVideoIdListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetFavoriteVideoIdListRequest) Field1DeepEqual

func (p *DouyinGetFavoriteVideoIdListRequest) Field1DeepEqual(src int64) bool

func (*DouyinGetFavoriteVideoIdListRequest) GetUserId

func (p *DouyinGetFavoriteVideoIdListRequest) GetUserId() (v int64)

func (*DouyinGetFavoriteVideoIdListRequest) InitDefault

func (p *DouyinGetFavoriteVideoIdListRequest) InitDefault()

func (*DouyinGetFavoriteVideoIdListRequest) Read

func (*DouyinGetFavoriteVideoIdListRequest) ReadField1

func (*DouyinGetFavoriteVideoIdListRequest) SetUserId

func (p *DouyinGetFavoriteVideoIdListRequest) SetUserId(val int64)

func (*DouyinGetFavoriteVideoIdListRequest) String

func (*DouyinGetFavoriteVideoIdListRequest) Write

type DouyinGetFavoriteVideoIdListResponse

type DouyinGetFavoriteVideoIdListResponse struct {
	BaseResp    *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	VideoIdList []int64                  `thrift:"video_id_list,2" frugal:"2,default,list<i64>" json:"video_id_list"`
}
var InteractionServerGetFavoriteVideoIdListResult_Success_DEFAULT *DouyinGetFavoriteVideoIdListResponse

func NewDouyinGetFavoriteVideoIdListResponse

func NewDouyinGetFavoriteVideoIdListResponse() *DouyinGetFavoriteVideoIdListResponse

func (*DouyinGetFavoriteVideoIdListResponse) BLength

func (*DouyinGetFavoriteVideoIdListResponse) DeepEqual

func (*DouyinGetFavoriteVideoIdListResponse) FastRead

func (p *DouyinGetFavoriteVideoIdListResponse) FastRead(buf []byte) (int, error)

func (*DouyinGetFavoriteVideoIdListResponse) FastReadField1

func (p *DouyinGetFavoriteVideoIdListResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinGetFavoriteVideoIdListResponse) FastReadField2

func (p *DouyinGetFavoriteVideoIdListResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinGetFavoriteVideoIdListResponse) FastWrite

func (p *DouyinGetFavoriteVideoIdListResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetFavoriteVideoIdListResponse) FastWriteNocopy

func (p *DouyinGetFavoriteVideoIdListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetFavoriteVideoIdListResponse) Field1DeepEqual

func (*DouyinGetFavoriteVideoIdListResponse) Field2DeepEqual

func (p *DouyinGetFavoriteVideoIdListResponse) Field2DeepEqual(src []int64) bool

func (*DouyinGetFavoriteVideoIdListResponse) GetBaseResp

func (*DouyinGetFavoriteVideoIdListResponse) GetVideoIdList

func (p *DouyinGetFavoriteVideoIdListResponse) GetVideoIdList() (v []int64)

func (*DouyinGetFavoriteVideoIdListResponse) InitDefault

func (p *DouyinGetFavoriteVideoIdListResponse) InitDefault()

func (*DouyinGetFavoriteVideoIdListResponse) IsSetBaseResp

func (p *DouyinGetFavoriteVideoIdListResponse) IsSetBaseResp() bool

func (*DouyinGetFavoriteVideoIdListResponse) Read

func (*DouyinGetFavoriteVideoIdListResponse) ReadField1

func (*DouyinGetFavoriteVideoIdListResponse) ReadField2

func (*DouyinGetFavoriteVideoIdListResponse) SetBaseResp

func (*DouyinGetFavoriteVideoIdListResponse) SetVideoIdList

func (p *DouyinGetFavoriteVideoIdListResponse) SetVideoIdList(val []int64)

func (*DouyinGetFavoriteVideoIdListResponse) String

func (*DouyinGetFavoriteVideoIdListResponse) Write

type DouyinGetUserInteractInfoRequest

type DouyinGetUserInteractInfoRequest struct {
	UserId int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"`
}
var InteractionServerGetUserInteractInfoArgs_Req_DEFAULT *DouyinGetUserInteractInfoRequest

func NewDouyinGetUserInteractInfoRequest

func NewDouyinGetUserInteractInfoRequest() *DouyinGetUserInteractInfoRequest

func (*DouyinGetUserInteractInfoRequest) BLength

func (*DouyinGetUserInteractInfoRequest) DeepEqual

func (*DouyinGetUserInteractInfoRequest) FastRead

func (p *DouyinGetUserInteractInfoRequest) FastRead(buf []byte) (int, error)

func (*DouyinGetUserInteractInfoRequest) FastReadField1

func (p *DouyinGetUserInteractInfoRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinGetUserInteractInfoRequest) FastWrite

func (p *DouyinGetUserInteractInfoRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetUserInteractInfoRequest) FastWriteNocopy

func (p *DouyinGetUserInteractInfoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetUserInteractInfoRequest) Field1DeepEqual

func (p *DouyinGetUserInteractInfoRequest) Field1DeepEqual(src int64) bool

func (*DouyinGetUserInteractInfoRequest) GetUserId

func (p *DouyinGetUserInteractInfoRequest) GetUserId() (v int64)

func (*DouyinGetUserInteractInfoRequest) InitDefault

func (p *DouyinGetUserInteractInfoRequest) InitDefault()

func (*DouyinGetUserInteractInfoRequest) Read

func (*DouyinGetUserInteractInfoRequest) ReadField1

func (*DouyinGetUserInteractInfoRequest) SetUserId

func (p *DouyinGetUserInteractInfoRequest) SetUserId(val int64)

func (*DouyinGetUserInteractInfoRequest) String

func (*DouyinGetUserInteractInfoRequest) Write

type DouyinGetUserInteractInfoResponse

type DouyinGetUserInteractInfoResponse struct {
	BaseResp     *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	InteractInfo *base.UserInteractInfo   `thrift:"interact_info,2" frugal:"2,default,base.UserInteractInfo" json:"interact_info"`
}
var InteractionServerGetUserInteractInfoResult_Success_DEFAULT *DouyinGetUserInteractInfoResponse

func NewDouyinGetUserInteractInfoResponse

func NewDouyinGetUserInteractInfoResponse() *DouyinGetUserInteractInfoResponse

func (*DouyinGetUserInteractInfoResponse) BLength

func (*DouyinGetUserInteractInfoResponse) DeepEqual

func (*DouyinGetUserInteractInfoResponse) FastRead

func (p *DouyinGetUserInteractInfoResponse) FastRead(buf []byte) (int, error)

func (*DouyinGetUserInteractInfoResponse) FastReadField1

func (p *DouyinGetUserInteractInfoResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinGetUserInteractInfoResponse) FastReadField2

func (p *DouyinGetUserInteractInfoResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinGetUserInteractInfoResponse) FastWrite

func (p *DouyinGetUserInteractInfoResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetUserInteractInfoResponse) FastWriteNocopy

func (p *DouyinGetUserInteractInfoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetUserInteractInfoResponse) Field1DeepEqual

func (*DouyinGetUserInteractInfoResponse) Field2DeepEqual

func (*DouyinGetUserInteractInfoResponse) GetBaseResp

func (*DouyinGetUserInteractInfoResponse) GetInteractInfo

func (p *DouyinGetUserInteractInfoResponse) GetInteractInfo() (v *base.UserInteractInfo)

func (*DouyinGetUserInteractInfoResponse) InitDefault

func (p *DouyinGetUserInteractInfoResponse) InitDefault()

func (*DouyinGetUserInteractInfoResponse) IsSetBaseResp

func (p *DouyinGetUserInteractInfoResponse) IsSetBaseResp() bool

func (*DouyinGetUserInteractInfoResponse) IsSetInteractInfo

func (p *DouyinGetUserInteractInfoResponse) IsSetInteractInfo() bool

func (*DouyinGetUserInteractInfoResponse) Read

func (*DouyinGetUserInteractInfoResponse) ReadField1

func (*DouyinGetUserInteractInfoResponse) ReadField2

func (*DouyinGetUserInteractInfoResponse) SetBaseResp

func (*DouyinGetUserInteractInfoResponse) SetInteractInfo

func (p *DouyinGetUserInteractInfoResponse) SetInteractInfo(val *base.UserInteractInfo)

func (*DouyinGetUserInteractInfoResponse) String

func (*DouyinGetUserInteractInfoResponse) Write

type DouyinGetVideoInteractInfoRequest

type DouyinGetVideoInteractInfoRequest struct {
	VideoId  int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"`
	ViewerId int64 `thrift:"viewer_id,2" frugal:"2,default,i64" json:"viewer_id"`
}
var InteractionServerGetVideoInteractInfoArgs_Req_DEFAULT *DouyinGetVideoInteractInfoRequest

func NewDouyinGetVideoInteractInfoRequest

func NewDouyinGetVideoInteractInfoRequest() *DouyinGetVideoInteractInfoRequest

func (*DouyinGetVideoInteractInfoRequest) BLength

func (*DouyinGetVideoInteractInfoRequest) DeepEqual

func (*DouyinGetVideoInteractInfoRequest) FastRead

func (p *DouyinGetVideoInteractInfoRequest) FastRead(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoRequest) FastReadField1

func (p *DouyinGetVideoInteractInfoRequest) FastReadField1(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoRequest) FastReadField2

func (p *DouyinGetVideoInteractInfoRequest) FastReadField2(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoRequest) FastWrite

func (p *DouyinGetVideoInteractInfoRequest) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetVideoInteractInfoRequest) FastWriteNocopy

func (p *DouyinGetVideoInteractInfoRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetVideoInteractInfoRequest) Field1DeepEqual

func (p *DouyinGetVideoInteractInfoRequest) Field1DeepEqual(src int64) bool

func (*DouyinGetVideoInteractInfoRequest) Field2DeepEqual

func (p *DouyinGetVideoInteractInfoRequest) Field2DeepEqual(src int64) bool

func (*DouyinGetVideoInteractInfoRequest) GetVideoId

func (p *DouyinGetVideoInteractInfoRequest) GetVideoId() (v int64)

func (*DouyinGetVideoInteractInfoRequest) GetViewerId

func (p *DouyinGetVideoInteractInfoRequest) GetViewerId() (v int64)

func (*DouyinGetVideoInteractInfoRequest) InitDefault

func (p *DouyinGetVideoInteractInfoRequest) InitDefault()

func (*DouyinGetVideoInteractInfoRequest) Read

func (*DouyinGetVideoInteractInfoRequest) ReadField1

func (*DouyinGetVideoInteractInfoRequest) ReadField2

func (*DouyinGetVideoInteractInfoRequest) SetVideoId

func (p *DouyinGetVideoInteractInfoRequest) SetVideoId(val int64)

func (*DouyinGetVideoInteractInfoRequest) SetViewerId

func (p *DouyinGetVideoInteractInfoRequest) SetViewerId(val int64)

func (*DouyinGetVideoInteractInfoRequest) String

func (*DouyinGetVideoInteractInfoRequest) Write

type DouyinGetVideoInteractInfoResponse

type DouyinGetVideoInteractInfoResponse struct {
	BaseResp     *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	InteractInfo *base.VideoInteractInfo  `thrift:"interact_info,2" frugal:"2,default,base.VideoInteractInfo" json:"interact_info"`
}
var InteractionServerGetVideoInteractInfoResult_Success_DEFAULT *DouyinGetVideoInteractInfoResponse

func NewDouyinGetVideoInteractInfoResponse

func NewDouyinGetVideoInteractInfoResponse() *DouyinGetVideoInteractInfoResponse

func (*DouyinGetVideoInteractInfoResponse) BLength

func (*DouyinGetVideoInteractInfoResponse) DeepEqual

func (*DouyinGetVideoInteractInfoResponse) FastRead

func (p *DouyinGetVideoInteractInfoResponse) FastRead(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoResponse) FastReadField1

func (p *DouyinGetVideoInteractInfoResponse) FastReadField1(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoResponse) FastReadField2

func (p *DouyinGetVideoInteractInfoResponse) FastReadField2(buf []byte) (int, error)

func (*DouyinGetVideoInteractInfoResponse) FastWrite

func (p *DouyinGetVideoInteractInfoResponse) FastWrite(buf []byte) int

for compatibility

func (*DouyinGetVideoInteractInfoResponse) FastWriteNocopy

func (p *DouyinGetVideoInteractInfoResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*DouyinGetVideoInteractInfoResponse) Field1DeepEqual

func (*DouyinGetVideoInteractInfoResponse) Field2DeepEqual

func (*DouyinGetVideoInteractInfoResponse) GetBaseResp

func (*DouyinGetVideoInteractInfoResponse) GetInteractInfo

func (p *DouyinGetVideoInteractInfoResponse) GetInteractInfo() (v *base.VideoInteractInfo)

func (*DouyinGetVideoInteractInfoResponse) InitDefault

func (p *DouyinGetVideoInteractInfoResponse) InitDefault()

func (*DouyinGetVideoInteractInfoResponse) IsSetBaseResp

func (p *DouyinGetVideoInteractInfoResponse) IsSetBaseResp() bool

func (*DouyinGetVideoInteractInfoResponse) IsSetInteractInfo

func (p *DouyinGetVideoInteractInfoResponse) IsSetInteractInfo() bool

func (*DouyinGetVideoInteractInfoResponse) Read

func (*DouyinGetVideoInteractInfoResponse) ReadField1

func (*DouyinGetVideoInteractInfoResponse) ReadField2

func (*DouyinGetVideoInteractInfoResponse) SetBaseResp

func (*DouyinGetVideoInteractInfoResponse) SetInteractInfo

func (*DouyinGetVideoInteractInfoResponse) String

func (*DouyinGetVideoInteractInfoResponse) Write

type InteractionServerBatchGetUserInteractInfoArgs

type InteractionServerBatchGetUserInteractInfoArgs struct {
	Req *DouyinBatchGetUserInteractInfoRequest `thrift:"req,1" frugal:"1,default,DouyinBatchGetUserInteractInfoRequest" json:"req"`
}

func NewInteractionServerBatchGetUserInteractInfoArgs

func NewInteractionServerBatchGetUserInteractInfoArgs() *InteractionServerBatchGetUserInteractInfoArgs

func (*InteractionServerBatchGetUserInteractInfoArgs) BLength

func (*InteractionServerBatchGetUserInteractInfoArgs) DeepEqual

func (*InteractionServerBatchGetUserInteractInfoArgs) FastRead

func (*InteractionServerBatchGetUserInteractInfoArgs) FastReadField1

func (p *InteractionServerBatchGetUserInteractInfoArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerBatchGetUserInteractInfoArgs) FastWrite

for compatibility

func (*InteractionServerBatchGetUserInteractInfoArgs) FastWriteNocopy

func (p *InteractionServerBatchGetUserInteractInfoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerBatchGetUserInteractInfoArgs) Field1DeepEqual

func (*InteractionServerBatchGetUserInteractInfoArgs) GetFirstArgument

func (p *InteractionServerBatchGetUserInteractInfoArgs) GetFirstArgument() interface{}

func (*InteractionServerBatchGetUserInteractInfoArgs) GetReq

func (*InteractionServerBatchGetUserInteractInfoArgs) InitDefault

func (*InteractionServerBatchGetUserInteractInfoArgs) IsSetReq

func (*InteractionServerBatchGetUserInteractInfoArgs) Read

func (*InteractionServerBatchGetUserInteractInfoArgs) ReadField1

func (*InteractionServerBatchGetUserInteractInfoArgs) SetReq

func (*InteractionServerBatchGetUserInteractInfoArgs) String

func (*InteractionServerBatchGetUserInteractInfoArgs) Write

type InteractionServerBatchGetUserInteractInfoResult

type InteractionServerBatchGetUserInteractInfoResult struct {
	Success *DouyinBatchGetUserInteractInfoResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinBatchGetUserInteractInfoResponse" json:"success,omitempty"`
}

func NewInteractionServerBatchGetUserInteractInfoResult

func NewInteractionServerBatchGetUserInteractInfoResult() *InteractionServerBatchGetUserInteractInfoResult

func (*InteractionServerBatchGetUserInteractInfoResult) BLength

func (*InteractionServerBatchGetUserInteractInfoResult) DeepEqual

func (*InteractionServerBatchGetUserInteractInfoResult) FastRead

func (*InteractionServerBatchGetUserInteractInfoResult) FastReadField0

func (p *InteractionServerBatchGetUserInteractInfoResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerBatchGetUserInteractInfoResult) FastWrite

for compatibility

func (*InteractionServerBatchGetUserInteractInfoResult) FastWriteNocopy

func (p *InteractionServerBatchGetUserInteractInfoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerBatchGetUserInteractInfoResult) Field0DeepEqual

func (*InteractionServerBatchGetUserInteractInfoResult) GetResult

func (p *InteractionServerBatchGetUserInteractInfoResult) GetResult() interface{}

func (*InteractionServerBatchGetUserInteractInfoResult) GetSuccess

func (*InteractionServerBatchGetUserInteractInfoResult) InitDefault

func (*InteractionServerBatchGetUserInteractInfoResult) IsSetSuccess

func (*InteractionServerBatchGetUserInteractInfoResult) Read

func (*InteractionServerBatchGetUserInteractInfoResult) ReadField0

func (*InteractionServerBatchGetUserInteractInfoResult) SetSuccess

func (p *InteractionServerBatchGetUserInteractInfoResult) SetSuccess(x interface{})

func (*InteractionServerBatchGetUserInteractInfoResult) String

func (*InteractionServerBatchGetUserInteractInfoResult) Write

type InteractionServerBatchGetVideoInteractInfoArgs

type InteractionServerBatchGetVideoInteractInfoArgs struct {
	Req *DouyinBatchGetVideoInteractInfoRequest `thrift:"req,1" frugal:"1,default,DouyinBatchGetVideoInteractInfoRequest" json:"req"`
}

func NewInteractionServerBatchGetVideoInteractInfoArgs

func NewInteractionServerBatchGetVideoInteractInfoArgs() *InteractionServerBatchGetVideoInteractInfoArgs

func (*InteractionServerBatchGetVideoInteractInfoArgs) BLength

func (*InteractionServerBatchGetVideoInteractInfoArgs) DeepEqual

func (*InteractionServerBatchGetVideoInteractInfoArgs) FastRead

func (*InteractionServerBatchGetVideoInteractInfoArgs) FastReadField1

func (p *InteractionServerBatchGetVideoInteractInfoArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerBatchGetVideoInteractInfoArgs) FastWrite

for compatibility

func (*InteractionServerBatchGetVideoInteractInfoArgs) FastWriteNocopy

func (p *InteractionServerBatchGetVideoInteractInfoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerBatchGetVideoInteractInfoArgs) Field1DeepEqual

func (*InteractionServerBatchGetVideoInteractInfoArgs) GetFirstArgument

func (p *InteractionServerBatchGetVideoInteractInfoArgs) GetFirstArgument() interface{}

func (*InteractionServerBatchGetVideoInteractInfoArgs) GetReq

func (*InteractionServerBatchGetVideoInteractInfoArgs) InitDefault

func (*InteractionServerBatchGetVideoInteractInfoArgs) IsSetReq

func (*InteractionServerBatchGetVideoInteractInfoArgs) Read

func (*InteractionServerBatchGetVideoInteractInfoArgs) ReadField1

func (*InteractionServerBatchGetVideoInteractInfoArgs) SetReq

func (*InteractionServerBatchGetVideoInteractInfoArgs) String

func (*InteractionServerBatchGetVideoInteractInfoArgs) Write

type InteractionServerBatchGetVideoInteractInfoResult

type InteractionServerBatchGetVideoInteractInfoResult struct {
	Success *DouyinBatchGetVideoInteractInfoResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinBatchGetVideoInteractInfoResponse" json:"success,omitempty"`
}

func NewInteractionServerBatchGetVideoInteractInfoResult

func NewInteractionServerBatchGetVideoInteractInfoResult() *InteractionServerBatchGetVideoInteractInfoResult

func (*InteractionServerBatchGetVideoInteractInfoResult) BLength

func (*InteractionServerBatchGetVideoInteractInfoResult) DeepEqual

func (*InteractionServerBatchGetVideoInteractInfoResult) FastRead

func (*InteractionServerBatchGetVideoInteractInfoResult) FastReadField0

func (p *InteractionServerBatchGetVideoInteractInfoResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerBatchGetVideoInteractInfoResult) FastWrite

for compatibility

func (*InteractionServerBatchGetVideoInteractInfoResult) FastWriteNocopy

func (p *InteractionServerBatchGetVideoInteractInfoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerBatchGetVideoInteractInfoResult) Field0DeepEqual

func (*InteractionServerBatchGetVideoInteractInfoResult) GetResult

func (p *InteractionServerBatchGetVideoInteractInfoResult) GetResult() interface{}

func (*InteractionServerBatchGetVideoInteractInfoResult) GetSuccess

func (*InteractionServerBatchGetVideoInteractInfoResult) InitDefault

func (*InteractionServerBatchGetVideoInteractInfoResult) IsSetSuccess

func (*InteractionServerBatchGetVideoInteractInfoResult) Read

func (*InteractionServerBatchGetVideoInteractInfoResult) ReadField0

func (*InteractionServerBatchGetVideoInteractInfoResult) SetSuccess

func (p *InteractionServerBatchGetVideoInteractInfoResult) SetSuccess(x interface{})

func (*InteractionServerBatchGetVideoInteractInfoResult) String

func (*InteractionServerBatchGetVideoInteractInfoResult) Write

type InteractionServerClient

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

func NewInteractionServerClient

func NewInteractionServerClient(c thrift.TClient) *InteractionServerClient

func NewInteractionServerClientProtocol

func NewInteractionServerClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *InteractionServerClient

func (*InteractionServerClient) BatchGetUserInteractInfo

func (*InteractionServerClient) BatchGetVideoInteractInfo

func (*InteractionServerClient) Client_

func (p *InteractionServerClient) Client_() thrift.TClient

func (*InteractionServerClient) Comment

func (*InteractionServerClient) Favorite

func (*InteractionServerClient) GetCommentList

func (*InteractionServerClient) GetFavoriteVideoIdList

func (*InteractionServerClient) GetUserInteractInfo

func (*InteractionServerClient) GetVideoInteractInfo

type InteractionServerCommentArgs

type InteractionServerCommentArgs struct {
	Req *DouyinCommentActionRequest `thrift:"req,1" frugal:"1,default,DouyinCommentActionRequest" json:"req"`
}

func NewInteractionServerCommentArgs

func NewInteractionServerCommentArgs() *InteractionServerCommentArgs

func (*InteractionServerCommentArgs) BLength

func (p *InteractionServerCommentArgs) BLength() int

func (*InteractionServerCommentArgs) DeepEqual

func (*InteractionServerCommentArgs) FastRead

func (p *InteractionServerCommentArgs) FastRead(buf []byte) (int, error)

func (*InteractionServerCommentArgs) FastReadField1

func (p *InteractionServerCommentArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerCommentArgs) FastWrite

func (p *InteractionServerCommentArgs) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerCommentArgs) FastWriteNocopy

func (p *InteractionServerCommentArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerCommentArgs) Field1DeepEqual

func (*InteractionServerCommentArgs) GetFirstArgument

func (p *InteractionServerCommentArgs) GetFirstArgument() interface{}

func (*InteractionServerCommentArgs) GetReq

func (*InteractionServerCommentArgs) InitDefault

func (p *InteractionServerCommentArgs) InitDefault()

func (*InteractionServerCommentArgs) IsSetReq

func (p *InteractionServerCommentArgs) IsSetReq() bool

func (*InteractionServerCommentArgs) Read

func (p *InteractionServerCommentArgs) Read(iprot thrift.TProtocol) (err error)

func (*InteractionServerCommentArgs) ReadField1

func (p *InteractionServerCommentArgs) ReadField1(iprot thrift.TProtocol) error

func (*InteractionServerCommentArgs) SetReq

func (*InteractionServerCommentArgs) String

func (*InteractionServerCommentArgs) Write

func (p *InteractionServerCommentArgs) Write(oprot thrift.TProtocol) (err error)

type InteractionServerCommentResult

type InteractionServerCommentResult struct {
	Success *DouyinCommentActionResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinCommentActionResponse" json:"success,omitempty"`
}

func NewInteractionServerCommentResult

func NewInteractionServerCommentResult() *InteractionServerCommentResult

func (*InteractionServerCommentResult) BLength

func (p *InteractionServerCommentResult) BLength() int

func (*InteractionServerCommentResult) DeepEqual

func (*InteractionServerCommentResult) FastRead

func (p *InteractionServerCommentResult) FastRead(buf []byte) (int, error)

func (*InteractionServerCommentResult) FastReadField0

func (p *InteractionServerCommentResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerCommentResult) FastWrite

func (p *InteractionServerCommentResult) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerCommentResult) FastWriteNocopy

func (p *InteractionServerCommentResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerCommentResult) Field0DeepEqual

func (*InteractionServerCommentResult) GetResult

func (p *InteractionServerCommentResult) GetResult() interface{}

func (*InteractionServerCommentResult) GetSuccess

func (*InteractionServerCommentResult) InitDefault

func (p *InteractionServerCommentResult) InitDefault()

func (*InteractionServerCommentResult) IsSetSuccess

func (p *InteractionServerCommentResult) IsSetSuccess() bool

func (*InteractionServerCommentResult) Read

func (*InteractionServerCommentResult) ReadField0

func (*InteractionServerCommentResult) SetSuccess

func (p *InteractionServerCommentResult) SetSuccess(x interface{})

func (*InteractionServerCommentResult) String

func (*InteractionServerCommentResult) Write

func (p *InteractionServerCommentResult) Write(oprot thrift.TProtocol) (err error)

type InteractionServerFavoriteArgs

type InteractionServerFavoriteArgs struct {
	Req *DouyinFavoriteActionRequest `thrift:"req,1" frugal:"1,default,DouyinFavoriteActionRequest" json:"req"`
}

func NewInteractionServerFavoriteArgs

func NewInteractionServerFavoriteArgs() *InteractionServerFavoriteArgs

func (*InteractionServerFavoriteArgs) BLength

func (p *InteractionServerFavoriteArgs) BLength() int

func (*InteractionServerFavoriteArgs) DeepEqual

func (*InteractionServerFavoriteArgs) FastRead

func (p *InteractionServerFavoriteArgs) FastRead(buf []byte) (int, error)

func (*InteractionServerFavoriteArgs) FastReadField1

func (p *InteractionServerFavoriteArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerFavoriteArgs) FastWrite

func (p *InteractionServerFavoriteArgs) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerFavoriteArgs) FastWriteNocopy

func (p *InteractionServerFavoriteArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerFavoriteArgs) Field1DeepEqual

func (*InteractionServerFavoriteArgs) GetFirstArgument

func (p *InteractionServerFavoriteArgs) GetFirstArgument() interface{}

func (*InteractionServerFavoriteArgs) GetReq

func (*InteractionServerFavoriteArgs) InitDefault

func (p *InteractionServerFavoriteArgs) InitDefault()

func (*InteractionServerFavoriteArgs) IsSetReq

func (p *InteractionServerFavoriteArgs) IsSetReq() bool

func (*InteractionServerFavoriteArgs) Read

func (p *InteractionServerFavoriteArgs) Read(iprot thrift.TProtocol) (err error)

func (*InteractionServerFavoriteArgs) ReadField1

func (p *InteractionServerFavoriteArgs) ReadField1(iprot thrift.TProtocol) error

func (*InteractionServerFavoriteArgs) SetReq

func (*InteractionServerFavoriteArgs) String

func (*InteractionServerFavoriteArgs) Write

func (p *InteractionServerFavoriteArgs) Write(oprot thrift.TProtocol) (err error)

type InteractionServerFavoriteResult

type InteractionServerFavoriteResult struct {
	Success *DouyinFavoriteActionResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinFavoriteActionResponse" json:"success,omitempty"`
}

func NewInteractionServerFavoriteResult

func NewInteractionServerFavoriteResult() *InteractionServerFavoriteResult

func (*InteractionServerFavoriteResult) BLength

func (p *InteractionServerFavoriteResult) BLength() int

func (*InteractionServerFavoriteResult) DeepEqual

func (*InteractionServerFavoriteResult) FastRead

func (p *InteractionServerFavoriteResult) FastRead(buf []byte) (int, error)

func (*InteractionServerFavoriteResult) FastReadField0

func (p *InteractionServerFavoriteResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerFavoriteResult) FastWrite

func (p *InteractionServerFavoriteResult) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerFavoriteResult) FastWriteNocopy

func (p *InteractionServerFavoriteResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerFavoriteResult) Field0DeepEqual

func (*InteractionServerFavoriteResult) GetResult

func (p *InteractionServerFavoriteResult) GetResult() interface{}

func (*InteractionServerFavoriteResult) GetSuccess

func (*InteractionServerFavoriteResult) InitDefault

func (p *InteractionServerFavoriteResult) InitDefault()

func (*InteractionServerFavoriteResult) IsSetSuccess

func (p *InteractionServerFavoriteResult) IsSetSuccess() bool

func (*InteractionServerFavoriteResult) Read

func (*InteractionServerFavoriteResult) ReadField0

func (*InteractionServerFavoriteResult) SetSuccess

func (p *InteractionServerFavoriteResult) SetSuccess(x interface{})

func (*InteractionServerFavoriteResult) String

func (*InteractionServerFavoriteResult) Write

func (p *InteractionServerFavoriteResult) Write(oprot thrift.TProtocol) (err error)

type InteractionServerGetCommentListArgs

type InteractionServerGetCommentListArgs struct {
	Req *DouyinGetCommentListRequest `thrift:"req,1" frugal:"1,default,DouyinGetCommentListRequest" json:"req"`
}

func NewInteractionServerGetCommentListArgs

func NewInteractionServerGetCommentListArgs() *InteractionServerGetCommentListArgs

func (*InteractionServerGetCommentListArgs) BLength

func (*InteractionServerGetCommentListArgs) DeepEqual

func (*InteractionServerGetCommentListArgs) FastRead

func (p *InteractionServerGetCommentListArgs) FastRead(buf []byte) (int, error)

func (*InteractionServerGetCommentListArgs) FastReadField1

func (p *InteractionServerGetCommentListArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerGetCommentListArgs) FastWrite

func (p *InteractionServerGetCommentListArgs) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerGetCommentListArgs) FastWriteNocopy

func (p *InteractionServerGetCommentListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetCommentListArgs) Field1DeepEqual

func (*InteractionServerGetCommentListArgs) GetFirstArgument

func (p *InteractionServerGetCommentListArgs) GetFirstArgument() interface{}

func (*InteractionServerGetCommentListArgs) GetReq

func (*InteractionServerGetCommentListArgs) InitDefault

func (p *InteractionServerGetCommentListArgs) InitDefault()

func (*InteractionServerGetCommentListArgs) IsSetReq

func (*InteractionServerGetCommentListArgs) Read

func (*InteractionServerGetCommentListArgs) ReadField1

func (*InteractionServerGetCommentListArgs) SetReq

func (*InteractionServerGetCommentListArgs) String

func (*InteractionServerGetCommentListArgs) Write

type InteractionServerGetCommentListResult

type InteractionServerGetCommentListResult struct {
	Success *DouyinGetCommentListResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinGetCommentListResponse" json:"success,omitempty"`
}

func NewInteractionServerGetCommentListResult

func NewInteractionServerGetCommentListResult() *InteractionServerGetCommentListResult

func (*InteractionServerGetCommentListResult) BLength

func (*InteractionServerGetCommentListResult) DeepEqual

func (*InteractionServerGetCommentListResult) FastRead

func (p *InteractionServerGetCommentListResult) FastRead(buf []byte) (int, error)

func (*InteractionServerGetCommentListResult) FastReadField0

func (p *InteractionServerGetCommentListResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerGetCommentListResult) FastWrite

func (p *InteractionServerGetCommentListResult) FastWrite(buf []byte) int

for compatibility

func (*InteractionServerGetCommentListResult) FastWriteNocopy

func (p *InteractionServerGetCommentListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetCommentListResult) Field0DeepEqual

func (*InteractionServerGetCommentListResult) GetResult

func (p *InteractionServerGetCommentListResult) GetResult() interface{}

func (*InteractionServerGetCommentListResult) GetSuccess

func (*InteractionServerGetCommentListResult) InitDefault

func (p *InteractionServerGetCommentListResult) InitDefault()

func (*InteractionServerGetCommentListResult) IsSetSuccess

func (p *InteractionServerGetCommentListResult) IsSetSuccess() bool

func (*InteractionServerGetCommentListResult) Read

func (*InteractionServerGetCommentListResult) ReadField0

func (*InteractionServerGetCommentListResult) SetSuccess

func (p *InteractionServerGetCommentListResult) SetSuccess(x interface{})

func (*InteractionServerGetCommentListResult) String

func (*InteractionServerGetCommentListResult) Write

type InteractionServerGetFavoriteVideoIdListArgs

type InteractionServerGetFavoriteVideoIdListArgs struct {
	Req *DouyinGetFavoriteVideoIdListRequest `thrift:"req,1" frugal:"1,default,DouyinGetFavoriteVideoIdListRequest" json:"req"`
}

func NewInteractionServerGetFavoriteVideoIdListArgs

func NewInteractionServerGetFavoriteVideoIdListArgs() *InteractionServerGetFavoriteVideoIdListArgs

func (*InteractionServerGetFavoriteVideoIdListArgs) BLength

func (*InteractionServerGetFavoriteVideoIdListArgs) DeepEqual

func (*InteractionServerGetFavoriteVideoIdListArgs) FastRead

func (*InteractionServerGetFavoriteVideoIdListArgs) FastReadField1

func (p *InteractionServerGetFavoriteVideoIdListArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerGetFavoriteVideoIdListArgs) FastWrite

for compatibility

func (*InteractionServerGetFavoriteVideoIdListArgs) FastWriteNocopy

func (p *InteractionServerGetFavoriteVideoIdListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetFavoriteVideoIdListArgs) Field1DeepEqual

func (*InteractionServerGetFavoriteVideoIdListArgs) GetFirstArgument

func (p *InteractionServerGetFavoriteVideoIdListArgs) GetFirstArgument() interface{}

func (*InteractionServerGetFavoriteVideoIdListArgs) GetReq

func (*InteractionServerGetFavoriteVideoIdListArgs) InitDefault

func (*InteractionServerGetFavoriteVideoIdListArgs) IsSetReq

func (*InteractionServerGetFavoriteVideoIdListArgs) Read

func (*InteractionServerGetFavoriteVideoIdListArgs) ReadField1

func (*InteractionServerGetFavoriteVideoIdListArgs) SetReq

func (*InteractionServerGetFavoriteVideoIdListArgs) String

func (*InteractionServerGetFavoriteVideoIdListArgs) Write

type InteractionServerGetFavoriteVideoIdListResult

type InteractionServerGetFavoriteVideoIdListResult struct {
	Success *DouyinGetFavoriteVideoIdListResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinGetFavoriteVideoIdListResponse" json:"success,omitempty"`
}

func NewInteractionServerGetFavoriteVideoIdListResult

func NewInteractionServerGetFavoriteVideoIdListResult() *InteractionServerGetFavoriteVideoIdListResult

func (*InteractionServerGetFavoriteVideoIdListResult) BLength

func (*InteractionServerGetFavoriteVideoIdListResult) DeepEqual

func (*InteractionServerGetFavoriteVideoIdListResult) FastRead

func (*InteractionServerGetFavoriteVideoIdListResult) FastReadField0

func (p *InteractionServerGetFavoriteVideoIdListResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerGetFavoriteVideoIdListResult) FastWrite

for compatibility

func (*InteractionServerGetFavoriteVideoIdListResult) FastWriteNocopy

func (p *InteractionServerGetFavoriteVideoIdListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetFavoriteVideoIdListResult) Field0DeepEqual

func (*InteractionServerGetFavoriteVideoIdListResult) GetResult

func (p *InteractionServerGetFavoriteVideoIdListResult) GetResult() interface{}

func (*InteractionServerGetFavoriteVideoIdListResult) GetSuccess

func (*InteractionServerGetFavoriteVideoIdListResult) InitDefault

func (*InteractionServerGetFavoriteVideoIdListResult) IsSetSuccess

func (*InteractionServerGetFavoriteVideoIdListResult) Read

func (*InteractionServerGetFavoriteVideoIdListResult) ReadField0

func (*InteractionServerGetFavoriteVideoIdListResult) SetSuccess

func (p *InteractionServerGetFavoriteVideoIdListResult) SetSuccess(x interface{})

func (*InteractionServerGetFavoriteVideoIdListResult) String

func (*InteractionServerGetFavoriteVideoIdListResult) Write

type InteractionServerGetUserInteractInfoArgs

type InteractionServerGetUserInteractInfoArgs struct {
	Req *DouyinGetUserInteractInfoRequest `thrift:"req,1" frugal:"1,default,DouyinGetUserInteractInfoRequest" json:"req"`
}

func NewInteractionServerGetUserInteractInfoArgs

func NewInteractionServerGetUserInteractInfoArgs() *InteractionServerGetUserInteractInfoArgs

func (*InteractionServerGetUserInteractInfoArgs) BLength

func (*InteractionServerGetUserInteractInfoArgs) DeepEqual

func (*InteractionServerGetUserInteractInfoArgs) FastRead

func (*InteractionServerGetUserInteractInfoArgs) FastReadField1

func (p *InteractionServerGetUserInteractInfoArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerGetUserInteractInfoArgs) FastWrite

for compatibility

func (*InteractionServerGetUserInteractInfoArgs) FastWriteNocopy

func (p *InteractionServerGetUserInteractInfoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetUserInteractInfoArgs) Field1DeepEqual

func (*InteractionServerGetUserInteractInfoArgs) GetFirstArgument

func (p *InteractionServerGetUserInteractInfoArgs) GetFirstArgument() interface{}

func (*InteractionServerGetUserInteractInfoArgs) GetReq

func (*InteractionServerGetUserInteractInfoArgs) InitDefault

func (*InteractionServerGetUserInteractInfoArgs) IsSetReq

func (*InteractionServerGetUserInteractInfoArgs) Read

func (*InteractionServerGetUserInteractInfoArgs) ReadField1

func (*InteractionServerGetUserInteractInfoArgs) SetReq

func (*InteractionServerGetUserInteractInfoArgs) String

func (*InteractionServerGetUserInteractInfoArgs) Write

type InteractionServerGetUserInteractInfoResult

type InteractionServerGetUserInteractInfoResult struct {
	Success *DouyinGetUserInteractInfoResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinGetUserInteractInfoResponse" json:"success,omitempty"`
}

func NewInteractionServerGetUserInteractInfoResult

func NewInteractionServerGetUserInteractInfoResult() *InteractionServerGetUserInteractInfoResult

func (*InteractionServerGetUserInteractInfoResult) BLength

func (*InteractionServerGetUserInteractInfoResult) DeepEqual

func (*InteractionServerGetUserInteractInfoResult) FastRead

func (*InteractionServerGetUserInteractInfoResult) FastReadField0

func (p *InteractionServerGetUserInteractInfoResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerGetUserInteractInfoResult) FastWrite

for compatibility

func (*InteractionServerGetUserInteractInfoResult) FastWriteNocopy

func (p *InteractionServerGetUserInteractInfoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetUserInteractInfoResult) Field0DeepEqual

func (*InteractionServerGetUserInteractInfoResult) GetResult

func (p *InteractionServerGetUserInteractInfoResult) GetResult() interface{}

func (*InteractionServerGetUserInteractInfoResult) GetSuccess

func (*InteractionServerGetUserInteractInfoResult) InitDefault

func (*InteractionServerGetUserInteractInfoResult) IsSetSuccess

func (*InteractionServerGetUserInteractInfoResult) Read

func (*InteractionServerGetUserInteractInfoResult) ReadField0

func (*InteractionServerGetUserInteractInfoResult) SetSuccess

func (p *InteractionServerGetUserInteractInfoResult) SetSuccess(x interface{})

func (*InteractionServerGetUserInteractInfoResult) String

func (*InteractionServerGetUserInteractInfoResult) Write

type InteractionServerGetVideoInteractInfoArgs

type InteractionServerGetVideoInteractInfoArgs struct {
	Req *DouyinGetVideoInteractInfoRequest `thrift:"req,1" frugal:"1,default,DouyinGetVideoInteractInfoRequest" json:"req"`
}

func NewInteractionServerGetVideoInteractInfoArgs

func NewInteractionServerGetVideoInteractInfoArgs() *InteractionServerGetVideoInteractInfoArgs

func (*InteractionServerGetVideoInteractInfoArgs) BLength

func (*InteractionServerGetVideoInteractInfoArgs) DeepEqual

func (*InteractionServerGetVideoInteractInfoArgs) FastRead

func (*InteractionServerGetVideoInteractInfoArgs) FastReadField1

func (p *InteractionServerGetVideoInteractInfoArgs) FastReadField1(buf []byte) (int, error)

func (*InteractionServerGetVideoInteractInfoArgs) FastWrite

for compatibility

func (*InteractionServerGetVideoInteractInfoArgs) FastWriteNocopy

func (p *InteractionServerGetVideoInteractInfoArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetVideoInteractInfoArgs) Field1DeepEqual

func (*InteractionServerGetVideoInteractInfoArgs) GetFirstArgument

func (p *InteractionServerGetVideoInteractInfoArgs) GetFirstArgument() interface{}

func (*InteractionServerGetVideoInteractInfoArgs) GetReq

func (*InteractionServerGetVideoInteractInfoArgs) InitDefault

func (*InteractionServerGetVideoInteractInfoArgs) IsSetReq

func (*InteractionServerGetVideoInteractInfoArgs) Read

func (*InteractionServerGetVideoInteractInfoArgs) ReadField1

func (*InteractionServerGetVideoInteractInfoArgs) SetReq

func (*InteractionServerGetVideoInteractInfoArgs) String

func (*InteractionServerGetVideoInteractInfoArgs) Write

type InteractionServerGetVideoInteractInfoResult

type InteractionServerGetVideoInteractInfoResult struct {
	Success *DouyinGetVideoInteractInfoResponse `thrift:"success,0,optional" frugal:"0,optional,DouyinGetVideoInteractInfoResponse" json:"success,omitempty"`
}

func NewInteractionServerGetVideoInteractInfoResult

func NewInteractionServerGetVideoInteractInfoResult() *InteractionServerGetVideoInteractInfoResult

func (*InteractionServerGetVideoInteractInfoResult) BLength

func (*InteractionServerGetVideoInteractInfoResult) DeepEqual

func (*InteractionServerGetVideoInteractInfoResult) FastRead

func (*InteractionServerGetVideoInteractInfoResult) FastReadField0

func (p *InteractionServerGetVideoInteractInfoResult) FastReadField0(buf []byte) (int, error)

func (*InteractionServerGetVideoInteractInfoResult) FastWrite

for compatibility

func (*InteractionServerGetVideoInteractInfoResult) FastWriteNocopy

func (p *InteractionServerGetVideoInteractInfoResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int

func (*InteractionServerGetVideoInteractInfoResult) Field0DeepEqual

func (*InteractionServerGetVideoInteractInfoResult) GetResult

func (p *InteractionServerGetVideoInteractInfoResult) GetResult() interface{}

func (*InteractionServerGetVideoInteractInfoResult) GetSuccess

func (*InteractionServerGetVideoInteractInfoResult) InitDefault

func (*InteractionServerGetVideoInteractInfoResult) IsSetSuccess

func (*InteractionServerGetVideoInteractInfoResult) Read

func (*InteractionServerGetVideoInteractInfoResult) ReadField0

func (*InteractionServerGetVideoInteractInfoResult) SetSuccess

func (p *InteractionServerGetVideoInteractInfoResult) SetSuccess(x interface{})

func (*InteractionServerGetVideoInteractInfoResult) String

func (*InteractionServerGetVideoInteractInfoResult) Write

type InteractionServerProcessor

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

func NewInteractionServerProcessor

func NewInteractionServerProcessor(handler InteractionServer) *InteractionServerProcessor

func (*InteractionServerProcessor) AddToProcessorMap

func (p *InteractionServerProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)

func (*InteractionServerProcessor) GetProcessorFunction

func (p *InteractionServerProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)

func (*InteractionServerProcessor) Process

func (p *InteractionServerProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)

func (*InteractionServerProcessor) ProcessorMap

Directories

Path Synopsis
Code generated by Kitex v0.4.4.
Code generated by Kitex v0.4.4.

Jump to

Keyboard shortcuts

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