Documentation ¶
Index ¶
- Variables
- type BaseResp
- func (p *BaseResp) BLength() int
- func (p *BaseResp) DeepEqual(ano *BaseResp) bool
- func (p *BaseResp) FastRead(buf []byte) (int, error)
- func (p *BaseResp) FastReadField1(buf []byte) (int, error)
- func (p *BaseResp) FastReadField2(buf []byte) (int, error)
- func (p *BaseResp) FastWrite(buf []byte) int
- func (p *BaseResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *BaseResp) Field1DeepEqual(src int64) bool
- func (p *BaseResp) Field2DeepEqual(src string) bool
- func (p *BaseResp) GetCode() (v int64)
- func (p *BaseResp) GetMsg() (v string)
- func (p *BaseResp) InitDefault()
- func (p *BaseResp) Read(iprot thrift.TProtocol) (err error)
- func (p *BaseResp) ReadField1(iprot thrift.TProtocol) error
- func (p *BaseResp) ReadField2(iprot thrift.TProtocol) error
- func (p *BaseResp) SetCode(val int64)
- func (p *BaseResp) SetMsg(val string)
- func (p *BaseResp) String() string
- func (p *BaseResp) Write(oprot thrift.TProtocol) (err error)
- type Comment
- func (p *Comment) BLength() int
- func (p *Comment) DeepEqual(ano *Comment) bool
- func (p *Comment) FastRead(buf []byte) (int, error)
- func (p *Comment) FastReadField1(buf []byte) (int, error)
- func (p *Comment) FastReadField2(buf []byte) (int, error)
- func (p *Comment) FastReadField3(buf []byte) (int, error)
- func (p *Comment) FastReadField4(buf []byte) (int, error)
- func (p *Comment) FastWrite(buf []byte) int
- func (p *Comment) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *Comment) Field1DeepEqual(src int64) bool
- func (p *Comment) Field2DeepEqual(src *user.User) bool
- func (p *Comment) Field3DeepEqual(src string) bool
- func (p *Comment) Field4DeepEqual(src string) bool
- func (p *Comment) GetContent() (v string)
- func (p *Comment) GetCreateDate() (v string)
- func (p *Comment) GetId() (v int64)
- func (p *Comment) GetUser() (v *user.User)
- func (p *Comment) InitDefault()
- func (p *Comment) IsSetUser() bool
- func (p *Comment) Read(iprot thrift.TProtocol) (err error)
- func (p *Comment) ReadField1(iprot thrift.TProtocol) error
- func (p *Comment) ReadField2(iprot thrift.TProtocol) error
- func (p *Comment) ReadField3(iprot thrift.TProtocol) error
- func (p *Comment) ReadField4(iprot thrift.TProtocol) error
- func (p *Comment) SetContent(val string)
- func (p *Comment) SetCreateDate(val string)
- func (p *Comment) SetId(val int64)
- func (p *Comment) SetUser(val *user.User)
- func (p *Comment) String() string
- func (p *Comment) Write(oprot thrift.TProtocol) (err error)
- type CommentActionRequest
- func (p *CommentActionRequest) BLength() int
- func (p *CommentActionRequest) DeepEqual(ano *CommentActionRequest) bool
- func (p *CommentActionRequest) FastRead(buf []byte) (int, error)
- func (p *CommentActionRequest) FastReadField1(buf []byte) (int, error)
- func (p *CommentActionRequest) FastReadField2(buf []byte) (int, error)
- func (p *CommentActionRequest) FastReadField3(buf []byte) (int, error)
- func (p *CommentActionRequest) FastReadField4(buf []byte) (int, error)
- func (p *CommentActionRequest) FastReadField5(buf []byte) (int, error)
- func (p *CommentActionRequest) FastWrite(buf []byte) int
- func (p *CommentActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentActionRequest) Field1DeepEqual(src int64) bool
- func (p *CommentActionRequest) Field2DeepEqual(src int64) bool
- func (p *CommentActionRequest) Field3DeepEqual(src string) bool
- func (p *CommentActionRequest) Field4DeepEqual(src string) bool
- func (p *CommentActionRequest) Field5DeepEqual(src int64) bool
- func (p *CommentActionRequest) GetActionType() (v int64)
- func (p *CommentActionRequest) GetCommentId() (v int64)
- func (p *CommentActionRequest) GetCommentText() (v string)
- func (p *CommentActionRequest) GetToken() (v string)
- func (p *CommentActionRequest) GetVideoId() (v int64)
- func (p *CommentActionRequest) InitDefault()
- func (p *CommentActionRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentActionRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentActionRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentActionRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *CommentActionRequest) ReadField4(iprot thrift.TProtocol) error
- func (p *CommentActionRequest) ReadField5(iprot thrift.TProtocol) error
- func (p *CommentActionRequest) SetActionType(val int64)
- func (p *CommentActionRequest) SetCommentId(val int64)
- func (p *CommentActionRequest) SetCommentText(val string)
- func (p *CommentActionRequest) SetToken(val string)
- func (p *CommentActionRequest) SetVideoId(val int64)
- func (p *CommentActionRequest) String() string
- func (p *CommentActionRequest) Write(oprot thrift.TProtocol) (err error)
- type CommentActionResponse
- func (p *CommentActionResponse) BLength() int
- func (p *CommentActionResponse) DeepEqual(ano *CommentActionResponse) bool
- func (p *CommentActionResponse) FastRead(buf []byte) (int, error)
- func (p *CommentActionResponse) FastReadField1(buf []byte) (int, error)
- func (p *CommentActionResponse) FastReadField2(buf []byte) (int, error)
- func (p *CommentActionResponse) FastWrite(buf []byte) int
- func (p *CommentActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentActionResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *CommentActionResponse) Field2DeepEqual(src *Comment) bool
- func (p *CommentActionResponse) GetBase() (v *BaseResp)
- func (p *CommentActionResponse) GetComment() (v *Comment)
- func (p *CommentActionResponse) InitDefault()
- func (p *CommentActionResponse) IsSetBase() bool
- func (p *CommentActionResponse) IsSetComment() bool
- func (p *CommentActionResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentActionResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentActionResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentActionResponse) SetBase(val *BaseResp)
- func (p *CommentActionResponse) SetComment(val *Comment)
- func (p *CommentActionResponse) String() string
- func (p *CommentActionResponse) Write(oprot thrift.TProtocol) (err error)
- type CommentCountRequest
- func (p *CommentCountRequest) BLength() int
- func (p *CommentCountRequest) DeepEqual(ano *CommentCountRequest) bool
- func (p *CommentCountRequest) FastRead(buf []byte) (int, error)
- func (p *CommentCountRequest) FastReadField1(buf []byte) (int, error)
- func (p *CommentCountRequest) FastReadField2(buf []byte) (int, error)
- func (p *CommentCountRequest) FastWrite(buf []byte) int
- func (p *CommentCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentCountRequest) Field1DeepEqual(src int64) bool
- func (p *CommentCountRequest) Field2DeepEqual(src string) bool
- func (p *CommentCountRequest) GetToken() (v string)
- func (p *CommentCountRequest) GetVideoId() (v int64)
- func (p *CommentCountRequest) InitDefault()
- func (p *CommentCountRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentCountRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentCountRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentCountRequest) SetToken(val string)
- func (p *CommentCountRequest) SetVideoId(val int64)
- func (p *CommentCountRequest) String() string
- func (p *CommentCountRequest) Write(oprot thrift.TProtocol) (err error)
- type CommentCountResponse
- func (p *CommentCountResponse) BLength() int
- func (p *CommentCountResponse) DeepEqual(ano *CommentCountResponse) bool
- func (p *CommentCountResponse) FastRead(buf []byte) (int, error)
- func (p *CommentCountResponse) FastReadField1(buf []byte) (int, error)
- func (p *CommentCountResponse) FastReadField2(buf []byte) (int, error)
- func (p *CommentCountResponse) FastWrite(buf []byte) int
- func (p *CommentCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentCountResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *CommentCountResponse) Field2DeepEqual(src int64) bool
- func (p *CommentCountResponse) GetBase() (v *BaseResp)
- func (p *CommentCountResponse) GetCommentCount() (v int64)
- func (p *CommentCountResponse) InitDefault()
- func (p *CommentCountResponse) IsSetBase() bool
- func (p *CommentCountResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentCountResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentCountResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentCountResponse) SetBase(val *BaseResp)
- func (p *CommentCountResponse) SetCommentCount(val int64)
- func (p *CommentCountResponse) String() string
- func (p *CommentCountResponse) Write(oprot thrift.TProtocol) (err error)
- type CommentListRequest
- func (p *CommentListRequest) BLength() int
- func (p *CommentListRequest) DeepEqual(ano *CommentListRequest) bool
- func (p *CommentListRequest) FastRead(buf []byte) (int, error)
- func (p *CommentListRequest) FastReadField1(buf []byte) (int, error)
- func (p *CommentListRequest) FastReadField2(buf []byte) (int, error)
- func (p *CommentListRequest) FastWrite(buf []byte) int
- func (p *CommentListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentListRequest) Field1DeepEqual(src int64) bool
- func (p *CommentListRequest) Field2DeepEqual(src string) bool
- func (p *CommentListRequest) GetToken() (v string)
- func (p *CommentListRequest) GetVideoId() (v int64)
- func (p *CommentListRequest) InitDefault()
- func (p *CommentListRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentListRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentListRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentListRequest) SetToken(val string)
- func (p *CommentListRequest) SetVideoId(val int64)
- func (p *CommentListRequest) String() string
- func (p *CommentListRequest) Write(oprot thrift.TProtocol) (err error)
- type CommentListResponse
- func (p *CommentListResponse) BLength() int
- func (p *CommentListResponse) DeepEqual(ano *CommentListResponse) bool
- func (p *CommentListResponse) FastRead(buf []byte) (int, error)
- func (p *CommentListResponse) FastReadField1(buf []byte) (int, error)
- func (p *CommentListResponse) FastReadField2(buf []byte) (int, error)
- func (p *CommentListResponse) FastWrite(buf []byte) int
- func (p *CommentListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CommentListResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *CommentListResponse) Field2DeepEqual(src []*Comment) bool
- func (p *CommentListResponse) GetBase() (v *BaseResp)
- func (p *CommentListResponse) GetCommentList() (v []*Comment)
- func (p *CommentListResponse) InitDefault()
- func (p *CommentListResponse) IsSetBase() bool
- func (p *CommentListResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *CommentListResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *CommentListResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *CommentListResponse) SetBase(val *BaseResp)
- func (p *CommentListResponse) SetCommentList(val []*Comment)
- func (p *CommentListResponse) String() string
- func (p *CommentListResponse) Write(oprot thrift.TProtocol) (err error)
- type FavoriteActionRequest
- func (p *FavoriteActionRequest) BLength() int
- func (p *FavoriteActionRequest) DeepEqual(ano *FavoriteActionRequest) bool
- func (p *FavoriteActionRequest) FastRead(buf []byte) (int, error)
- func (p *FavoriteActionRequest) FastReadField1(buf []byte) (int, error)
- func (p *FavoriteActionRequest) FastReadField2(buf []byte) (int, error)
- func (p *FavoriteActionRequest) FastReadField3(buf []byte) (int, error)
- func (p *FavoriteActionRequest) FastWrite(buf []byte) int
- func (p *FavoriteActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *FavoriteActionRequest) Field1DeepEqual(src int64) bool
- func (p *FavoriteActionRequest) Field2DeepEqual(src int64) bool
- func (p *FavoriteActionRequest) Field3DeepEqual(src string) bool
- func (p *FavoriteActionRequest) GetActionType() (v int64)
- func (p *FavoriteActionRequest) GetToken() (v string)
- func (p *FavoriteActionRequest) GetVideoId() (v int64)
- func (p *FavoriteActionRequest) InitDefault()
- func (p *FavoriteActionRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *FavoriteActionRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *FavoriteActionRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *FavoriteActionRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *FavoriteActionRequest) SetActionType(val int64)
- func (p *FavoriteActionRequest) SetToken(val string)
- func (p *FavoriteActionRequest) SetVideoId(val int64)
- func (p *FavoriteActionRequest) String() string
- func (p *FavoriteActionRequest) Write(oprot thrift.TProtocol) (err error)
- type FavoriteActionResponse
- func (p *FavoriteActionResponse) BLength() int
- func (p *FavoriteActionResponse) DeepEqual(ano *FavoriteActionResponse) bool
- func (p *FavoriteActionResponse) FastRead(buf []byte) (int, error)
- func (p *FavoriteActionResponse) FastReadField1(buf []byte) (int, error)
- func (p *FavoriteActionResponse) FastWrite(buf []byte) int
- func (p *FavoriteActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *FavoriteActionResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *FavoriteActionResponse) GetBase() (v *BaseResp)
- func (p *FavoriteActionResponse) InitDefault()
- func (p *FavoriteActionResponse) IsSetBase() bool
- func (p *FavoriteActionResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *FavoriteActionResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *FavoriteActionResponse) SetBase(val *BaseResp)
- func (p *FavoriteActionResponse) String() string
- func (p *FavoriteActionResponse) Write(oprot thrift.TProtocol) (err error)
- type FavoriteListRequest
- func (p *FavoriteListRequest) BLength() int
- func (p *FavoriteListRequest) DeepEqual(ano *FavoriteListRequest) bool
- func (p *FavoriteListRequest) FastRead(buf []byte) (int, error)
- func (p *FavoriteListRequest) FastReadField1(buf []byte) (int, error)
- func (p *FavoriteListRequest) FastReadField2(buf []byte) (int, error)
- func (p *FavoriteListRequest) FastWrite(buf []byte) int
- func (p *FavoriteListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *FavoriteListRequest) Field1DeepEqual(src int64) bool
- func (p *FavoriteListRequest) Field2DeepEqual(src string) bool
- func (p *FavoriteListRequest) GetToken() (v string)
- func (p *FavoriteListRequest) GetUserId() (v int64)
- func (p *FavoriteListRequest) InitDefault()
- func (p *FavoriteListRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *FavoriteListRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *FavoriteListRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *FavoriteListRequest) SetToken(val string)
- func (p *FavoriteListRequest) SetUserId(val int64)
- func (p *FavoriteListRequest) String() string
- func (p *FavoriteListRequest) Write(oprot thrift.TProtocol) (err error)
- type FavoriteListResponse
- func (p *FavoriteListResponse) BLength() int
- func (p *FavoriteListResponse) DeepEqual(ano *FavoriteListResponse) bool
- func (p *FavoriteListResponse) FastRead(buf []byte) (int, error)
- func (p *FavoriteListResponse) FastReadField1(buf []byte) (int, error)
- func (p *FavoriteListResponse) FastReadField2(buf []byte) (int, error)
- func (p *FavoriteListResponse) FastWrite(buf []byte) int
- func (p *FavoriteListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *FavoriteListResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *FavoriteListResponse) Field2DeepEqual(src []*Video) bool
- func (p *FavoriteListResponse) GetBase() (v *BaseResp)
- func (p *FavoriteListResponse) GetVideoList() (v []*Video)
- func (p *FavoriteListResponse) InitDefault()
- func (p *FavoriteListResponse) IsSetBase() bool
- func (p *FavoriteListResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *FavoriteListResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *FavoriteListResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *FavoriteListResponse) SetBase(val *BaseResp)
- func (p *FavoriteListResponse) SetVideoList(val []*Video)
- func (p *FavoriteListResponse) String() string
- func (p *FavoriteListResponse) Write(oprot thrift.TProtocol) (err error)
- type InteractionService
- type InteractionServiceClient
- func NewInteractionServiceClient(c thrift.TClient) *InteractionServiceClient
- func NewInteractionServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *InteractionServiceClient
- func NewInteractionServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *InteractionServiceClient
- func (p *InteractionServiceClient) Client_() thrift.TClient
- func (p *InteractionServiceClient) CommentAction(ctx context.Context, req *CommentActionRequest) (r *CommentActionResponse, err error)
- func (p *InteractionServiceClient) CommentCount(ctx context.Context, req *CommentCountRequest) (r *CommentCountResponse, err error)
- func (p *InteractionServiceClient) CommentList(ctx context.Context, req *CommentListRequest) (r *CommentListResponse, err error)
- func (p *InteractionServiceClient) FavoriteAction(ctx context.Context, req *FavoriteActionRequest) (r *FavoriteActionResponse, err error)
- func (p *InteractionServiceClient) FavoriteList(ctx context.Context, req *FavoriteListRequest) (r *FavoriteListResponse, err error)
- func (p *InteractionServiceClient) IsFavorite(ctx context.Context, req *IsFavoriteRequest) (r *IsFavoriteResponse, err error)
- func (p *InteractionServiceClient) UserFavoriteCount(ctx context.Context, req *UserFavoriteCountRequest) (r *UserFavoriteCountResponse, err error)
- func (p *InteractionServiceClient) UserTotalFavorited(ctx context.Context, req *UserTotalFavoritedRequest) (r *UserTotalFavoritedResponse, err error)
- func (p *InteractionServiceClient) VideoFavoritedCount(ctx context.Context, req *VideoFavoritedCountRequest) (r *VideoFavoritedCountResponse, err error)
- type InteractionServiceCommentActionArgs
- func (p *InteractionServiceCommentActionArgs) BLength() int
- func (p *InteractionServiceCommentActionArgs) DeepEqual(ano *InteractionServiceCommentActionArgs) bool
- func (p *InteractionServiceCommentActionArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentActionArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceCommentActionArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentActionArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentActionArgs) Field1DeepEqual(src *CommentActionRequest) bool
- func (p *InteractionServiceCommentActionArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceCommentActionArgs) GetReq() (v *CommentActionRequest)
- func (p *InteractionServiceCommentActionArgs) InitDefault()
- func (p *InteractionServiceCommentActionArgs) IsSetReq() bool
- func (p *InteractionServiceCommentActionArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentActionArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentActionArgs) SetReq(val *CommentActionRequest)
- func (p *InteractionServiceCommentActionArgs) String() string
- func (p *InteractionServiceCommentActionArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceCommentActionResult
- func (p *InteractionServiceCommentActionResult) BLength() int
- func (p *InteractionServiceCommentActionResult) DeepEqual(ano *InteractionServiceCommentActionResult) bool
- func (p *InteractionServiceCommentActionResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentActionResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceCommentActionResult) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentActionResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentActionResult) Field0DeepEqual(src *CommentActionResponse) bool
- func (p *InteractionServiceCommentActionResult) GetResult() interface{}
- func (p *InteractionServiceCommentActionResult) GetSuccess() (v *CommentActionResponse)
- func (p *InteractionServiceCommentActionResult) InitDefault()
- func (p *InteractionServiceCommentActionResult) IsSetSuccess() bool
- func (p *InteractionServiceCommentActionResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentActionResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentActionResult) SetSuccess(x interface{})
- func (p *InteractionServiceCommentActionResult) String() string
- func (p *InteractionServiceCommentActionResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceCommentCountArgs
- func (p *InteractionServiceCommentCountArgs) BLength() int
- func (p *InteractionServiceCommentCountArgs) DeepEqual(ano *InteractionServiceCommentCountArgs) bool
- func (p *InteractionServiceCommentCountArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentCountArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceCommentCountArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentCountArgs) Field1DeepEqual(src *CommentCountRequest) bool
- func (p *InteractionServiceCommentCountArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceCommentCountArgs) GetReq() (v *CommentCountRequest)
- func (p *InteractionServiceCommentCountArgs) InitDefault()
- func (p *InteractionServiceCommentCountArgs) IsSetReq() bool
- func (p *InteractionServiceCommentCountArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentCountArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentCountArgs) SetReq(val *CommentCountRequest)
- func (p *InteractionServiceCommentCountArgs) String() string
- func (p *InteractionServiceCommentCountArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceCommentCountResult
- func (p *InteractionServiceCommentCountResult) BLength() int
- func (p *InteractionServiceCommentCountResult) DeepEqual(ano *InteractionServiceCommentCountResult) bool
- func (p *InteractionServiceCommentCountResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentCountResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceCommentCountResult) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentCountResult) Field0DeepEqual(src *CommentCountResponse) bool
- func (p *InteractionServiceCommentCountResult) GetResult() interface{}
- func (p *InteractionServiceCommentCountResult) GetSuccess() (v *CommentCountResponse)
- func (p *InteractionServiceCommentCountResult) InitDefault()
- func (p *InteractionServiceCommentCountResult) IsSetSuccess() bool
- func (p *InteractionServiceCommentCountResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentCountResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentCountResult) SetSuccess(x interface{})
- func (p *InteractionServiceCommentCountResult) String() string
- func (p *InteractionServiceCommentCountResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceCommentListArgs
- func (p *InteractionServiceCommentListArgs) BLength() int
- func (p *InteractionServiceCommentListArgs) DeepEqual(ano *InteractionServiceCommentListArgs) bool
- func (p *InteractionServiceCommentListArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentListArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceCommentListArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentListArgs) Field1DeepEqual(src *CommentListRequest) bool
- func (p *InteractionServiceCommentListArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceCommentListArgs) GetReq() (v *CommentListRequest)
- func (p *InteractionServiceCommentListArgs) InitDefault()
- func (p *InteractionServiceCommentListArgs) IsSetReq() bool
- func (p *InteractionServiceCommentListArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentListArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentListArgs) SetReq(val *CommentListRequest)
- func (p *InteractionServiceCommentListArgs) String() string
- func (p *InteractionServiceCommentListArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceCommentListResult
- func (p *InteractionServiceCommentListResult) BLength() int
- func (p *InteractionServiceCommentListResult) DeepEqual(ano *InteractionServiceCommentListResult) bool
- func (p *InteractionServiceCommentListResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceCommentListResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceCommentListResult) FastWrite(buf []byte) int
- func (p *InteractionServiceCommentListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceCommentListResult) Field0DeepEqual(src *CommentListResponse) bool
- func (p *InteractionServiceCommentListResult) GetResult() interface{}
- func (p *InteractionServiceCommentListResult) GetSuccess() (v *CommentListResponse)
- func (p *InteractionServiceCommentListResult) InitDefault()
- func (p *InteractionServiceCommentListResult) IsSetSuccess() bool
- func (p *InteractionServiceCommentListResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceCommentListResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceCommentListResult) SetSuccess(x interface{})
- func (p *InteractionServiceCommentListResult) String() string
- func (p *InteractionServiceCommentListResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceFavoriteActionArgs
- func (p *InteractionServiceFavoriteActionArgs) BLength() int
- func (p *InteractionServiceFavoriteActionArgs) DeepEqual(ano *InteractionServiceFavoriteActionArgs) bool
- func (p *InteractionServiceFavoriteActionArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteActionArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteActionArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceFavoriteActionArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceFavoriteActionArgs) Field1DeepEqual(src *FavoriteActionRequest) bool
- func (p *InteractionServiceFavoriteActionArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceFavoriteActionArgs) GetReq() (v *FavoriteActionRequest)
- func (p *InteractionServiceFavoriteActionArgs) InitDefault()
- func (p *InteractionServiceFavoriteActionArgs) IsSetReq() bool
- func (p *InteractionServiceFavoriteActionArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceFavoriteActionArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceFavoriteActionArgs) SetReq(val *FavoriteActionRequest)
- func (p *InteractionServiceFavoriteActionArgs) String() string
- func (p *InteractionServiceFavoriteActionArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceFavoriteActionResult
- func (p *InteractionServiceFavoriteActionResult) BLength() int
- func (p *InteractionServiceFavoriteActionResult) DeepEqual(ano *InteractionServiceFavoriteActionResult) bool
- func (p *InteractionServiceFavoriteActionResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteActionResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteActionResult) FastWrite(buf []byte) int
- func (p *InteractionServiceFavoriteActionResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceFavoriteActionResult) Field0DeepEqual(src *FavoriteActionResponse) bool
- func (p *InteractionServiceFavoriteActionResult) GetResult() interface{}
- func (p *InteractionServiceFavoriteActionResult) GetSuccess() (v *FavoriteActionResponse)
- func (p *InteractionServiceFavoriteActionResult) InitDefault()
- func (p *InteractionServiceFavoriteActionResult) IsSetSuccess() bool
- func (p *InteractionServiceFavoriteActionResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceFavoriteActionResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceFavoriteActionResult) SetSuccess(x interface{})
- func (p *InteractionServiceFavoriteActionResult) String() string
- func (p *InteractionServiceFavoriteActionResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceFavoriteListArgs
- func (p *InteractionServiceFavoriteListArgs) BLength() int
- func (p *InteractionServiceFavoriteListArgs) DeepEqual(ano *InteractionServiceFavoriteListArgs) bool
- func (p *InteractionServiceFavoriteListArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteListArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteListArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceFavoriteListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceFavoriteListArgs) Field1DeepEqual(src *FavoriteListRequest) bool
- func (p *InteractionServiceFavoriteListArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceFavoriteListArgs) GetReq() (v *FavoriteListRequest)
- func (p *InteractionServiceFavoriteListArgs) InitDefault()
- func (p *InteractionServiceFavoriteListArgs) IsSetReq() bool
- func (p *InteractionServiceFavoriteListArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceFavoriteListArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceFavoriteListArgs) SetReq(val *FavoriteListRequest)
- func (p *InteractionServiceFavoriteListArgs) String() string
- func (p *InteractionServiceFavoriteListArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceFavoriteListResult
- func (p *InteractionServiceFavoriteListResult) BLength() int
- func (p *InteractionServiceFavoriteListResult) DeepEqual(ano *InteractionServiceFavoriteListResult) bool
- func (p *InteractionServiceFavoriteListResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteListResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceFavoriteListResult) FastWrite(buf []byte) int
- func (p *InteractionServiceFavoriteListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceFavoriteListResult) Field0DeepEqual(src *FavoriteListResponse) bool
- func (p *InteractionServiceFavoriteListResult) GetResult() interface{}
- func (p *InteractionServiceFavoriteListResult) GetSuccess() (v *FavoriteListResponse)
- func (p *InteractionServiceFavoriteListResult) InitDefault()
- func (p *InteractionServiceFavoriteListResult) IsSetSuccess() bool
- func (p *InteractionServiceFavoriteListResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceFavoriteListResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceFavoriteListResult) SetSuccess(x interface{})
- func (p *InteractionServiceFavoriteListResult) String() string
- func (p *InteractionServiceFavoriteListResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceIsFavoriteArgs
- func (p *InteractionServiceIsFavoriteArgs) BLength() int
- func (p *InteractionServiceIsFavoriteArgs) DeepEqual(ano *InteractionServiceIsFavoriteArgs) bool
- func (p *InteractionServiceIsFavoriteArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceIsFavoriteArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceIsFavoriteArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceIsFavoriteArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceIsFavoriteArgs) Field1DeepEqual(src *IsFavoriteRequest) bool
- func (p *InteractionServiceIsFavoriteArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceIsFavoriteArgs) GetReq() (v *IsFavoriteRequest)
- func (p *InteractionServiceIsFavoriteArgs) InitDefault()
- func (p *InteractionServiceIsFavoriteArgs) IsSetReq() bool
- func (p *InteractionServiceIsFavoriteArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceIsFavoriteArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceIsFavoriteArgs) SetReq(val *IsFavoriteRequest)
- func (p *InteractionServiceIsFavoriteArgs) String() string
- func (p *InteractionServiceIsFavoriteArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceIsFavoriteResult
- func (p *InteractionServiceIsFavoriteResult) BLength() int
- func (p *InteractionServiceIsFavoriteResult) DeepEqual(ano *InteractionServiceIsFavoriteResult) bool
- func (p *InteractionServiceIsFavoriteResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceIsFavoriteResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceIsFavoriteResult) FastWrite(buf []byte) int
- func (p *InteractionServiceIsFavoriteResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceIsFavoriteResult) Field0DeepEqual(src *IsFavoriteResponse) bool
- func (p *InteractionServiceIsFavoriteResult) GetResult() interface{}
- func (p *InteractionServiceIsFavoriteResult) GetSuccess() (v *IsFavoriteResponse)
- func (p *InteractionServiceIsFavoriteResult) InitDefault()
- func (p *InteractionServiceIsFavoriteResult) IsSetSuccess() bool
- func (p *InteractionServiceIsFavoriteResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceIsFavoriteResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceIsFavoriteResult) SetSuccess(x interface{})
- func (p *InteractionServiceIsFavoriteResult) String() string
- func (p *InteractionServiceIsFavoriteResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceProcessor
- func (p *InteractionServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *InteractionServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *InteractionServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *InteractionServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type InteractionServiceUserFavoriteCountArgs
- func (p *InteractionServiceUserFavoriteCountArgs) BLength() int
- func (p *InteractionServiceUserFavoriteCountArgs) DeepEqual(ano *InteractionServiceUserFavoriteCountArgs) bool
- func (p *InteractionServiceUserFavoriteCountArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceUserFavoriteCountArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceUserFavoriteCountArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceUserFavoriteCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceUserFavoriteCountArgs) Field1DeepEqual(src *UserFavoriteCountRequest) bool
- func (p *InteractionServiceUserFavoriteCountArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceUserFavoriteCountArgs) GetReq() (v *UserFavoriteCountRequest)
- func (p *InteractionServiceUserFavoriteCountArgs) InitDefault()
- func (p *InteractionServiceUserFavoriteCountArgs) IsSetReq() bool
- func (p *InteractionServiceUserFavoriteCountArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceUserFavoriteCountArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceUserFavoriteCountArgs) SetReq(val *UserFavoriteCountRequest)
- func (p *InteractionServiceUserFavoriteCountArgs) String() string
- func (p *InteractionServiceUserFavoriteCountArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceUserFavoriteCountResult
- func (p *InteractionServiceUserFavoriteCountResult) BLength() int
- func (p *InteractionServiceUserFavoriteCountResult) DeepEqual(ano *InteractionServiceUserFavoriteCountResult) bool
- func (p *InteractionServiceUserFavoriteCountResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceUserFavoriteCountResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceUserFavoriteCountResult) FastWrite(buf []byte) int
- func (p *InteractionServiceUserFavoriteCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceUserFavoriteCountResult) Field0DeepEqual(src *UserFavoriteCountResponse) bool
- func (p *InteractionServiceUserFavoriteCountResult) GetResult() interface{}
- func (p *InteractionServiceUserFavoriteCountResult) GetSuccess() (v *UserFavoriteCountResponse)
- func (p *InteractionServiceUserFavoriteCountResult) InitDefault()
- func (p *InteractionServiceUserFavoriteCountResult) IsSetSuccess() bool
- func (p *InteractionServiceUserFavoriteCountResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceUserFavoriteCountResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceUserFavoriteCountResult) SetSuccess(x interface{})
- func (p *InteractionServiceUserFavoriteCountResult) String() string
- func (p *InteractionServiceUserFavoriteCountResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceUserTotalFavoritedArgs
- func (p *InteractionServiceUserTotalFavoritedArgs) BLength() int
- func (p *InteractionServiceUserTotalFavoritedArgs) DeepEqual(ano *InteractionServiceUserTotalFavoritedArgs) bool
- func (p *InteractionServiceUserTotalFavoritedArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceUserTotalFavoritedArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceUserTotalFavoritedArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceUserTotalFavoritedArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceUserTotalFavoritedArgs) Field1DeepEqual(src *UserTotalFavoritedRequest) bool
- func (p *InteractionServiceUserTotalFavoritedArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceUserTotalFavoritedArgs) GetReq() (v *UserTotalFavoritedRequest)
- func (p *InteractionServiceUserTotalFavoritedArgs) InitDefault()
- func (p *InteractionServiceUserTotalFavoritedArgs) IsSetReq() bool
- func (p *InteractionServiceUserTotalFavoritedArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceUserTotalFavoritedArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceUserTotalFavoritedArgs) SetReq(val *UserTotalFavoritedRequest)
- func (p *InteractionServiceUserTotalFavoritedArgs) String() string
- func (p *InteractionServiceUserTotalFavoritedArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceUserTotalFavoritedResult
- func (p *InteractionServiceUserTotalFavoritedResult) BLength() int
- func (p *InteractionServiceUserTotalFavoritedResult) DeepEqual(ano *InteractionServiceUserTotalFavoritedResult) bool
- func (p *InteractionServiceUserTotalFavoritedResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceUserTotalFavoritedResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceUserTotalFavoritedResult) FastWrite(buf []byte) int
- func (p *InteractionServiceUserTotalFavoritedResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceUserTotalFavoritedResult) Field0DeepEqual(src *UserTotalFavoritedResponse) bool
- func (p *InteractionServiceUserTotalFavoritedResult) GetResult() interface{}
- func (p *InteractionServiceUserTotalFavoritedResult) GetSuccess() (v *UserTotalFavoritedResponse)
- func (p *InteractionServiceUserTotalFavoritedResult) InitDefault()
- func (p *InteractionServiceUserTotalFavoritedResult) IsSetSuccess() bool
- func (p *InteractionServiceUserTotalFavoritedResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceUserTotalFavoritedResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceUserTotalFavoritedResult) SetSuccess(x interface{})
- func (p *InteractionServiceUserTotalFavoritedResult) String() string
- func (p *InteractionServiceUserTotalFavoritedResult) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceVideoFavoritedCountArgs
- func (p *InteractionServiceVideoFavoritedCountArgs) BLength() int
- func (p *InteractionServiceVideoFavoritedCountArgs) DeepEqual(ano *InteractionServiceVideoFavoritedCountArgs) bool
- func (p *InteractionServiceVideoFavoritedCountArgs) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceVideoFavoritedCountArgs) FastReadField1(buf []byte) (int, error)
- func (p *InteractionServiceVideoFavoritedCountArgs) FastWrite(buf []byte) int
- func (p *InteractionServiceVideoFavoritedCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceVideoFavoritedCountArgs) Field1DeepEqual(src *VideoFavoritedCountRequest) bool
- func (p *InteractionServiceVideoFavoritedCountArgs) GetFirstArgument() interface{}
- func (p *InteractionServiceVideoFavoritedCountArgs) GetReq() (v *VideoFavoritedCountRequest)
- func (p *InteractionServiceVideoFavoritedCountArgs) InitDefault()
- func (p *InteractionServiceVideoFavoritedCountArgs) IsSetReq() bool
- func (p *InteractionServiceVideoFavoritedCountArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceVideoFavoritedCountArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *InteractionServiceVideoFavoritedCountArgs) SetReq(val *VideoFavoritedCountRequest)
- func (p *InteractionServiceVideoFavoritedCountArgs) String() string
- func (p *InteractionServiceVideoFavoritedCountArgs) Write(oprot thrift.TProtocol) (err error)
- type InteractionServiceVideoFavoritedCountResult
- func (p *InteractionServiceVideoFavoritedCountResult) BLength() int
- func (p *InteractionServiceVideoFavoritedCountResult) DeepEqual(ano *InteractionServiceVideoFavoritedCountResult) bool
- func (p *InteractionServiceVideoFavoritedCountResult) FastRead(buf []byte) (int, error)
- func (p *InteractionServiceVideoFavoritedCountResult) FastReadField0(buf []byte) (int, error)
- func (p *InteractionServiceVideoFavoritedCountResult) FastWrite(buf []byte) int
- func (p *InteractionServiceVideoFavoritedCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *InteractionServiceVideoFavoritedCountResult) Field0DeepEqual(src *VideoFavoritedCountResponse) bool
- func (p *InteractionServiceVideoFavoritedCountResult) GetResult() interface{}
- func (p *InteractionServiceVideoFavoritedCountResult) GetSuccess() (v *VideoFavoritedCountResponse)
- func (p *InteractionServiceVideoFavoritedCountResult) InitDefault()
- func (p *InteractionServiceVideoFavoritedCountResult) IsSetSuccess() bool
- func (p *InteractionServiceVideoFavoritedCountResult) Read(iprot thrift.TProtocol) (err error)
- func (p *InteractionServiceVideoFavoritedCountResult) ReadField0(iprot thrift.TProtocol) error
- func (p *InteractionServiceVideoFavoritedCountResult) SetSuccess(x interface{})
- func (p *InteractionServiceVideoFavoritedCountResult) String() string
- func (p *InteractionServiceVideoFavoritedCountResult) Write(oprot thrift.TProtocol) (err error)
- type IsFavoriteRequest
- func (p *IsFavoriteRequest) BLength() int
- func (p *IsFavoriteRequest) DeepEqual(ano *IsFavoriteRequest) bool
- func (p *IsFavoriteRequest) FastRead(buf []byte) (int, error)
- func (p *IsFavoriteRequest) FastReadField1(buf []byte) (int, error)
- func (p *IsFavoriteRequest) FastReadField2(buf []byte) (int, error)
- func (p *IsFavoriteRequest) FastReadField3(buf []byte) (int, error)
- func (p *IsFavoriteRequest) FastWrite(buf []byte) int
- func (p *IsFavoriteRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *IsFavoriteRequest) Field1DeepEqual(src int64) bool
- func (p *IsFavoriteRequest) Field2DeepEqual(src int64) bool
- func (p *IsFavoriteRequest) Field3DeepEqual(src string) bool
- func (p *IsFavoriteRequest) GetToken() (v string)
- func (p *IsFavoriteRequest) GetUserId() (v int64)
- func (p *IsFavoriteRequest) GetVideoId() (v int64)
- func (p *IsFavoriteRequest) InitDefault()
- func (p *IsFavoriteRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *IsFavoriteRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *IsFavoriteRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *IsFavoriteRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *IsFavoriteRequest) SetToken(val string)
- func (p *IsFavoriteRequest) SetUserId(val int64)
- func (p *IsFavoriteRequest) SetVideoId(val int64)
- func (p *IsFavoriteRequest) String() string
- func (p *IsFavoriteRequest) Write(oprot thrift.TProtocol) (err error)
- type IsFavoriteResponse
- func (p *IsFavoriteResponse) BLength() int
- func (p *IsFavoriteResponse) DeepEqual(ano *IsFavoriteResponse) bool
- func (p *IsFavoriteResponse) FastRead(buf []byte) (int, error)
- func (p *IsFavoriteResponse) FastReadField1(buf []byte) (int, error)
- func (p *IsFavoriteResponse) FastReadField2(buf []byte) (int, error)
- func (p *IsFavoriteResponse) FastWrite(buf []byte) int
- func (p *IsFavoriteResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *IsFavoriteResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *IsFavoriteResponse) Field2DeepEqual(src bool) bool
- func (p *IsFavoriteResponse) GetBase() (v *BaseResp)
- func (p *IsFavoriteResponse) GetIsFavorite() (v bool)
- func (p *IsFavoriteResponse) InitDefault()
- func (p *IsFavoriteResponse) IsSetBase() bool
- func (p *IsFavoriteResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *IsFavoriteResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *IsFavoriteResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *IsFavoriteResponse) SetBase(val *BaseResp)
- func (p *IsFavoriteResponse) SetIsFavorite(val bool)
- func (p *IsFavoriteResponse) String() string
- func (p *IsFavoriteResponse) Write(oprot thrift.TProtocol) (err error)
- type UserFavoriteCountRequest
- func (p *UserFavoriteCountRequest) BLength() int
- func (p *UserFavoriteCountRequest) DeepEqual(ano *UserFavoriteCountRequest) bool
- func (p *UserFavoriteCountRequest) FastRead(buf []byte) (int, error)
- func (p *UserFavoriteCountRequest) FastReadField1(buf []byte) (int, error)
- func (p *UserFavoriteCountRequest) FastReadField2(buf []byte) (int, error)
- func (p *UserFavoriteCountRequest) FastWrite(buf []byte) int
- func (p *UserFavoriteCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *UserFavoriteCountRequest) Field1DeepEqual(src int64) bool
- func (p *UserFavoriteCountRequest) Field2DeepEqual(src string) bool
- func (p *UserFavoriteCountRequest) GetToken() (v string)
- func (p *UserFavoriteCountRequest) GetUserId() (v int64)
- func (p *UserFavoriteCountRequest) InitDefault()
- func (p *UserFavoriteCountRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *UserFavoriteCountRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *UserFavoriteCountRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *UserFavoriteCountRequest) SetToken(val string)
- func (p *UserFavoriteCountRequest) SetUserId(val int64)
- func (p *UserFavoriteCountRequest) String() string
- func (p *UserFavoriteCountRequest) Write(oprot thrift.TProtocol) (err error)
- type UserFavoriteCountResponse
- func (p *UserFavoriteCountResponse) BLength() int
- func (p *UserFavoriteCountResponse) DeepEqual(ano *UserFavoriteCountResponse) bool
- func (p *UserFavoriteCountResponse) FastRead(buf []byte) (int, error)
- func (p *UserFavoriteCountResponse) FastReadField1(buf []byte) (int, error)
- func (p *UserFavoriteCountResponse) FastReadField2(buf []byte) (int, error)
- func (p *UserFavoriteCountResponse) FastWrite(buf []byte) int
- func (p *UserFavoriteCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *UserFavoriteCountResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *UserFavoriteCountResponse) Field2DeepEqual(src int64) bool
- func (p *UserFavoriteCountResponse) GetBase() (v *BaseResp)
- func (p *UserFavoriteCountResponse) GetLikeCount() (v int64)
- func (p *UserFavoriteCountResponse) InitDefault()
- func (p *UserFavoriteCountResponse) IsSetBase() bool
- func (p *UserFavoriteCountResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *UserFavoriteCountResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *UserFavoriteCountResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *UserFavoriteCountResponse) SetBase(val *BaseResp)
- func (p *UserFavoriteCountResponse) SetLikeCount(val int64)
- func (p *UserFavoriteCountResponse) String() string
- func (p *UserFavoriteCountResponse) Write(oprot thrift.TProtocol) (err error)
- type UserTotalFavoritedRequest
- func (p *UserTotalFavoritedRequest) BLength() int
- func (p *UserTotalFavoritedRequest) DeepEqual(ano *UserTotalFavoritedRequest) bool
- func (p *UserTotalFavoritedRequest) FastRead(buf []byte) (int, error)
- func (p *UserTotalFavoritedRequest) FastReadField1(buf []byte) (int, error)
- func (p *UserTotalFavoritedRequest) FastReadField2(buf []byte) (int, error)
- func (p *UserTotalFavoritedRequest) FastWrite(buf []byte) int
- func (p *UserTotalFavoritedRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *UserTotalFavoritedRequest) Field1DeepEqual(src string) bool
- func (p *UserTotalFavoritedRequest) Field2DeepEqual(src int64) bool
- func (p *UserTotalFavoritedRequest) GetToken() (v string)
- func (p *UserTotalFavoritedRequest) GetUserId() (v int64)
- func (p *UserTotalFavoritedRequest) InitDefault()
- func (p *UserTotalFavoritedRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *UserTotalFavoritedRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *UserTotalFavoritedRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *UserTotalFavoritedRequest) SetToken(val string)
- func (p *UserTotalFavoritedRequest) SetUserId(val int64)
- func (p *UserTotalFavoritedRequest) String() string
- func (p *UserTotalFavoritedRequest) Write(oprot thrift.TProtocol) (err error)
- type UserTotalFavoritedResponse
- func (p *UserTotalFavoritedResponse) BLength() int
- func (p *UserTotalFavoritedResponse) DeepEqual(ano *UserTotalFavoritedResponse) bool
- func (p *UserTotalFavoritedResponse) FastRead(buf []byte) (int, error)
- func (p *UserTotalFavoritedResponse) FastReadField1(buf []byte) (int, error)
- func (p *UserTotalFavoritedResponse) FastReadField2(buf []byte) (int, error)
- func (p *UserTotalFavoritedResponse) FastWrite(buf []byte) int
- func (p *UserTotalFavoritedResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *UserTotalFavoritedResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *UserTotalFavoritedResponse) Field2DeepEqual(src int64) bool
- func (p *UserTotalFavoritedResponse) GetBase() (v *BaseResp)
- func (p *UserTotalFavoritedResponse) GetTotalFavorited() (v int64)
- func (p *UserTotalFavoritedResponse) InitDefault()
- func (p *UserTotalFavoritedResponse) IsSetBase() bool
- func (p *UserTotalFavoritedResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *UserTotalFavoritedResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *UserTotalFavoritedResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *UserTotalFavoritedResponse) SetBase(val *BaseResp)
- func (p *UserTotalFavoritedResponse) SetTotalFavorited(val int64)
- func (p *UserTotalFavoritedResponse) String() string
- func (p *UserTotalFavoritedResponse) Write(oprot thrift.TProtocol) (err error)
- type Video
- func (p *Video) BLength() int
- func (p *Video) DeepEqual(ano *Video) bool
- func (p *Video) FastRead(buf []byte) (int, error)
- func (p *Video) FastReadField1(buf []byte) (int, error)
- func (p *Video) FastReadField2(buf []byte) (int, error)
- func (p *Video) FastReadField3(buf []byte) (int, error)
- func (p *Video) FastReadField4(buf []byte) (int, error)
- func (p *Video) FastReadField5(buf []byte) (int, error)
- func (p *Video) FastReadField6(buf []byte) (int, error)
- func (p *Video) FastReadField7(buf []byte) (int, error)
- func (p *Video) FastReadField8(buf []byte) (int, error)
- func (p *Video) FastWrite(buf []byte) int
- func (p *Video) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *Video) Field1DeepEqual(src int64) bool
- func (p *Video) Field2DeepEqual(src *user.User) bool
- func (p *Video) Field3DeepEqual(src string) bool
- func (p *Video) Field4DeepEqual(src string) bool
- func (p *Video) Field5DeepEqual(src int64) bool
- func (p *Video) Field6DeepEqual(src int64) bool
- func (p *Video) Field7DeepEqual(src bool) bool
- func (p *Video) Field8DeepEqual(src string) bool
- func (p *Video) GetAuthor() (v *user.User)
- func (p *Video) GetCommentCount() (v int64)
- func (p *Video) GetCoverUrl() (v string)
- func (p *Video) GetFavoriteCount() (v int64)
- func (p *Video) GetId() (v int64)
- func (p *Video) GetIsFavorite() (v bool)
- func (p *Video) GetPlayUrl() (v string)
- func (p *Video) GetTitle() (v string)
- func (p *Video) InitDefault()
- func (p *Video) IsSetAuthor() bool
- func (p *Video) Read(iprot thrift.TProtocol) (err error)
- func (p *Video) ReadField1(iprot thrift.TProtocol) error
- func (p *Video) ReadField2(iprot thrift.TProtocol) error
- func (p *Video) ReadField3(iprot thrift.TProtocol) error
- func (p *Video) ReadField4(iprot thrift.TProtocol) error
- func (p *Video) ReadField5(iprot thrift.TProtocol) error
- func (p *Video) ReadField6(iprot thrift.TProtocol) error
- func (p *Video) ReadField7(iprot thrift.TProtocol) error
- func (p *Video) ReadField8(iprot thrift.TProtocol) error
- func (p *Video) SetAuthor(val *user.User)
- func (p *Video) SetCommentCount(val int64)
- func (p *Video) SetCoverUrl(val string)
- func (p *Video) SetFavoriteCount(val int64)
- func (p *Video) SetId(val int64)
- func (p *Video) SetIsFavorite(val bool)
- func (p *Video) SetPlayUrl(val string)
- func (p *Video) SetTitle(val string)
- func (p *Video) String() string
- func (p *Video) Write(oprot thrift.TProtocol) (err error)
- type VideoFavoritedCountRequest
- func (p *VideoFavoritedCountRequest) BLength() int
- func (p *VideoFavoritedCountRequest) DeepEqual(ano *VideoFavoritedCountRequest) bool
- func (p *VideoFavoritedCountRequest) FastRead(buf []byte) (int, error)
- func (p *VideoFavoritedCountRequest) FastReadField1(buf []byte) (int, error)
- func (p *VideoFavoritedCountRequest) FastReadField2(buf []byte) (int, error)
- func (p *VideoFavoritedCountRequest) FastWrite(buf []byte) int
- func (p *VideoFavoritedCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *VideoFavoritedCountRequest) Field1DeepEqual(src int64) bool
- func (p *VideoFavoritedCountRequest) Field2DeepEqual(src string) bool
- func (p *VideoFavoritedCountRequest) GetToken() (v string)
- func (p *VideoFavoritedCountRequest) GetVideoId() (v int64)
- func (p *VideoFavoritedCountRequest) InitDefault()
- func (p *VideoFavoritedCountRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *VideoFavoritedCountRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *VideoFavoritedCountRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *VideoFavoritedCountRequest) SetToken(val string)
- func (p *VideoFavoritedCountRequest) SetVideoId(val int64)
- func (p *VideoFavoritedCountRequest) String() string
- func (p *VideoFavoritedCountRequest) Write(oprot thrift.TProtocol) (err error)
- type VideoFavoritedCountResponse
- func (p *VideoFavoritedCountResponse) BLength() int
- func (p *VideoFavoritedCountResponse) DeepEqual(ano *VideoFavoritedCountResponse) bool
- func (p *VideoFavoritedCountResponse) FastRead(buf []byte) (int, error)
- func (p *VideoFavoritedCountResponse) FastReadField1(buf []byte) (int, error)
- func (p *VideoFavoritedCountResponse) FastReadField2(buf []byte) (int, error)
- func (p *VideoFavoritedCountResponse) FastWrite(buf []byte) int
- func (p *VideoFavoritedCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *VideoFavoritedCountResponse) Field1DeepEqual(src *BaseResp) bool
- func (p *VideoFavoritedCountResponse) Field2DeepEqual(src int64) bool
- func (p *VideoFavoritedCountResponse) GetBase() (v *BaseResp)
- func (p *VideoFavoritedCountResponse) GetLikeCount() (v int64)
- func (p *VideoFavoritedCountResponse) InitDefault()
- func (p *VideoFavoritedCountResponse) IsSetBase() bool
- func (p *VideoFavoritedCountResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *VideoFavoritedCountResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *VideoFavoritedCountResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *VideoFavoritedCountResponse) SetBase(val *BaseResp)
- func (p *VideoFavoritedCountResponse) SetLikeCount(val int64)
- func (p *VideoFavoritedCountResponse) String() string
- func (p *VideoFavoritedCountResponse) Write(oprot thrift.TProtocol) (err error)
Constants ¶
This section is empty.
Variables ¶
var Comment_User_DEFAULT *user.User
var KitexUnusedProtection = struct{}{}
KitexUnusedProtection is used to prevent 'imported and not used' error.
var Video_Author_DEFAULT *user.User
Functions ¶
This section is empty.
Types ¶
type BaseResp ¶
type BaseResp struct { Code int64 `thrift:"code,1" frugal:"1,default,i64" json:"code"` Msg string `thrift:"msg,2" frugal:"2,default,string" json:"msg"` }
var CommentActionResponse_Base_DEFAULT *BaseResp
var CommentCountResponse_Base_DEFAULT *BaseResp
var CommentListResponse_Base_DEFAULT *BaseResp
var FavoriteActionResponse_Base_DEFAULT *BaseResp
var FavoriteListResponse_Base_DEFAULT *BaseResp
var IsFavoriteResponse_Base_DEFAULT *BaseResp
var UserFavoriteCountResponse_Base_DEFAULT *BaseResp
var UserTotalFavoritedResponse_Base_DEFAULT *BaseResp
var VideoFavoritedCountResponse_Base_DEFAULT *BaseResp
func NewBaseResp ¶
func NewBaseResp() *BaseResp
func (*BaseResp) FastWriteNocopy ¶
func (p *BaseResp) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*BaseResp) Field1DeepEqual ¶
func (*BaseResp) Field2DeepEqual ¶
func (*BaseResp) InitDefault ¶
func (p *BaseResp) InitDefault()
type Comment ¶
type Comment struct { Id int64 `thrift:"id,1" frugal:"1,default,i64" json:"id"` User *user.User `thrift:"user,2" frugal:"2,default,user.User" json:"user"` Content string `thrift:"content,3" frugal:"3,default,string" json:"content"` CreateDate string `thrift:"create_date,4" frugal:"4,default,string" json:"create_date"` }
var CommentActionResponse_Comment_DEFAULT *Comment
func NewComment ¶
func NewComment() *Comment
func (*Comment) FastWriteNocopy ¶
func (p *Comment) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*Comment) Field1DeepEqual ¶
func (*Comment) Field3DeepEqual ¶
func (*Comment) Field4DeepEqual ¶
func (*Comment) GetContent ¶
func (*Comment) GetCreateDate ¶
func (*Comment) InitDefault ¶
func (p *Comment) InitDefault()
func (*Comment) SetContent ¶
func (*Comment) SetCreateDate ¶
type CommentActionRequest ¶
type CommentActionRequest struct { VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"` ActionType int64 `thrift:"action_type,2" frugal:"2,default,i64" json:"action_type"` Token string `thrift:"token,3" frugal:"3,default,string" json:"token"` 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 InteractionServiceCommentActionArgs_Req_DEFAULT *CommentActionRequest
func NewCommentActionRequest ¶
func NewCommentActionRequest() *CommentActionRequest
func (*CommentActionRequest) BLength ¶
func (p *CommentActionRequest) BLength() int
func (*CommentActionRequest) DeepEqual ¶
func (p *CommentActionRequest) DeepEqual(ano *CommentActionRequest) bool
func (*CommentActionRequest) FastRead ¶
func (p *CommentActionRequest) FastRead(buf []byte) (int, error)
func (*CommentActionRequest) FastReadField1 ¶
func (p *CommentActionRequest) FastReadField1(buf []byte) (int, error)
func (*CommentActionRequest) FastReadField2 ¶
func (p *CommentActionRequest) FastReadField2(buf []byte) (int, error)
func (*CommentActionRequest) FastReadField3 ¶
func (p *CommentActionRequest) FastReadField3(buf []byte) (int, error)
func (*CommentActionRequest) FastReadField4 ¶
func (p *CommentActionRequest) FastReadField4(buf []byte) (int, error)
func (*CommentActionRequest) FastReadField5 ¶
func (p *CommentActionRequest) FastReadField5(buf []byte) (int, error)
func (*CommentActionRequest) FastWrite ¶
func (p *CommentActionRequest) FastWrite(buf []byte) int
for compatibility
func (*CommentActionRequest) FastWriteNocopy ¶
func (p *CommentActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentActionRequest) Field1DeepEqual ¶
func (p *CommentActionRequest) Field1DeepEqual(src int64) bool
func (*CommentActionRequest) Field2DeepEqual ¶
func (p *CommentActionRequest) Field2DeepEqual(src int64) bool
func (*CommentActionRequest) Field3DeepEqual ¶
func (p *CommentActionRequest) Field3DeepEqual(src string) bool
func (*CommentActionRequest) Field4DeepEqual ¶
func (p *CommentActionRequest) Field4DeepEqual(src string) bool
func (*CommentActionRequest) Field5DeepEqual ¶
func (p *CommentActionRequest) Field5DeepEqual(src int64) bool
func (*CommentActionRequest) GetActionType ¶
func (p *CommentActionRequest) GetActionType() (v int64)
func (*CommentActionRequest) GetCommentId ¶
func (p *CommentActionRequest) GetCommentId() (v int64)
func (*CommentActionRequest) GetCommentText ¶
func (p *CommentActionRequest) GetCommentText() (v string)
func (*CommentActionRequest) GetToken ¶
func (p *CommentActionRequest) GetToken() (v string)
func (*CommentActionRequest) GetVideoId ¶
func (p *CommentActionRequest) GetVideoId() (v int64)
func (*CommentActionRequest) InitDefault ¶
func (p *CommentActionRequest) InitDefault()
func (*CommentActionRequest) Read ¶
func (p *CommentActionRequest) Read(iprot thrift.TProtocol) (err error)
func (*CommentActionRequest) ReadField1 ¶
func (p *CommentActionRequest) ReadField1(iprot thrift.TProtocol) error
func (*CommentActionRequest) ReadField2 ¶
func (p *CommentActionRequest) ReadField2(iprot thrift.TProtocol) error
func (*CommentActionRequest) ReadField3 ¶
func (p *CommentActionRequest) ReadField3(iprot thrift.TProtocol) error
func (*CommentActionRequest) ReadField4 ¶
func (p *CommentActionRequest) ReadField4(iprot thrift.TProtocol) error
func (*CommentActionRequest) ReadField5 ¶
func (p *CommentActionRequest) ReadField5(iprot thrift.TProtocol) error
func (*CommentActionRequest) SetActionType ¶
func (p *CommentActionRequest) SetActionType(val int64)
func (*CommentActionRequest) SetCommentId ¶
func (p *CommentActionRequest) SetCommentId(val int64)
func (*CommentActionRequest) SetCommentText ¶
func (p *CommentActionRequest) SetCommentText(val string)
func (*CommentActionRequest) SetToken ¶
func (p *CommentActionRequest) SetToken(val string)
func (*CommentActionRequest) SetVideoId ¶
func (p *CommentActionRequest) SetVideoId(val int64)
func (*CommentActionRequest) String ¶
func (p *CommentActionRequest) String() string
type CommentActionResponse ¶
type CommentActionResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` Comment *Comment `thrift:"comment,2" frugal:"2,default,Comment" json:"comment"` }
var InteractionServiceCommentActionResult_Success_DEFAULT *CommentActionResponse
func NewCommentActionResponse ¶
func NewCommentActionResponse() *CommentActionResponse
func (*CommentActionResponse) BLength ¶
func (p *CommentActionResponse) BLength() int
func (*CommentActionResponse) DeepEqual ¶
func (p *CommentActionResponse) DeepEqual(ano *CommentActionResponse) bool
func (*CommentActionResponse) FastRead ¶
func (p *CommentActionResponse) FastRead(buf []byte) (int, error)
func (*CommentActionResponse) FastReadField1 ¶
func (p *CommentActionResponse) FastReadField1(buf []byte) (int, error)
func (*CommentActionResponse) FastReadField2 ¶
func (p *CommentActionResponse) FastReadField2(buf []byte) (int, error)
func (*CommentActionResponse) FastWrite ¶
func (p *CommentActionResponse) FastWrite(buf []byte) int
for compatibility
func (*CommentActionResponse) FastWriteNocopy ¶
func (p *CommentActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentActionResponse) Field1DeepEqual ¶
func (p *CommentActionResponse) Field1DeepEqual(src *BaseResp) bool
func (*CommentActionResponse) Field2DeepEqual ¶
func (p *CommentActionResponse) Field2DeepEqual(src *Comment) bool
func (*CommentActionResponse) GetBase ¶
func (p *CommentActionResponse) GetBase() (v *BaseResp)
func (*CommentActionResponse) GetComment ¶
func (p *CommentActionResponse) GetComment() (v *Comment)
func (*CommentActionResponse) InitDefault ¶
func (p *CommentActionResponse) InitDefault()
func (*CommentActionResponse) IsSetBase ¶
func (p *CommentActionResponse) IsSetBase() bool
func (*CommentActionResponse) IsSetComment ¶
func (p *CommentActionResponse) IsSetComment() bool
func (*CommentActionResponse) Read ¶
func (p *CommentActionResponse) Read(iprot thrift.TProtocol) (err error)
func (*CommentActionResponse) ReadField1 ¶
func (p *CommentActionResponse) ReadField1(iprot thrift.TProtocol) error
func (*CommentActionResponse) ReadField2 ¶
func (p *CommentActionResponse) ReadField2(iprot thrift.TProtocol) error
func (*CommentActionResponse) SetBase ¶
func (p *CommentActionResponse) SetBase(val *BaseResp)
func (*CommentActionResponse) SetComment ¶
func (p *CommentActionResponse) SetComment(val *Comment)
func (*CommentActionResponse) String ¶
func (p *CommentActionResponse) String() string
type CommentCountRequest ¶
type CommentCountRequest struct { VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"` Token string `thrift:"token,2" frugal:"2,default,string" json:"token"` }
var InteractionServiceCommentCountArgs_Req_DEFAULT *CommentCountRequest
func NewCommentCountRequest ¶
func NewCommentCountRequest() *CommentCountRequest
func (*CommentCountRequest) BLength ¶
func (p *CommentCountRequest) BLength() int
func (*CommentCountRequest) DeepEqual ¶
func (p *CommentCountRequest) DeepEqual(ano *CommentCountRequest) bool
func (*CommentCountRequest) FastRead ¶
func (p *CommentCountRequest) FastRead(buf []byte) (int, error)
func (*CommentCountRequest) FastReadField1 ¶
func (p *CommentCountRequest) FastReadField1(buf []byte) (int, error)
func (*CommentCountRequest) FastReadField2 ¶
func (p *CommentCountRequest) FastReadField2(buf []byte) (int, error)
func (*CommentCountRequest) FastWrite ¶
func (p *CommentCountRequest) FastWrite(buf []byte) int
for compatibility
func (*CommentCountRequest) FastWriteNocopy ¶
func (p *CommentCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentCountRequest) Field1DeepEqual ¶
func (p *CommentCountRequest) Field1DeepEqual(src int64) bool
func (*CommentCountRequest) Field2DeepEqual ¶
func (p *CommentCountRequest) Field2DeepEqual(src string) bool
func (*CommentCountRequest) GetToken ¶
func (p *CommentCountRequest) GetToken() (v string)
func (*CommentCountRequest) GetVideoId ¶
func (p *CommentCountRequest) GetVideoId() (v int64)
func (*CommentCountRequest) InitDefault ¶
func (p *CommentCountRequest) InitDefault()
func (*CommentCountRequest) Read ¶
func (p *CommentCountRequest) Read(iprot thrift.TProtocol) (err error)
func (*CommentCountRequest) ReadField1 ¶
func (p *CommentCountRequest) ReadField1(iprot thrift.TProtocol) error
func (*CommentCountRequest) ReadField2 ¶
func (p *CommentCountRequest) ReadField2(iprot thrift.TProtocol) error
func (*CommentCountRequest) SetToken ¶
func (p *CommentCountRequest) SetToken(val string)
func (*CommentCountRequest) SetVideoId ¶
func (p *CommentCountRequest) SetVideoId(val int64)
func (*CommentCountRequest) String ¶
func (p *CommentCountRequest) String() string
type CommentCountResponse ¶
type CommentCountResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` CommentCount int64 `thrift:"comment_count,2" frugal:"2,default,i64" json:"comment_count"` }
var InteractionServiceCommentCountResult_Success_DEFAULT *CommentCountResponse
func NewCommentCountResponse ¶
func NewCommentCountResponse() *CommentCountResponse
func (*CommentCountResponse) BLength ¶
func (p *CommentCountResponse) BLength() int
func (*CommentCountResponse) DeepEqual ¶
func (p *CommentCountResponse) DeepEqual(ano *CommentCountResponse) bool
func (*CommentCountResponse) FastRead ¶
func (p *CommentCountResponse) FastRead(buf []byte) (int, error)
func (*CommentCountResponse) FastReadField1 ¶
func (p *CommentCountResponse) FastReadField1(buf []byte) (int, error)
func (*CommentCountResponse) FastReadField2 ¶
func (p *CommentCountResponse) FastReadField2(buf []byte) (int, error)
func (*CommentCountResponse) FastWrite ¶
func (p *CommentCountResponse) FastWrite(buf []byte) int
for compatibility
func (*CommentCountResponse) FastWriteNocopy ¶
func (p *CommentCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentCountResponse) Field1DeepEqual ¶
func (p *CommentCountResponse) Field1DeepEqual(src *BaseResp) bool
func (*CommentCountResponse) Field2DeepEqual ¶
func (p *CommentCountResponse) Field2DeepEqual(src int64) bool
func (*CommentCountResponse) GetBase ¶
func (p *CommentCountResponse) GetBase() (v *BaseResp)
func (*CommentCountResponse) GetCommentCount ¶
func (p *CommentCountResponse) GetCommentCount() (v int64)
func (*CommentCountResponse) InitDefault ¶
func (p *CommentCountResponse) InitDefault()
func (*CommentCountResponse) IsSetBase ¶
func (p *CommentCountResponse) IsSetBase() bool
func (*CommentCountResponse) Read ¶
func (p *CommentCountResponse) Read(iprot thrift.TProtocol) (err error)
func (*CommentCountResponse) ReadField1 ¶
func (p *CommentCountResponse) ReadField1(iprot thrift.TProtocol) error
func (*CommentCountResponse) ReadField2 ¶
func (p *CommentCountResponse) ReadField2(iprot thrift.TProtocol) error
func (*CommentCountResponse) SetBase ¶
func (p *CommentCountResponse) SetBase(val *BaseResp)
func (*CommentCountResponse) SetCommentCount ¶
func (p *CommentCountResponse) SetCommentCount(val int64)
func (*CommentCountResponse) String ¶
func (p *CommentCountResponse) String() string
type CommentListRequest ¶
type CommentListRequest struct { VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"` Token string `thrift:"token,2" frugal:"2,default,string" json:"token"` }
var InteractionServiceCommentListArgs_Req_DEFAULT *CommentListRequest
func NewCommentListRequest ¶
func NewCommentListRequest() *CommentListRequest
func (*CommentListRequest) BLength ¶
func (p *CommentListRequest) BLength() int
func (*CommentListRequest) DeepEqual ¶
func (p *CommentListRequest) DeepEqual(ano *CommentListRequest) bool
func (*CommentListRequest) FastRead ¶
func (p *CommentListRequest) FastRead(buf []byte) (int, error)
func (*CommentListRequest) FastReadField1 ¶
func (p *CommentListRequest) FastReadField1(buf []byte) (int, error)
func (*CommentListRequest) FastReadField2 ¶
func (p *CommentListRequest) FastReadField2(buf []byte) (int, error)
func (*CommentListRequest) FastWrite ¶
func (p *CommentListRequest) FastWrite(buf []byte) int
for compatibility
func (*CommentListRequest) FastWriteNocopy ¶
func (p *CommentListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentListRequest) Field1DeepEqual ¶
func (p *CommentListRequest) Field1DeepEqual(src int64) bool
func (*CommentListRequest) Field2DeepEqual ¶
func (p *CommentListRequest) Field2DeepEqual(src string) bool
func (*CommentListRequest) GetToken ¶
func (p *CommentListRequest) GetToken() (v string)
func (*CommentListRequest) GetVideoId ¶
func (p *CommentListRequest) GetVideoId() (v int64)
func (*CommentListRequest) InitDefault ¶
func (p *CommentListRequest) InitDefault()
func (*CommentListRequest) Read ¶
func (p *CommentListRequest) Read(iprot thrift.TProtocol) (err error)
func (*CommentListRequest) ReadField1 ¶
func (p *CommentListRequest) ReadField1(iprot thrift.TProtocol) error
func (*CommentListRequest) ReadField2 ¶
func (p *CommentListRequest) ReadField2(iprot thrift.TProtocol) error
func (*CommentListRequest) SetToken ¶
func (p *CommentListRequest) SetToken(val string)
func (*CommentListRequest) SetVideoId ¶
func (p *CommentListRequest) SetVideoId(val int64)
func (*CommentListRequest) String ¶
func (p *CommentListRequest) String() string
type CommentListResponse ¶
type CommentListResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` CommentList []*Comment `thrift:"comment_list,2" frugal:"2,default,list<Comment>" json:"comment_list"` }
var InteractionServiceCommentListResult_Success_DEFAULT *CommentListResponse
func NewCommentListResponse ¶
func NewCommentListResponse() *CommentListResponse
func (*CommentListResponse) BLength ¶
func (p *CommentListResponse) BLength() int
func (*CommentListResponse) DeepEqual ¶
func (p *CommentListResponse) DeepEqual(ano *CommentListResponse) bool
func (*CommentListResponse) FastRead ¶
func (p *CommentListResponse) FastRead(buf []byte) (int, error)
func (*CommentListResponse) FastReadField1 ¶
func (p *CommentListResponse) FastReadField1(buf []byte) (int, error)
func (*CommentListResponse) FastReadField2 ¶
func (p *CommentListResponse) FastReadField2(buf []byte) (int, error)
func (*CommentListResponse) FastWrite ¶
func (p *CommentListResponse) FastWrite(buf []byte) int
for compatibility
func (*CommentListResponse) FastWriteNocopy ¶
func (p *CommentListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*CommentListResponse) Field1DeepEqual ¶
func (p *CommentListResponse) Field1DeepEqual(src *BaseResp) bool
func (*CommentListResponse) Field2DeepEqual ¶
func (p *CommentListResponse) Field2DeepEqual(src []*Comment) bool
func (*CommentListResponse) GetBase ¶
func (p *CommentListResponse) GetBase() (v *BaseResp)
func (*CommentListResponse) GetCommentList ¶
func (p *CommentListResponse) GetCommentList() (v []*Comment)
func (*CommentListResponse) InitDefault ¶
func (p *CommentListResponse) InitDefault()
func (*CommentListResponse) IsSetBase ¶
func (p *CommentListResponse) IsSetBase() bool
func (*CommentListResponse) Read ¶
func (p *CommentListResponse) Read(iprot thrift.TProtocol) (err error)
func (*CommentListResponse) ReadField1 ¶
func (p *CommentListResponse) ReadField1(iprot thrift.TProtocol) error
func (*CommentListResponse) ReadField2 ¶
func (p *CommentListResponse) ReadField2(iprot thrift.TProtocol) error
func (*CommentListResponse) SetBase ¶
func (p *CommentListResponse) SetBase(val *BaseResp)
func (*CommentListResponse) SetCommentList ¶
func (p *CommentListResponse) SetCommentList(val []*Comment)
func (*CommentListResponse) String ¶
func (p *CommentListResponse) String() string
type FavoriteActionRequest ¶
type FavoriteActionRequest struct { VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"` ActionType int64 `thrift:"action_type,2" frugal:"2,default,i64" json:"action_type"` Token string `thrift:"token,3" frugal:"3,default,string" json:"token"` }
var InteractionServiceFavoriteActionArgs_Req_DEFAULT *FavoriteActionRequest
func NewFavoriteActionRequest ¶
func NewFavoriteActionRequest() *FavoriteActionRequest
func (*FavoriteActionRequest) BLength ¶
func (p *FavoriteActionRequest) BLength() int
func (*FavoriteActionRequest) DeepEqual ¶
func (p *FavoriteActionRequest) DeepEqual(ano *FavoriteActionRequest) bool
func (*FavoriteActionRequest) FastRead ¶
func (p *FavoriteActionRequest) FastRead(buf []byte) (int, error)
func (*FavoriteActionRequest) FastReadField1 ¶
func (p *FavoriteActionRequest) FastReadField1(buf []byte) (int, error)
func (*FavoriteActionRequest) FastReadField2 ¶
func (p *FavoriteActionRequest) FastReadField2(buf []byte) (int, error)
func (*FavoriteActionRequest) FastReadField3 ¶
func (p *FavoriteActionRequest) FastReadField3(buf []byte) (int, error)
func (*FavoriteActionRequest) FastWrite ¶
func (p *FavoriteActionRequest) FastWrite(buf []byte) int
for compatibility
func (*FavoriteActionRequest) FastWriteNocopy ¶
func (p *FavoriteActionRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*FavoriteActionRequest) Field1DeepEqual ¶
func (p *FavoriteActionRequest) Field1DeepEqual(src int64) bool
func (*FavoriteActionRequest) Field2DeepEqual ¶
func (p *FavoriteActionRequest) Field2DeepEqual(src int64) bool
func (*FavoriteActionRequest) Field3DeepEqual ¶
func (p *FavoriteActionRequest) Field3DeepEqual(src string) bool
func (*FavoriteActionRequest) GetActionType ¶
func (p *FavoriteActionRequest) GetActionType() (v int64)
func (*FavoriteActionRequest) GetToken ¶
func (p *FavoriteActionRequest) GetToken() (v string)
func (*FavoriteActionRequest) GetVideoId ¶
func (p *FavoriteActionRequest) GetVideoId() (v int64)
func (*FavoriteActionRequest) InitDefault ¶
func (p *FavoriteActionRequest) InitDefault()
func (*FavoriteActionRequest) Read ¶
func (p *FavoriteActionRequest) Read(iprot thrift.TProtocol) (err error)
func (*FavoriteActionRequest) ReadField1 ¶
func (p *FavoriteActionRequest) ReadField1(iprot thrift.TProtocol) error
func (*FavoriteActionRequest) ReadField2 ¶
func (p *FavoriteActionRequest) ReadField2(iprot thrift.TProtocol) error
func (*FavoriteActionRequest) ReadField3 ¶
func (p *FavoriteActionRequest) ReadField3(iprot thrift.TProtocol) error
func (*FavoriteActionRequest) SetActionType ¶
func (p *FavoriteActionRequest) SetActionType(val int64)
func (*FavoriteActionRequest) SetToken ¶
func (p *FavoriteActionRequest) SetToken(val string)
func (*FavoriteActionRequest) SetVideoId ¶
func (p *FavoriteActionRequest) SetVideoId(val int64)
func (*FavoriteActionRequest) String ¶
func (p *FavoriteActionRequest) String() string
type FavoriteActionResponse ¶
type FavoriteActionResponse struct {
Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"`
}
var InteractionServiceFavoriteActionResult_Success_DEFAULT *FavoriteActionResponse
func NewFavoriteActionResponse ¶
func NewFavoriteActionResponse() *FavoriteActionResponse
func (*FavoriteActionResponse) BLength ¶
func (p *FavoriteActionResponse) BLength() int
func (*FavoriteActionResponse) DeepEqual ¶
func (p *FavoriteActionResponse) DeepEqual(ano *FavoriteActionResponse) bool
func (*FavoriteActionResponse) FastRead ¶
func (p *FavoriteActionResponse) FastRead(buf []byte) (int, error)
func (*FavoriteActionResponse) FastReadField1 ¶
func (p *FavoriteActionResponse) FastReadField1(buf []byte) (int, error)
func (*FavoriteActionResponse) FastWrite ¶
func (p *FavoriteActionResponse) FastWrite(buf []byte) int
for compatibility
func (*FavoriteActionResponse) FastWriteNocopy ¶
func (p *FavoriteActionResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*FavoriteActionResponse) Field1DeepEqual ¶
func (p *FavoriteActionResponse) Field1DeepEqual(src *BaseResp) bool
func (*FavoriteActionResponse) GetBase ¶
func (p *FavoriteActionResponse) GetBase() (v *BaseResp)
func (*FavoriteActionResponse) InitDefault ¶
func (p *FavoriteActionResponse) InitDefault()
func (*FavoriteActionResponse) IsSetBase ¶
func (p *FavoriteActionResponse) IsSetBase() bool
func (*FavoriteActionResponse) Read ¶
func (p *FavoriteActionResponse) Read(iprot thrift.TProtocol) (err error)
func (*FavoriteActionResponse) ReadField1 ¶
func (p *FavoriteActionResponse) ReadField1(iprot thrift.TProtocol) error
func (*FavoriteActionResponse) SetBase ¶
func (p *FavoriteActionResponse) SetBase(val *BaseResp)
func (*FavoriteActionResponse) String ¶
func (p *FavoriteActionResponse) String() string
type FavoriteListRequest ¶
type FavoriteListRequest struct { UserId int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"` Token string `thrift:"token,2" frugal:"2,default,string" json:"token"` }
var InteractionServiceFavoriteListArgs_Req_DEFAULT *FavoriteListRequest
func NewFavoriteListRequest ¶
func NewFavoriteListRequest() *FavoriteListRequest
func (*FavoriteListRequest) BLength ¶
func (p *FavoriteListRequest) BLength() int
func (*FavoriteListRequest) DeepEqual ¶
func (p *FavoriteListRequest) DeepEqual(ano *FavoriteListRequest) bool
func (*FavoriteListRequest) FastRead ¶
func (p *FavoriteListRequest) FastRead(buf []byte) (int, error)
func (*FavoriteListRequest) FastReadField1 ¶
func (p *FavoriteListRequest) FastReadField1(buf []byte) (int, error)
func (*FavoriteListRequest) FastReadField2 ¶
func (p *FavoriteListRequest) FastReadField2(buf []byte) (int, error)
func (*FavoriteListRequest) FastWrite ¶
func (p *FavoriteListRequest) FastWrite(buf []byte) int
for compatibility
func (*FavoriteListRequest) FastWriteNocopy ¶
func (p *FavoriteListRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*FavoriteListRequest) Field1DeepEqual ¶
func (p *FavoriteListRequest) Field1DeepEqual(src int64) bool
func (*FavoriteListRequest) Field2DeepEqual ¶
func (p *FavoriteListRequest) Field2DeepEqual(src string) bool
func (*FavoriteListRequest) GetToken ¶
func (p *FavoriteListRequest) GetToken() (v string)
func (*FavoriteListRequest) GetUserId ¶
func (p *FavoriteListRequest) GetUserId() (v int64)
func (*FavoriteListRequest) InitDefault ¶
func (p *FavoriteListRequest) InitDefault()
func (*FavoriteListRequest) Read ¶
func (p *FavoriteListRequest) Read(iprot thrift.TProtocol) (err error)
func (*FavoriteListRequest) ReadField1 ¶
func (p *FavoriteListRequest) ReadField1(iprot thrift.TProtocol) error
func (*FavoriteListRequest) ReadField2 ¶
func (p *FavoriteListRequest) ReadField2(iprot thrift.TProtocol) error
func (*FavoriteListRequest) SetToken ¶
func (p *FavoriteListRequest) SetToken(val string)
func (*FavoriteListRequest) SetUserId ¶
func (p *FavoriteListRequest) SetUserId(val int64)
func (*FavoriteListRequest) String ¶
func (p *FavoriteListRequest) String() string
type FavoriteListResponse ¶
type FavoriteListResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` VideoList []*Video `thrift:"video_list,2" frugal:"2,default,list<Video>" json:"video_list"` }
var InteractionServiceFavoriteListResult_Success_DEFAULT *FavoriteListResponse
func NewFavoriteListResponse ¶
func NewFavoriteListResponse() *FavoriteListResponse
func (*FavoriteListResponse) BLength ¶
func (p *FavoriteListResponse) BLength() int
func (*FavoriteListResponse) DeepEqual ¶
func (p *FavoriteListResponse) DeepEqual(ano *FavoriteListResponse) bool
func (*FavoriteListResponse) FastRead ¶
func (p *FavoriteListResponse) FastRead(buf []byte) (int, error)
func (*FavoriteListResponse) FastReadField1 ¶
func (p *FavoriteListResponse) FastReadField1(buf []byte) (int, error)
func (*FavoriteListResponse) FastReadField2 ¶
func (p *FavoriteListResponse) FastReadField2(buf []byte) (int, error)
func (*FavoriteListResponse) FastWrite ¶
func (p *FavoriteListResponse) FastWrite(buf []byte) int
for compatibility
func (*FavoriteListResponse) FastWriteNocopy ¶
func (p *FavoriteListResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*FavoriteListResponse) Field1DeepEqual ¶
func (p *FavoriteListResponse) Field1DeepEqual(src *BaseResp) bool
func (*FavoriteListResponse) Field2DeepEqual ¶
func (p *FavoriteListResponse) Field2DeepEqual(src []*Video) bool
func (*FavoriteListResponse) GetBase ¶
func (p *FavoriteListResponse) GetBase() (v *BaseResp)
func (*FavoriteListResponse) GetVideoList ¶
func (p *FavoriteListResponse) GetVideoList() (v []*Video)
func (*FavoriteListResponse) InitDefault ¶
func (p *FavoriteListResponse) InitDefault()
func (*FavoriteListResponse) IsSetBase ¶
func (p *FavoriteListResponse) IsSetBase() bool
func (*FavoriteListResponse) Read ¶
func (p *FavoriteListResponse) Read(iprot thrift.TProtocol) (err error)
func (*FavoriteListResponse) ReadField1 ¶
func (p *FavoriteListResponse) ReadField1(iprot thrift.TProtocol) error
func (*FavoriteListResponse) ReadField2 ¶
func (p *FavoriteListResponse) ReadField2(iprot thrift.TProtocol) error
func (*FavoriteListResponse) SetBase ¶
func (p *FavoriteListResponse) SetBase(val *BaseResp)
func (*FavoriteListResponse) SetVideoList ¶
func (p *FavoriteListResponse) SetVideoList(val []*Video)
func (*FavoriteListResponse) String ¶
func (p *FavoriteListResponse) String() string
type InteractionService ¶
type InteractionService interface { FavoriteAction(ctx context.Context, req *FavoriteActionRequest) (r *FavoriteActionResponse, err error) FavoriteList(ctx context.Context, req *FavoriteListRequest) (r *FavoriteListResponse, err error) VideoFavoritedCount(ctx context.Context, req *VideoFavoritedCountRequest) (r *VideoFavoritedCountResponse, err error) UserFavoriteCount(ctx context.Context, req *UserFavoriteCountRequest) (r *UserFavoriteCountResponse, err error) UserTotalFavorited(ctx context.Context, req *UserTotalFavoritedRequest) (r *UserTotalFavoritedResponse, err error) IsFavorite(ctx context.Context, req *IsFavoriteRequest) (r *IsFavoriteResponse, err error) CommentAction(ctx context.Context, req *CommentActionRequest) (r *CommentActionResponse, err error) CommentList(ctx context.Context, req *CommentListRequest) (r *CommentListResponse, err error) CommentCount(ctx context.Context, req *CommentCountRequest) (r *CommentCountResponse, err error) }
type InteractionServiceClient ¶
type InteractionServiceClient struct {
// contains filtered or unexported fields
}
func NewInteractionServiceClient ¶
func NewInteractionServiceClient(c thrift.TClient) *InteractionServiceClient
func NewInteractionServiceClientFactory ¶
func NewInteractionServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *InteractionServiceClient
func NewInteractionServiceClientProtocol ¶
func NewInteractionServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *InteractionServiceClient
func (*InteractionServiceClient) Client_ ¶
func (p *InteractionServiceClient) Client_() thrift.TClient
func (*InteractionServiceClient) CommentAction ¶
func (p *InteractionServiceClient) CommentAction(ctx context.Context, req *CommentActionRequest) (r *CommentActionResponse, err error)
func (*InteractionServiceClient) CommentCount ¶
func (p *InteractionServiceClient) CommentCount(ctx context.Context, req *CommentCountRequest) (r *CommentCountResponse, err error)
func (*InteractionServiceClient) CommentList ¶
func (p *InteractionServiceClient) CommentList(ctx context.Context, req *CommentListRequest) (r *CommentListResponse, err error)
func (*InteractionServiceClient) FavoriteAction ¶
func (p *InteractionServiceClient) FavoriteAction(ctx context.Context, req *FavoriteActionRequest) (r *FavoriteActionResponse, err error)
func (*InteractionServiceClient) FavoriteList ¶
func (p *InteractionServiceClient) FavoriteList(ctx context.Context, req *FavoriteListRequest) (r *FavoriteListResponse, err error)
func (*InteractionServiceClient) IsFavorite ¶
func (p *InteractionServiceClient) IsFavorite(ctx context.Context, req *IsFavoriteRequest) (r *IsFavoriteResponse, err error)
func (*InteractionServiceClient) UserFavoriteCount ¶
func (p *InteractionServiceClient) UserFavoriteCount(ctx context.Context, req *UserFavoriteCountRequest) (r *UserFavoriteCountResponse, err error)
func (*InteractionServiceClient) UserTotalFavorited ¶
func (p *InteractionServiceClient) UserTotalFavorited(ctx context.Context, req *UserTotalFavoritedRequest) (r *UserTotalFavoritedResponse, err error)
func (*InteractionServiceClient) VideoFavoritedCount ¶
func (p *InteractionServiceClient) VideoFavoritedCount(ctx context.Context, req *VideoFavoritedCountRequest) (r *VideoFavoritedCountResponse, err error)
type InteractionServiceCommentActionArgs ¶
type InteractionServiceCommentActionArgs struct {
Req *CommentActionRequest `thrift:"req,1" frugal:"1,default,CommentActionRequest" json:"req"`
}
func NewInteractionServiceCommentActionArgs ¶
func NewInteractionServiceCommentActionArgs() *InteractionServiceCommentActionArgs
func (*InteractionServiceCommentActionArgs) BLength ¶
func (p *InteractionServiceCommentActionArgs) BLength() int
func (*InteractionServiceCommentActionArgs) DeepEqual ¶
func (p *InteractionServiceCommentActionArgs) DeepEqual(ano *InteractionServiceCommentActionArgs) bool
func (*InteractionServiceCommentActionArgs) FastRead ¶
func (p *InteractionServiceCommentActionArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentActionArgs) FastReadField1 ¶
func (p *InteractionServiceCommentActionArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceCommentActionArgs) FastWrite ¶
func (p *InteractionServiceCommentActionArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentActionArgs) FastWriteNocopy ¶
func (p *InteractionServiceCommentActionArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentActionArgs) Field1DeepEqual ¶
func (p *InteractionServiceCommentActionArgs) Field1DeepEqual(src *CommentActionRequest) bool
func (*InteractionServiceCommentActionArgs) GetFirstArgument ¶
func (p *InteractionServiceCommentActionArgs) GetFirstArgument() interface{}
func (*InteractionServiceCommentActionArgs) GetReq ¶
func (p *InteractionServiceCommentActionArgs) GetReq() (v *CommentActionRequest)
func (*InteractionServiceCommentActionArgs) InitDefault ¶
func (p *InteractionServiceCommentActionArgs) InitDefault()
func (*InteractionServiceCommentActionArgs) IsSetReq ¶
func (p *InteractionServiceCommentActionArgs) IsSetReq() bool
func (*InteractionServiceCommentActionArgs) Read ¶
func (p *InteractionServiceCommentActionArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentActionArgs) ReadField1 ¶
func (p *InteractionServiceCommentActionArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceCommentActionArgs) SetReq ¶
func (p *InteractionServiceCommentActionArgs) SetReq(val *CommentActionRequest)
func (*InteractionServiceCommentActionArgs) String ¶
func (p *InteractionServiceCommentActionArgs) String() string
type InteractionServiceCommentActionResult ¶
type InteractionServiceCommentActionResult struct {
Success *CommentActionResponse `thrift:"success,0,optional" frugal:"0,optional,CommentActionResponse" json:"success,omitempty"`
}
func NewInteractionServiceCommentActionResult ¶
func NewInteractionServiceCommentActionResult() *InteractionServiceCommentActionResult
func (*InteractionServiceCommentActionResult) BLength ¶
func (p *InteractionServiceCommentActionResult) BLength() int
func (*InteractionServiceCommentActionResult) DeepEqual ¶
func (p *InteractionServiceCommentActionResult) DeepEqual(ano *InteractionServiceCommentActionResult) bool
func (*InteractionServiceCommentActionResult) FastRead ¶
func (p *InteractionServiceCommentActionResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentActionResult) FastReadField0 ¶
func (p *InteractionServiceCommentActionResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceCommentActionResult) FastWrite ¶
func (p *InteractionServiceCommentActionResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentActionResult) FastWriteNocopy ¶
func (p *InteractionServiceCommentActionResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentActionResult) Field0DeepEqual ¶
func (p *InteractionServiceCommentActionResult) Field0DeepEqual(src *CommentActionResponse) bool
func (*InteractionServiceCommentActionResult) GetResult ¶
func (p *InteractionServiceCommentActionResult) GetResult() interface{}
func (*InteractionServiceCommentActionResult) GetSuccess ¶
func (p *InteractionServiceCommentActionResult) GetSuccess() (v *CommentActionResponse)
func (*InteractionServiceCommentActionResult) InitDefault ¶
func (p *InteractionServiceCommentActionResult) InitDefault()
func (*InteractionServiceCommentActionResult) IsSetSuccess ¶
func (p *InteractionServiceCommentActionResult) IsSetSuccess() bool
func (*InteractionServiceCommentActionResult) Read ¶
func (p *InteractionServiceCommentActionResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentActionResult) ReadField0 ¶
func (p *InteractionServiceCommentActionResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceCommentActionResult) SetSuccess ¶
func (p *InteractionServiceCommentActionResult) SetSuccess(x interface{})
func (*InteractionServiceCommentActionResult) String ¶
func (p *InteractionServiceCommentActionResult) String() string
type InteractionServiceCommentCountArgs ¶
type InteractionServiceCommentCountArgs struct {
Req *CommentCountRequest `thrift:"req,1" frugal:"1,default,CommentCountRequest" json:"req"`
}
func NewInteractionServiceCommentCountArgs ¶
func NewInteractionServiceCommentCountArgs() *InteractionServiceCommentCountArgs
func (*InteractionServiceCommentCountArgs) BLength ¶
func (p *InteractionServiceCommentCountArgs) BLength() int
func (*InteractionServiceCommentCountArgs) DeepEqual ¶
func (p *InteractionServiceCommentCountArgs) DeepEqual(ano *InteractionServiceCommentCountArgs) bool
func (*InteractionServiceCommentCountArgs) FastRead ¶
func (p *InteractionServiceCommentCountArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentCountArgs) FastReadField1 ¶
func (p *InteractionServiceCommentCountArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceCommentCountArgs) FastWrite ¶
func (p *InteractionServiceCommentCountArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentCountArgs) FastWriteNocopy ¶
func (p *InteractionServiceCommentCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentCountArgs) Field1DeepEqual ¶
func (p *InteractionServiceCommentCountArgs) Field1DeepEqual(src *CommentCountRequest) bool
func (*InteractionServiceCommentCountArgs) GetFirstArgument ¶
func (p *InteractionServiceCommentCountArgs) GetFirstArgument() interface{}
func (*InteractionServiceCommentCountArgs) GetReq ¶
func (p *InteractionServiceCommentCountArgs) GetReq() (v *CommentCountRequest)
func (*InteractionServiceCommentCountArgs) InitDefault ¶
func (p *InteractionServiceCommentCountArgs) InitDefault()
func (*InteractionServiceCommentCountArgs) IsSetReq ¶
func (p *InteractionServiceCommentCountArgs) IsSetReq() bool
func (*InteractionServiceCommentCountArgs) Read ¶
func (p *InteractionServiceCommentCountArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentCountArgs) ReadField1 ¶
func (p *InteractionServiceCommentCountArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceCommentCountArgs) SetReq ¶
func (p *InteractionServiceCommentCountArgs) SetReq(val *CommentCountRequest)
func (*InteractionServiceCommentCountArgs) String ¶
func (p *InteractionServiceCommentCountArgs) String() string
type InteractionServiceCommentCountResult ¶
type InteractionServiceCommentCountResult struct {
Success *CommentCountResponse `thrift:"success,0,optional" frugal:"0,optional,CommentCountResponse" json:"success,omitempty"`
}
func NewInteractionServiceCommentCountResult ¶
func NewInteractionServiceCommentCountResult() *InteractionServiceCommentCountResult
func (*InteractionServiceCommentCountResult) BLength ¶
func (p *InteractionServiceCommentCountResult) BLength() int
func (*InteractionServiceCommentCountResult) DeepEqual ¶
func (p *InteractionServiceCommentCountResult) DeepEqual(ano *InteractionServiceCommentCountResult) bool
func (*InteractionServiceCommentCountResult) FastRead ¶
func (p *InteractionServiceCommentCountResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentCountResult) FastReadField0 ¶
func (p *InteractionServiceCommentCountResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceCommentCountResult) FastWrite ¶
func (p *InteractionServiceCommentCountResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentCountResult) FastWriteNocopy ¶
func (p *InteractionServiceCommentCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentCountResult) Field0DeepEqual ¶
func (p *InteractionServiceCommentCountResult) Field0DeepEqual(src *CommentCountResponse) bool
func (*InteractionServiceCommentCountResult) GetResult ¶
func (p *InteractionServiceCommentCountResult) GetResult() interface{}
func (*InteractionServiceCommentCountResult) GetSuccess ¶
func (p *InteractionServiceCommentCountResult) GetSuccess() (v *CommentCountResponse)
func (*InteractionServiceCommentCountResult) InitDefault ¶
func (p *InteractionServiceCommentCountResult) InitDefault()
func (*InteractionServiceCommentCountResult) IsSetSuccess ¶
func (p *InteractionServiceCommentCountResult) IsSetSuccess() bool
func (*InteractionServiceCommentCountResult) Read ¶
func (p *InteractionServiceCommentCountResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentCountResult) ReadField0 ¶
func (p *InteractionServiceCommentCountResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceCommentCountResult) SetSuccess ¶
func (p *InteractionServiceCommentCountResult) SetSuccess(x interface{})
func (*InteractionServiceCommentCountResult) String ¶
func (p *InteractionServiceCommentCountResult) String() string
type InteractionServiceCommentListArgs ¶
type InteractionServiceCommentListArgs struct {
Req *CommentListRequest `thrift:"req,1" frugal:"1,default,CommentListRequest" json:"req"`
}
func NewInteractionServiceCommentListArgs ¶
func NewInteractionServiceCommentListArgs() *InteractionServiceCommentListArgs
func (*InteractionServiceCommentListArgs) BLength ¶
func (p *InteractionServiceCommentListArgs) BLength() int
func (*InteractionServiceCommentListArgs) DeepEqual ¶
func (p *InteractionServiceCommentListArgs) DeepEqual(ano *InteractionServiceCommentListArgs) bool
func (*InteractionServiceCommentListArgs) FastRead ¶
func (p *InteractionServiceCommentListArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentListArgs) FastReadField1 ¶
func (p *InteractionServiceCommentListArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceCommentListArgs) FastWrite ¶
func (p *InteractionServiceCommentListArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentListArgs) FastWriteNocopy ¶
func (p *InteractionServiceCommentListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentListArgs) Field1DeepEqual ¶
func (p *InteractionServiceCommentListArgs) Field1DeepEqual(src *CommentListRequest) bool
func (*InteractionServiceCommentListArgs) GetFirstArgument ¶
func (p *InteractionServiceCommentListArgs) GetFirstArgument() interface{}
func (*InteractionServiceCommentListArgs) GetReq ¶
func (p *InteractionServiceCommentListArgs) GetReq() (v *CommentListRequest)
func (*InteractionServiceCommentListArgs) InitDefault ¶
func (p *InteractionServiceCommentListArgs) InitDefault()
func (*InteractionServiceCommentListArgs) IsSetReq ¶
func (p *InteractionServiceCommentListArgs) IsSetReq() bool
func (*InteractionServiceCommentListArgs) Read ¶
func (p *InteractionServiceCommentListArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentListArgs) ReadField1 ¶
func (p *InteractionServiceCommentListArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceCommentListArgs) SetReq ¶
func (p *InteractionServiceCommentListArgs) SetReq(val *CommentListRequest)
func (*InteractionServiceCommentListArgs) String ¶
func (p *InteractionServiceCommentListArgs) String() string
type InteractionServiceCommentListResult ¶
type InteractionServiceCommentListResult struct {
Success *CommentListResponse `thrift:"success,0,optional" frugal:"0,optional,CommentListResponse" json:"success,omitempty"`
}
func NewInteractionServiceCommentListResult ¶
func NewInteractionServiceCommentListResult() *InteractionServiceCommentListResult
func (*InteractionServiceCommentListResult) BLength ¶
func (p *InteractionServiceCommentListResult) BLength() int
func (*InteractionServiceCommentListResult) DeepEqual ¶
func (p *InteractionServiceCommentListResult) DeepEqual(ano *InteractionServiceCommentListResult) bool
func (*InteractionServiceCommentListResult) FastRead ¶
func (p *InteractionServiceCommentListResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceCommentListResult) FastReadField0 ¶
func (p *InteractionServiceCommentListResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceCommentListResult) FastWrite ¶
func (p *InteractionServiceCommentListResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceCommentListResult) FastWriteNocopy ¶
func (p *InteractionServiceCommentListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceCommentListResult) Field0DeepEqual ¶
func (p *InteractionServiceCommentListResult) Field0DeepEqual(src *CommentListResponse) bool
func (*InteractionServiceCommentListResult) GetResult ¶
func (p *InteractionServiceCommentListResult) GetResult() interface{}
func (*InteractionServiceCommentListResult) GetSuccess ¶
func (p *InteractionServiceCommentListResult) GetSuccess() (v *CommentListResponse)
func (*InteractionServiceCommentListResult) InitDefault ¶
func (p *InteractionServiceCommentListResult) InitDefault()
func (*InteractionServiceCommentListResult) IsSetSuccess ¶
func (p *InteractionServiceCommentListResult) IsSetSuccess() bool
func (*InteractionServiceCommentListResult) Read ¶
func (p *InteractionServiceCommentListResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceCommentListResult) ReadField0 ¶
func (p *InteractionServiceCommentListResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceCommentListResult) SetSuccess ¶
func (p *InteractionServiceCommentListResult) SetSuccess(x interface{})
func (*InteractionServiceCommentListResult) String ¶
func (p *InteractionServiceCommentListResult) String() string
type InteractionServiceFavoriteActionArgs ¶
type InteractionServiceFavoriteActionArgs struct {
Req *FavoriteActionRequest `thrift:"req,1" frugal:"1,default,FavoriteActionRequest" json:"req"`
}
func NewInteractionServiceFavoriteActionArgs ¶
func NewInteractionServiceFavoriteActionArgs() *InteractionServiceFavoriteActionArgs
func (*InteractionServiceFavoriteActionArgs) BLength ¶
func (p *InteractionServiceFavoriteActionArgs) BLength() int
func (*InteractionServiceFavoriteActionArgs) DeepEqual ¶
func (p *InteractionServiceFavoriteActionArgs) DeepEqual(ano *InteractionServiceFavoriteActionArgs) bool
func (*InteractionServiceFavoriteActionArgs) FastRead ¶
func (p *InteractionServiceFavoriteActionArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceFavoriteActionArgs) FastReadField1 ¶
func (p *InteractionServiceFavoriteActionArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceFavoriteActionArgs) FastWrite ¶
func (p *InteractionServiceFavoriteActionArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceFavoriteActionArgs) FastWriteNocopy ¶
func (p *InteractionServiceFavoriteActionArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceFavoriteActionArgs) Field1DeepEqual ¶
func (p *InteractionServiceFavoriteActionArgs) Field1DeepEqual(src *FavoriteActionRequest) bool
func (*InteractionServiceFavoriteActionArgs) GetFirstArgument ¶
func (p *InteractionServiceFavoriteActionArgs) GetFirstArgument() interface{}
func (*InteractionServiceFavoriteActionArgs) GetReq ¶
func (p *InteractionServiceFavoriteActionArgs) GetReq() (v *FavoriteActionRequest)
func (*InteractionServiceFavoriteActionArgs) InitDefault ¶
func (p *InteractionServiceFavoriteActionArgs) InitDefault()
func (*InteractionServiceFavoriteActionArgs) IsSetReq ¶
func (p *InteractionServiceFavoriteActionArgs) IsSetReq() bool
func (*InteractionServiceFavoriteActionArgs) Read ¶
func (p *InteractionServiceFavoriteActionArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceFavoriteActionArgs) ReadField1 ¶
func (p *InteractionServiceFavoriteActionArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceFavoriteActionArgs) SetReq ¶
func (p *InteractionServiceFavoriteActionArgs) SetReq(val *FavoriteActionRequest)
func (*InteractionServiceFavoriteActionArgs) String ¶
func (p *InteractionServiceFavoriteActionArgs) String() string
type InteractionServiceFavoriteActionResult ¶
type InteractionServiceFavoriteActionResult struct {
Success *FavoriteActionResponse `thrift:"success,0,optional" frugal:"0,optional,FavoriteActionResponse" json:"success,omitempty"`
}
func NewInteractionServiceFavoriteActionResult ¶
func NewInteractionServiceFavoriteActionResult() *InteractionServiceFavoriteActionResult
func (*InteractionServiceFavoriteActionResult) BLength ¶
func (p *InteractionServiceFavoriteActionResult) BLength() int
func (*InteractionServiceFavoriteActionResult) DeepEqual ¶
func (p *InteractionServiceFavoriteActionResult) DeepEqual(ano *InteractionServiceFavoriteActionResult) bool
func (*InteractionServiceFavoriteActionResult) FastRead ¶
func (p *InteractionServiceFavoriteActionResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceFavoriteActionResult) FastReadField0 ¶
func (p *InteractionServiceFavoriteActionResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceFavoriteActionResult) FastWrite ¶
func (p *InteractionServiceFavoriteActionResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceFavoriteActionResult) FastWriteNocopy ¶
func (p *InteractionServiceFavoriteActionResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceFavoriteActionResult) Field0DeepEqual ¶
func (p *InteractionServiceFavoriteActionResult) Field0DeepEqual(src *FavoriteActionResponse) bool
func (*InteractionServiceFavoriteActionResult) GetResult ¶
func (p *InteractionServiceFavoriteActionResult) GetResult() interface{}
func (*InteractionServiceFavoriteActionResult) GetSuccess ¶
func (p *InteractionServiceFavoriteActionResult) GetSuccess() (v *FavoriteActionResponse)
func (*InteractionServiceFavoriteActionResult) InitDefault ¶
func (p *InteractionServiceFavoriteActionResult) InitDefault()
func (*InteractionServiceFavoriteActionResult) IsSetSuccess ¶
func (p *InteractionServiceFavoriteActionResult) IsSetSuccess() bool
func (*InteractionServiceFavoriteActionResult) Read ¶
func (p *InteractionServiceFavoriteActionResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceFavoriteActionResult) ReadField0 ¶
func (p *InteractionServiceFavoriteActionResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceFavoriteActionResult) SetSuccess ¶
func (p *InteractionServiceFavoriteActionResult) SetSuccess(x interface{})
func (*InteractionServiceFavoriteActionResult) String ¶
func (p *InteractionServiceFavoriteActionResult) String() string
type InteractionServiceFavoriteListArgs ¶
type InteractionServiceFavoriteListArgs struct {
Req *FavoriteListRequest `thrift:"req,1" frugal:"1,default,FavoriteListRequest" json:"req"`
}
func NewInteractionServiceFavoriteListArgs ¶
func NewInteractionServiceFavoriteListArgs() *InteractionServiceFavoriteListArgs
func (*InteractionServiceFavoriteListArgs) BLength ¶
func (p *InteractionServiceFavoriteListArgs) BLength() int
func (*InteractionServiceFavoriteListArgs) DeepEqual ¶
func (p *InteractionServiceFavoriteListArgs) DeepEqual(ano *InteractionServiceFavoriteListArgs) bool
func (*InteractionServiceFavoriteListArgs) FastRead ¶
func (p *InteractionServiceFavoriteListArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceFavoriteListArgs) FastReadField1 ¶
func (p *InteractionServiceFavoriteListArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceFavoriteListArgs) FastWrite ¶
func (p *InteractionServiceFavoriteListArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceFavoriteListArgs) FastWriteNocopy ¶
func (p *InteractionServiceFavoriteListArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceFavoriteListArgs) Field1DeepEqual ¶
func (p *InteractionServiceFavoriteListArgs) Field1DeepEqual(src *FavoriteListRequest) bool
func (*InteractionServiceFavoriteListArgs) GetFirstArgument ¶
func (p *InteractionServiceFavoriteListArgs) GetFirstArgument() interface{}
func (*InteractionServiceFavoriteListArgs) GetReq ¶
func (p *InteractionServiceFavoriteListArgs) GetReq() (v *FavoriteListRequest)
func (*InteractionServiceFavoriteListArgs) InitDefault ¶
func (p *InteractionServiceFavoriteListArgs) InitDefault()
func (*InteractionServiceFavoriteListArgs) IsSetReq ¶
func (p *InteractionServiceFavoriteListArgs) IsSetReq() bool
func (*InteractionServiceFavoriteListArgs) Read ¶
func (p *InteractionServiceFavoriteListArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceFavoriteListArgs) ReadField1 ¶
func (p *InteractionServiceFavoriteListArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceFavoriteListArgs) SetReq ¶
func (p *InteractionServiceFavoriteListArgs) SetReq(val *FavoriteListRequest)
func (*InteractionServiceFavoriteListArgs) String ¶
func (p *InteractionServiceFavoriteListArgs) String() string
type InteractionServiceFavoriteListResult ¶
type InteractionServiceFavoriteListResult struct {
Success *FavoriteListResponse `thrift:"success,0,optional" frugal:"0,optional,FavoriteListResponse" json:"success,omitempty"`
}
func NewInteractionServiceFavoriteListResult ¶
func NewInteractionServiceFavoriteListResult() *InteractionServiceFavoriteListResult
func (*InteractionServiceFavoriteListResult) BLength ¶
func (p *InteractionServiceFavoriteListResult) BLength() int
func (*InteractionServiceFavoriteListResult) DeepEqual ¶
func (p *InteractionServiceFavoriteListResult) DeepEqual(ano *InteractionServiceFavoriteListResult) bool
func (*InteractionServiceFavoriteListResult) FastRead ¶
func (p *InteractionServiceFavoriteListResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceFavoriteListResult) FastReadField0 ¶
func (p *InteractionServiceFavoriteListResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceFavoriteListResult) FastWrite ¶
func (p *InteractionServiceFavoriteListResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceFavoriteListResult) FastWriteNocopy ¶
func (p *InteractionServiceFavoriteListResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceFavoriteListResult) Field0DeepEqual ¶
func (p *InteractionServiceFavoriteListResult) Field0DeepEqual(src *FavoriteListResponse) bool
func (*InteractionServiceFavoriteListResult) GetResult ¶
func (p *InteractionServiceFavoriteListResult) GetResult() interface{}
func (*InteractionServiceFavoriteListResult) GetSuccess ¶
func (p *InteractionServiceFavoriteListResult) GetSuccess() (v *FavoriteListResponse)
func (*InteractionServiceFavoriteListResult) InitDefault ¶
func (p *InteractionServiceFavoriteListResult) InitDefault()
func (*InteractionServiceFavoriteListResult) IsSetSuccess ¶
func (p *InteractionServiceFavoriteListResult) IsSetSuccess() bool
func (*InteractionServiceFavoriteListResult) Read ¶
func (p *InteractionServiceFavoriteListResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceFavoriteListResult) ReadField0 ¶
func (p *InteractionServiceFavoriteListResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceFavoriteListResult) SetSuccess ¶
func (p *InteractionServiceFavoriteListResult) SetSuccess(x interface{})
func (*InteractionServiceFavoriteListResult) String ¶
func (p *InteractionServiceFavoriteListResult) String() string
type InteractionServiceIsFavoriteArgs ¶
type InteractionServiceIsFavoriteArgs struct {
Req *IsFavoriteRequest `thrift:"req,1" frugal:"1,default,IsFavoriteRequest" json:"req"`
}
func NewInteractionServiceIsFavoriteArgs ¶
func NewInteractionServiceIsFavoriteArgs() *InteractionServiceIsFavoriteArgs
func (*InteractionServiceIsFavoriteArgs) BLength ¶
func (p *InteractionServiceIsFavoriteArgs) BLength() int
func (*InteractionServiceIsFavoriteArgs) DeepEqual ¶
func (p *InteractionServiceIsFavoriteArgs) DeepEqual(ano *InteractionServiceIsFavoriteArgs) bool
func (*InteractionServiceIsFavoriteArgs) FastRead ¶
func (p *InteractionServiceIsFavoriteArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceIsFavoriteArgs) FastReadField1 ¶
func (p *InteractionServiceIsFavoriteArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceIsFavoriteArgs) FastWrite ¶
func (p *InteractionServiceIsFavoriteArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceIsFavoriteArgs) FastWriteNocopy ¶
func (p *InteractionServiceIsFavoriteArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceIsFavoriteArgs) Field1DeepEqual ¶
func (p *InteractionServiceIsFavoriteArgs) Field1DeepEqual(src *IsFavoriteRequest) bool
func (*InteractionServiceIsFavoriteArgs) GetFirstArgument ¶
func (p *InteractionServiceIsFavoriteArgs) GetFirstArgument() interface{}
func (*InteractionServiceIsFavoriteArgs) GetReq ¶
func (p *InteractionServiceIsFavoriteArgs) GetReq() (v *IsFavoriteRequest)
func (*InteractionServiceIsFavoriteArgs) InitDefault ¶
func (p *InteractionServiceIsFavoriteArgs) InitDefault()
func (*InteractionServiceIsFavoriteArgs) IsSetReq ¶
func (p *InteractionServiceIsFavoriteArgs) IsSetReq() bool
func (*InteractionServiceIsFavoriteArgs) Read ¶
func (p *InteractionServiceIsFavoriteArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceIsFavoriteArgs) ReadField1 ¶
func (p *InteractionServiceIsFavoriteArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceIsFavoriteArgs) SetReq ¶
func (p *InteractionServiceIsFavoriteArgs) SetReq(val *IsFavoriteRequest)
func (*InteractionServiceIsFavoriteArgs) String ¶
func (p *InteractionServiceIsFavoriteArgs) String() string
type InteractionServiceIsFavoriteResult ¶
type InteractionServiceIsFavoriteResult struct {
Success *IsFavoriteResponse `thrift:"success,0,optional" frugal:"0,optional,IsFavoriteResponse" json:"success,omitempty"`
}
func NewInteractionServiceIsFavoriteResult ¶
func NewInteractionServiceIsFavoriteResult() *InteractionServiceIsFavoriteResult
func (*InteractionServiceIsFavoriteResult) BLength ¶
func (p *InteractionServiceIsFavoriteResult) BLength() int
func (*InteractionServiceIsFavoriteResult) DeepEqual ¶
func (p *InteractionServiceIsFavoriteResult) DeepEqual(ano *InteractionServiceIsFavoriteResult) bool
func (*InteractionServiceIsFavoriteResult) FastRead ¶
func (p *InteractionServiceIsFavoriteResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceIsFavoriteResult) FastReadField0 ¶
func (p *InteractionServiceIsFavoriteResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceIsFavoriteResult) FastWrite ¶
func (p *InteractionServiceIsFavoriteResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceIsFavoriteResult) FastWriteNocopy ¶
func (p *InteractionServiceIsFavoriteResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceIsFavoriteResult) Field0DeepEqual ¶
func (p *InteractionServiceIsFavoriteResult) Field0DeepEqual(src *IsFavoriteResponse) bool
func (*InteractionServiceIsFavoriteResult) GetResult ¶
func (p *InteractionServiceIsFavoriteResult) GetResult() interface{}
func (*InteractionServiceIsFavoriteResult) GetSuccess ¶
func (p *InteractionServiceIsFavoriteResult) GetSuccess() (v *IsFavoriteResponse)
func (*InteractionServiceIsFavoriteResult) InitDefault ¶
func (p *InteractionServiceIsFavoriteResult) InitDefault()
func (*InteractionServiceIsFavoriteResult) IsSetSuccess ¶
func (p *InteractionServiceIsFavoriteResult) IsSetSuccess() bool
func (*InteractionServiceIsFavoriteResult) Read ¶
func (p *InteractionServiceIsFavoriteResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceIsFavoriteResult) ReadField0 ¶
func (p *InteractionServiceIsFavoriteResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceIsFavoriteResult) SetSuccess ¶
func (p *InteractionServiceIsFavoriteResult) SetSuccess(x interface{})
func (*InteractionServiceIsFavoriteResult) String ¶
func (p *InteractionServiceIsFavoriteResult) String() string
type InteractionServiceProcessor ¶
type InteractionServiceProcessor struct {
// contains filtered or unexported fields
}
func NewInteractionServiceProcessor ¶
func NewInteractionServiceProcessor(handler InteractionService) *InteractionServiceProcessor
func (*InteractionServiceProcessor) AddToProcessorMap ¶
func (p *InteractionServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*InteractionServiceProcessor) GetProcessorFunction ¶
func (p *InteractionServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*InteractionServiceProcessor) Process ¶
func (p *InteractionServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*InteractionServiceProcessor) ProcessorMap ¶
func (p *InteractionServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
type InteractionServiceUserFavoriteCountArgs ¶
type InteractionServiceUserFavoriteCountArgs struct {
Req *UserFavoriteCountRequest `thrift:"req,1" frugal:"1,default,UserFavoriteCountRequest" json:"req"`
}
func NewInteractionServiceUserFavoriteCountArgs ¶
func NewInteractionServiceUserFavoriteCountArgs() *InteractionServiceUserFavoriteCountArgs
func (*InteractionServiceUserFavoriteCountArgs) BLength ¶
func (p *InteractionServiceUserFavoriteCountArgs) BLength() int
func (*InteractionServiceUserFavoriteCountArgs) DeepEqual ¶
func (p *InteractionServiceUserFavoriteCountArgs) DeepEqual(ano *InteractionServiceUserFavoriteCountArgs) bool
func (*InteractionServiceUserFavoriteCountArgs) FastRead ¶
func (p *InteractionServiceUserFavoriteCountArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceUserFavoriteCountArgs) FastReadField1 ¶
func (p *InteractionServiceUserFavoriteCountArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceUserFavoriteCountArgs) FastWrite ¶
func (p *InteractionServiceUserFavoriteCountArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceUserFavoriteCountArgs) FastWriteNocopy ¶
func (p *InteractionServiceUserFavoriteCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceUserFavoriteCountArgs) Field1DeepEqual ¶
func (p *InteractionServiceUserFavoriteCountArgs) Field1DeepEqual(src *UserFavoriteCountRequest) bool
func (*InteractionServiceUserFavoriteCountArgs) GetFirstArgument ¶
func (p *InteractionServiceUserFavoriteCountArgs) GetFirstArgument() interface{}
func (*InteractionServiceUserFavoriteCountArgs) GetReq ¶
func (p *InteractionServiceUserFavoriteCountArgs) GetReq() (v *UserFavoriteCountRequest)
func (*InteractionServiceUserFavoriteCountArgs) InitDefault ¶
func (p *InteractionServiceUserFavoriteCountArgs) InitDefault()
func (*InteractionServiceUserFavoriteCountArgs) IsSetReq ¶
func (p *InteractionServiceUserFavoriteCountArgs) IsSetReq() bool
func (*InteractionServiceUserFavoriteCountArgs) Read ¶
func (p *InteractionServiceUserFavoriteCountArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceUserFavoriteCountArgs) ReadField1 ¶
func (p *InteractionServiceUserFavoriteCountArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceUserFavoriteCountArgs) SetReq ¶
func (p *InteractionServiceUserFavoriteCountArgs) SetReq(val *UserFavoriteCountRequest)
func (*InteractionServiceUserFavoriteCountArgs) String ¶
func (p *InteractionServiceUserFavoriteCountArgs) String() string
type InteractionServiceUserFavoriteCountResult ¶
type InteractionServiceUserFavoriteCountResult struct {
Success *UserFavoriteCountResponse `thrift:"success,0,optional" frugal:"0,optional,UserFavoriteCountResponse" json:"success,omitempty"`
}
func NewInteractionServiceUserFavoriteCountResult ¶
func NewInteractionServiceUserFavoriteCountResult() *InteractionServiceUserFavoriteCountResult
func (*InteractionServiceUserFavoriteCountResult) BLength ¶
func (p *InteractionServiceUserFavoriteCountResult) BLength() int
func (*InteractionServiceUserFavoriteCountResult) DeepEqual ¶
func (p *InteractionServiceUserFavoriteCountResult) DeepEqual(ano *InteractionServiceUserFavoriteCountResult) bool
func (*InteractionServiceUserFavoriteCountResult) FastRead ¶
func (p *InteractionServiceUserFavoriteCountResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceUserFavoriteCountResult) FastReadField0 ¶
func (p *InteractionServiceUserFavoriteCountResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceUserFavoriteCountResult) FastWrite ¶
func (p *InteractionServiceUserFavoriteCountResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceUserFavoriteCountResult) FastWriteNocopy ¶
func (p *InteractionServiceUserFavoriteCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceUserFavoriteCountResult) Field0DeepEqual ¶
func (p *InteractionServiceUserFavoriteCountResult) Field0DeepEqual(src *UserFavoriteCountResponse) bool
func (*InteractionServiceUserFavoriteCountResult) GetResult ¶
func (p *InteractionServiceUserFavoriteCountResult) GetResult() interface{}
func (*InteractionServiceUserFavoriteCountResult) GetSuccess ¶
func (p *InteractionServiceUserFavoriteCountResult) GetSuccess() (v *UserFavoriteCountResponse)
func (*InteractionServiceUserFavoriteCountResult) InitDefault ¶
func (p *InteractionServiceUserFavoriteCountResult) InitDefault()
func (*InteractionServiceUserFavoriteCountResult) IsSetSuccess ¶
func (p *InteractionServiceUserFavoriteCountResult) IsSetSuccess() bool
func (*InteractionServiceUserFavoriteCountResult) Read ¶
func (p *InteractionServiceUserFavoriteCountResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceUserFavoriteCountResult) ReadField0 ¶
func (p *InteractionServiceUserFavoriteCountResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceUserFavoriteCountResult) SetSuccess ¶
func (p *InteractionServiceUserFavoriteCountResult) SetSuccess(x interface{})
func (*InteractionServiceUserFavoriteCountResult) String ¶
func (p *InteractionServiceUserFavoriteCountResult) String() string
type InteractionServiceUserTotalFavoritedArgs ¶
type InteractionServiceUserTotalFavoritedArgs struct {
Req *UserTotalFavoritedRequest `thrift:"req,1" frugal:"1,default,UserTotalFavoritedRequest" json:"req"`
}
func NewInteractionServiceUserTotalFavoritedArgs ¶
func NewInteractionServiceUserTotalFavoritedArgs() *InteractionServiceUserTotalFavoritedArgs
func (*InteractionServiceUserTotalFavoritedArgs) BLength ¶
func (p *InteractionServiceUserTotalFavoritedArgs) BLength() int
func (*InteractionServiceUserTotalFavoritedArgs) DeepEqual ¶
func (p *InteractionServiceUserTotalFavoritedArgs) DeepEqual(ano *InteractionServiceUserTotalFavoritedArgs) bool
func (*InteractionServiceUserTotalFavoritedArgs) FastRead ¶
func (p *InteractionServiceUserTotalFavoritedArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceUserTotalFavoritedArgs) FastReadField1 ¶
func (p *InteractionServiceUserTotalFavoritedArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceUserTotalFavoritedArgs) FastWrite ¶
func (p *InteractionServiceUserTotalFavoritedArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceUserTotalFavoritedArgs) FastWriteNocopy ¶
func (p *InteractionServiceUserTotalFavoritedArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceUserTotalFavoritedArgs) Field1DeepEqual ¶
func (p *InteractionServiceUserTotalFavoritedArgs) Field1DeepEqual(src *UserTotalFavoritedRequest) bool
func (*InteractionServiceUserTotalFavoritedArgs) GetFirstArgument ¶
func (p *InteractionServiceUserTotalFavoritedArgs) GetFirstArgument() interface{}
func (*InteractionServiceUserTotalFavoritedArgs) GetReq ¶
func (p *InteractionServiceUserTotalFavoritedArgs) GetReq() (v *UserTotalFavoritedRequest)
func (*InteractionServiceUserTotalFavoritedArgs) InitDefault ¶
func (p *InteractionServiceUserTotalFavoritedArgs) InitDefault()
func (*InteractionServiceUserTotalFavoritedArgs) IsSetReq ¶
func (p *InteractionServiceUserTotalFavoritedArgs) IsSetReq() bool
func (*InteractionServiceUserTotalFavoritedArgs) Read ¶
func (p *InteractionServiceUserTotalFavoritedArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceUserTotalFavoritedArgs) ReadField1 ¶
func (p *InteractionServiceUserTotalFavoritedArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceUserTotalFavoritedArgs) SetReq ¶
func (p *InteractionServiceUserTotalFavoritedArgs) SetReq(val *UserTotalFavoritedRequest)
func (*InteractionServiceUserTotalFavoritedArgs) String ¶
func (p *InteractionServiceUserTotalFavoritedArgs) String() string
type InteractionServiceUserTotalFavoritedResult ¶
type InteractionServiceUserTotalFavoritedResult struct {
Success *UserTotalFavoritedResponse `thrift:"success,0,optional" frugal:"0,optional,UserTotalFavoritedResponse" json:"success,omitempty"`
}
func NewInteractionServiceUserTotalFavoritedResult ¶
func NewInteractionServiceUserTotalFavoritedResult() *InteractionServiceUserTotalFavoritedResult
func (*InteractionServiceUserTotalFavoritedResult) BLength ¶
func (p *InteractionServiceUserTotalFavoritedResult) BLength() int
func (*InteractionServiceUserTotalFavoritedResult) DeepEqual ¶
func (p *InteractionServiceUserTotalFavoritedResult) DeepEqual(ano *InteractionServiceUserTotalFavoritedResult) bool
func (*InteractionServiceUserTotalFavoritedResult) FastRead ¶
func (p *InteractionServiceUserTotalFavoritedResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceUserTotalFavoritedResult) FastReadField0 ¶
func (p *InteractionServiceUserTotalFavoritedResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceUserTotalFavoritedResult) FastWrite ¶
func (p *InteractionServiceUserTotalFavoritedResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceUserTotalFavoritedResult) FastWriteNocopy ¶
func (p *InteractionServiceUserTotalFavoritedResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceUserTotalFavoritedResult) Field0DeepEqual ¶
func (p *InteractionServiceUserTotalFavoritedResult) Field0DeepEqual(src *UserTotalFavoritedResponse) bool
func (*InteractionServiceUserTotalFavoritedResult) GetResult ¶
func (p *InteractionServiceUserTotalFavoritedResult) GetResult() interface{}
func (*InteractionServiceUserTotalFavoritedResult) GetSuccess ¶
func (p *InteractionServiceUserTotalFavoritedResult) GetSuccess() (v *UserTotalFavoritedResponse)
func (*InteractionServiceUserTotalFavoritedResult) InitDefault ¶
func (p *InteractionServiceUserTotalFavoritedResult) InitDefault()
func (*InteractionServiceUserTotalFavoritedResult) IsSetSuccess ¶
func (p *InteractionServiceUserTotalFavoritedResult) IsSetSuccess() bool
func (*InteractionServiceUserTotalFavoritedResult) Read ¶
func (p *InteractionServiceUserTotalFavoritedResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceUserTotalFavoritedResult) ReadField0 ¶
func (p *InteractionServiceUserTotalFavoritedResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceUserTotalFavoritedResult) SetSuccess ¶
func (p *InteractionServiceUserTotalFavoritedResult) SetSuccess(x interface{})
func (*InteractionServiceUserTotalFavoritedResult) String ¶
func (p *InteractionServiceUserTotalFavoritedResult) String() string
type InteractionServiceVideoFavoritedCountArgs ¶
type InteractionServiceVideoFavoritedCountArgs struct {
Req *VideoFavoritedCountRequest `thrift:"req,1" frugal:"1,default,VideoFavoritedCountRequest" json:"req"`
}
func NewInteractionServiceVideoFavoritedCountArgs ¶
func NewInteractionServiceVideoFavoritedCountArgs() *InteractionServiceVideoFavoritedCountArgs
func (*InteractionServiceVideoFavoritedCountArgs) BLength ¶
func (p *InteractionServiceVideoFavoritedCountArgs) BLength() int
func (*InteractionServiceVideoFavoritedCountArgs) DeepEqual ¶
func (p *InteractionServiceVideoFavoritedCountArgs) DeepEqual(ano *InteractionServiceVideoFavoritedCountArgs) bool
func (*InteractionServiceVideoFavoritedCountArgs) FastRead ¶
func (p *InteractionServiceVideoFavoritedCountArgs) FastRead(buf []byte) (int, error)
func (*InteractionServiceVideoFavoritedCountArgs) FastReadField1 ¶
func (p *InteractionServiceVideoFavoritedCountArgs) FastReadField1(buf []byte) (int, error)
func (*InteractionServiceVideoFavoritedCountArgs) FastWrite ¶
func (p *InteractionServiceVideoFavoritedCountArgs) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceVideoFavoritedCountArgs) FastWriteNocopy ¶
func (p *InteractionServiceVideoFavoritedCountArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceVideoFavoritedCountArgs) Field1DeepEqual ¶
func (p *InteractionServiceVideoFavoritedCountArgs) Field1DeepEqual(src *VideoFavoritedCountRequest) bool
func (*InteractionServiceVideoFavoritedCountArgs) GetFirstArgument ¶
func (p *InteractionServiceVideoFavoritedCountArgs) GetFirstArgument() interface{}
func (*InteractionServiceVideoFavoritedCountArgs) GetReq ¶
func (p *InteractionServiceVideoFavoritedCountArgs) GetReq() (v *VideoFavoritedCountRequest)
func (*InteractionServiceVideoFavoritedCountArgs) InitDefault ¶
func (p *InteractionServiceVideoFavoritedCountArgs) InitDefault()
func (*InteractionServiceVideoFavoritedCountArgs) IsSetReq ¶
func (p *InteractionServiceVideoFavoritedCountArgs) IsSetReq() bool
func (*InteractionServiceVideoFavoritedCountArgs) Read ¶
func (p *InteractionServiceVideoFavoritedCountArgs) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceVideoFavoritedCountArgs) ReadField1 ¶
func (p *InteractionServiceVideoFavoritedCountArgs) ReadField1(iprot thrift.TProtocol) error
func (*InteractionServiceVideoFavoritedCountArgs) SetReq ¶
func (p *InteractionServiceVideoFavoritedCountArgs) SetReq(val *VideoFavoritedCountRequest)
func (*InteractionServiceVideoFavoritedCountArgs) String ¶
func (p *InteractionServiceVideoFavoritedCountArgs) String() string
type InteractionServiceVideoFavoritedCountResult ¶
type InteractionServiceVideoFavoritedCountResult struct {
Success *VideoFavoritedCountResponse `thrift:"success,0,optional" frugal:"0,optional,VideoFavoritedCountResponse" json:"success,omitempty"`
}
func NewInteractionServiceVideoFavoritedCountResult ¶
func NewInteractionServiceVideoFavoritedCountResult() *InteractionServiceVideoFavoritedCountResult
func (*InteractionServiceVideoFavoritedCountResult) BLength ¶
func (p *InteractionServiceVideoFavoritedCountResult) BLength() int
func (*InteractionServiceVideoFavoritedCountResult) DeepEqual ¶
func (p *InteractionServiceVideoFavoritedCountResult) DeepEqual(ano *InteractionServiceVideoFavoritedCountResult) bool
func (*InteractionServiceVideoFavoritedCountResult) FastRead ¶
func (p *InteractionServiceVideoFavoritedCountResult) FastRead(buf []byte) (int, error)
func (*InteractionServiceVideoFavoritedCountResult) FastReadField0 ¶
func (p *InteractionServiceVideoFavoritedCountResult) FastReadField0(buf []byte) (int, error)
func (*InteractionServiceVideoFavoritedCountResult) FastWrite ¶
func (p *InteractionServiceVideoFavoritedCountResult) FastWrite(buf []byte) int
for compatibility
func (*InteractionServiceVideoFavoritedCountResult) FastWriteNocopy ¶
func (p *InteractionServiceVideoFavoritedCountResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*InteractionServiceVideoFavoritedCountResult) Field0DeepEqual ¶
func (p *InteractionServiceVideoFavoritedCountResult) Field0DeepEqual(src *VideoFavoritedCountResponse) bool
func (*InteractionServiceVideoFavoritedCountResult) GetResult ¶
func (p *InteractionServiceVideoFavoritedCountResult) GetResult() interface{}
func (*InteractionServiceVideoFavoritedCountResult) GetSuccess ¶
func (p *InteractionServiceVideoFavoritedCountResult) GetSuccess() (v *VideoFavoritedCountResponse)
func (*InteractionServiceVideoFavoritedCountResult) InitDefault ¶
func (p *InteractionServiceVideoFavoritedCountResult) InitDefault()
func (*InteractionServiceVideoFavoritedCountResult) IsSetSuccess ¶
func (p *InteractionServiceVideoFavoritedCountResult) IsSetSuccess() bool
func (*InteractionServiceVideoFavoritedCountResult) Read ¶
func (p *InteractionServiceVideoFavoritedCountResult) Read(iprot thrift.TProtocol) (err error)
func (*InteractionServiceVideoFavoritedCountResult) ReadField0 ¶
func (p *InteractionServiceVideoFavoritedCountResult) ReadField0(iprot thrift.TProtocol) error
func (*InteractionServiceVideoFavoritedCountResult) SetSuccess ¶
func (p *InteractionServiceVideoFavoritedCountResult) SetSuccess(x interface{})
func (*InteractionServiceVideoFavoritedCountResult) String ¶
func (p *InteractionServiceVideoFavoritedCountResult) String() string
type IsFavoriteRequest ¶
type IsFavoriteRequest 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"` Token string `thrift:"token,3" frugal:"3,default,string" json:"token"` }
var InteractionServiceIsFavoriteArgs_Req_DEFAULT *IsFavoriteRequest
func NewIsFavoriteRequest ¶
func NewIsFavoriteRequest() *IsFavoriteRequest
func (*IsFavoriteRequest) BLength ¶
func (p *IsFavoriteRequest) BLength() int
func (*IsFavoriteRequest) DeepEqual ¶
func (p *IsFavoriteRequest) DeepEqual(ano *IsFavoriteRequest) bool
func (*IsFavoriteRequest) FastReadField1 ¶
func (p *IsFavoriteRequest) FastReadField1(buf []byte) (int, error)
func (*IsFavoriteRequest) FastReadField2 ¶
func (p *IsFavoriteRequest) FastReadField2(buf []byte) (int, error)
func (*IsFavoriteRequest) FastReadField3 ¶
func (p *IsFavoriteRequest) FastReadField3(buf []byte) (int, error)
func (*IsFavoriteRequest) FastWrite ¶
func (p *IsFavoriteRequest) FastWrite(buf []byte) int
for compatibility
func (*IsFavoriteRequest) FastWriteNocopy ¶
func (p *IsFavoriteRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*IsFavoriteRequest) Field1DeepEqual ¶
func (p *IsFavoriteRequest) Field1DeepEqual(src int64) bool
func (*IsFavoriteRequest) Field2DeepEqual ¶
func (p *IsFavoriteRequest) Field2DeepEqual(src int64) bool
func (*IsFavoriteRequest) Field3DeepEqual ¶
func (p *IsFavoriteRequest) Field3DeepEqual(src string) bool
func (*IsFavoriteRequest) GetToken ¶
func (p *IsFavoriteRequest) GetToken() (v string)
func (*IsFavoriteRequest) GetUserId ¶
func (p *IsFavoriteRequest) GetUserId() (v int64)
func (*IsFavoriteRequest) GetVideoId ¶
func (p *IsFavoriteRequest) GetVideoId() (v int64)
func (*IsFavoriteRequest) InitDefault ¶
func (p *IsFavoriteRequest) InitDefault()
func (*IsFavoriteRequest) Read ¶
func (p *IsFavoriteRequest) Read(iprot thrift.TProtocol) (err error)
func (*IsFavoriteRequest) ReadField1 ¶
func (p *IsFavoriteRequest) ReadField1(iprot thrift.TProtocol) error
func (*IsFavoriteRequest) ReadField2 ¶
func (p *IsFavoriteRequest) ReadField2(iprot thrift.TProtocol) error
func (*IsFavoriteRequest) ReadField3 ¶
func (p *IsFavoriteRequest) ReadField3(iprot thrift.TProtocol) error
func (*IsFavoriteRequest) SetToken ¶
func (p *IsFavoriteRequest) SetToken(val string)
func (*IsFavoriteRequest) SetUserId ¶
func (p *IsFavoriteRequest) SetUserId(val int64)
func (*IsFavoriteRequest) SetVideoId ¶
func (p *IsFavoriteRequest) SetVideoId(val int64)
func (*IsFavoriteRequest) String ¶
func (p *IsFavoriteRequest) String() string
type IsFavoriteResponse ¶
type IsFavoriteResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` IsFavorite bool `thrift:"is_favorite,2" frugal:"2,default,bool" json:"is_favorite"` }
var InteractionServiceIsFavoriteResult_Success_DEFAULT *IsFavoriteResponse
func NewIsFavoriteResponse ¶
func NewIsFavoriteResponse() *IsFavoriteResponse
func (*IsFavoriteResponse) BLength ¶
func (p *IsFavoriteResponse) BLength() int
func (*IsFavoriteResponse) DeepEqual ¶
func (p *IsFavoriteResponse) DeepEqual(ano *IsFavoriteResponse) bool
func (*IsFavoriteResponse) FastRead ¶
func (p *IsFavoriteResponse) FastRead(buf []byte) (int, error)
func (*IsFavoriteResponse) FastReadField1 ¶
func (p *IsFavoriteResponse) FastReadField1(buf []byte) (int, error)
func (*IsFavoriteResponse) FastReadField2 ¶
func (p *IsFavoriteResponse) FastReadField2(buf []byte) (int, error)
func (*IsFavoriteResponse) FastWrite ¶
func (p *IsFavoriteResponse) FastWrite(buf []byte) int
for compatibility
func (*IsFavoriteResponse) FastWriteNocopy ¶
func (p *IsFavoriteResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*IsFavoriteResponse) Field1DeepEqual ¶
func (p *IsFavoriteResponse) Field1DeepEqual(src *BaseResp) bool
func (*IsFavoriteResponse) Field2DeepEqual ¶
func (p *IsFavoriteResponse) Field2DeepEqual(src bool) bool
func (*IsFavoriteResponse) GetBase ¶
func (p *IsFavoriteResponse) GetBase() (v *BaseResp)
func (*IsFavoriteResponse) GetIsFavorite ¶
func (p *IsFavoriteResponse) GetIsFavorite() (v bool)
func (*IsFavoriteResponse) InitDefault ¶
func (p *IsFavoriteResponse) InitDefault()
func (*IsFavoriteResponse) IsSetBase ¶
func (p *IsFavoriteResponse) IsSetBase() bool
func (*IsFavoriteResponse) Read ¶
func (p *IsFavoriteResponse) Read(iprot thrift.TProtocol) (err error)
func (*IsFavoriteResponse) ReadField1 ¶
func (p *IsFavoriteResponse) ReadField1(iprot thrift.TProtocol) error
func (*IsFavoriteResponse) ReadField2 ¶
func (p *IsFavoriteResponse) ReadField2(iprot thrift.TProtocol) error
func (*IsFavoriteResponse) SetBase ¶
func (p *IsFavoriteResponse) SetBase(val *BaseResp)
func (*IsFavoriteResponse) SetIsFavorite ¶
func (p *IsFavoriteResponse) SetIsFavorite(val bool)
func (*IsFavoriteResponse) String ¶
func (p *IsFavoriteResponse) String() string
type UserFavoriteCountRequest ¶
type UserFavoriteCountRequest struct { UserId int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"` Token string `thrift:"token,2" frugal:"2,default,string" json:"token"` }
var InteractionServiceUserFavoriteCountArgs_Req_DEFAULT *UserFavoriteCountRequest
func NewUserFavoriteCountRequest ¶
func NewUserFavoriteCountRequest() *UserFavoriteCountRequest
func (*UserFavoriteCountRequest) BLength ¶
func (p *UserFavoriteCountRequest) BLength() int
func (*UserFavoriteCountRequest) DeepEqual ¶
func (p *UserFavoriteCountRequest) DeepEqual(ano *UserFavoriteCountRequest) bool
func (*UserFavoriteCountRequest) FastRead ¶
func (p *UserFavoriteCountRequest) FastRead(buf []byte) (int, error)
func (*UserFavoriteCountRequest) FastReadField1 ¶
func (p *UserFavoriteCountRequest) FastReadField1(buf []byte) (int, error)
func (*UserFavoriteCountRequest) FastReadField2 ¶
func (p *UserFavoriteCountRequest) FastReadField2(buf []byte) (int, error)
func (*UserFavoriteCountRequest) FastWrite ¶
func (p *UserFavoriteCountRequest) FastWrite(buf []byte) int
for compatibility
func (*UserFavoriteCountRequest) FastWriteNocopy ¶
func (p *UserFavoriteCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*UserFavoriteCountRequest) Field1DeepEqual ¶
func (p *UserFavoriteCountRequest) Field1DeepEqual(src int64) bool
func (*UserFavoriteCountRequest) Field2DeepEqual ¶
func (p *UserFavoriteCountRequest) Field2DeepEqual(src string) bool
func (*UserFavoriteCountRequest) GetToken ¶
func (p *UserFavoriteCountRequest) GetToken() (v string)
func (*UserFavoriteCountRequest) GetUserId ¶
func (p *UserFavoriteCountRequest) GetUserId() (v int64)
func (*UserFavoriteCountRequest) InitDefault ¶
func (p *UserFavoriteCountRequest) InitDefault()
func (*UserFavoriteCountRequest) Read ¶
func (p *UserFavoriteCountRequest) Read(iprot thrift.TProtocol) (err error)
func (*UserFavoriteCountRequest) ReadField1 ¶
func (p *UserFavoriteCountRequest) ReadField1(iprot thrift.TProtocol) error
func (*UserFavoriteCountRequest) ReadField2 ¶
func (p *UserFavoriteCountRequest) ReadField2(iprot thrift.TProtocol) error
func (*UserFavoriteCountRequest) SetToken ¶
func (p *UserFavoriteCountRequest) SetToken(val string)
func (*UserFavoriteCountRequest) SetUserId ¶
func (p *UserFavoriteCountRequest) SetUserId(val int64)
func (*UserFavoriteCountRequest) String ¶
func (p *UserFavoriteCountRequest) String() string
type UserFavoriteCountResponse ¶
type UserFavoriteCountResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` LikeCount int64 `thrift:"like_count,2" frugal:"2,default,i64" json:"like_count"` }
var InteractionServiceUserFavoriteCountResult_Success_DEFAULT *UserFavoriteCountResponse
func NewUserFavoriteCountResponse ¶
func NewUserFavoriteCountResponse() *UserFavoriteCountResponse
func (*UserFavoriteCountResponse) BLength ¶
func (p *UserFavoriteCountResponse) BLength() int
func (*UserFavoriteCountResponse) DeepEqual ¶
func (p *UserFavoriteCountResponse) DeepEqual(ano *UserFavoriteCountResponse) bool
func (*UserFavoriteCountResponse) FastRead ¶
func (p *UserFavoriteCountResponse) FastRead(buf []byte) (int, error)
func (*UserFavoriteCountResponse) FastReadField1 ¶
func (p *UserFavoriteCountResponse) FastReadField1(buf []byte) (int, error)
func (*UserFavoriteCountResponse) FastReadField2 ¶
func (p *UserFavoriteCountResponse) FastReadField2(buf []byte) (int, error)
func (*UserFavoriteCountResponse) FastWrite ¶
func (p *UserFavoriteCountResponse) FastWrite(buf []byte) int
for compatibility
func (*UserFavoriteCountResponse) FastWriteNocopy ¶
func (p *UserFavoriteCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*UserFavoriteCountResponse) Field1DeepEqual ¶
func (p *UserFavoriteCountResponse) Field1DeepEqual(src *BaseResp) bool
func (*UserFavoriteCountResponse) Field2DeepEqual ¶
func (p *UserFavoriteCountResponse) Field2DeepEqual(src int64) bool
func (*UserFavoriteCountResponse) GetBase ¶
func (p *UserFavoriteCountResponse) GetBase() (v *BaseResp)
func (*UserFavoriteCountResponse) GetLikeCount ¶
func (p *UserFavoriteCountResponse) GetLikeCount() (v int64)
func (*UserFavoriteCountResponse) InitDefault ¶
func (p *UserFavoriteCountResponse) InitDefault()
func (*UserFavoriteCountResponse) IsSetBase ¶
func (p *UserFavoriteCountResponse) IsSetBase() bool
func (*UserFavoriteCountResponse) Read ¶
func (p *UserFavoriteCountResponse) Read(iprot thrift.TProtocol) (err error)
func (*UserFavoriteCountResponse) ReadField1 ¶
func (p *UserFavoriteCountResponse) ReadField1(iprot thrift.TProtocol) error
func (*UserFavoriteCountResponse) ReadField2 ¶
func (p *UserFavoriteCountResponse) ReadField2(iprot thrift.TProtocol) error
func (*UserFavoriteCountResponse) SetBase ¶
func (p *UserFavoriteCountResponse) SetBase(val *BaseResp)
func (*UserFavoriteCountResponse) SetLikeCount ¶
func (p *UserFavoriteCountResponse) SetLikeCount(val int64)
func (*UserFavoriteCountResponse) String ¶
func (p *UserFavoriteCountResponse) String() string
type UserTotalFavoritedRequest ¶
type UserTotalFavoritedRequest struct { Token string `thrift:"token,1" frugal:"1,default,string" json:"token"` UserId int64 `thrift:"user_id,2" frugal:"2,default,i64" json:"user_id"` }
var InteractionServiceUserTotalFavoritedArgs_Req_DEFAULT *UserTotalFavoritedRequest
func NewUserTotalFavoritedRequest ¶
func NewUserTotalFavoritedRequest() *UserTotalFavoritedRequest
func (*UserTotalFavoritedRequest) BLength ¶
func (p *UserTotalFavoritedRequest) BLength() int
func (*UserTotalFavoritedRequest) DeepEqual ¶
func (p *UserTotalFavoritedRequest) DeepEqual(ano *UserTotalFavoritedRequest) bool
func (*UserTotalFavoritedRequest) FastRead ¶
func (p *UserTotalFavoritedRequest) FastRead(buf []byte) (int, error)
func (*UserTotalFavoritedRequest) FastReadField1 ¶
func (p *UserTotalFavoritedRequest) FastReadField1(buf []byte) (int, error)
func (*UserTotalFavoritedRequest) FastReadField2 ¶
func (p *UserTotalFavoritedRequest) FastReadField2(buf []byte) (int, error)
func (*UserTotalFavoritedRequest) FastWrite ¶
func (p *UserTotalFavoritedRequest) FastWrite(buf []byte) int
for compatibility
func (*UserTotalFavoritedRequest) FastWriteNocopy ¶
func (p *UserTotalFavoritedRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*UserTotalFavoritedRequest) Field1DeepEqual ¶
func (p *UserTotalFavoritedRequest) Field1DeepEqual(src string) bool
func (*UserTotalFavoritedRequest) Field2DeepEqual ¶
func (p *UserTotalFavoritedRequest) Field2DeepEqual(src int64) bool
func (*UserTotalFavoritedRequest) GetToken ¶
func (p *UserTotalFavoritedRequest) GetToken() (v string)
func (*UserTotalFavoritedRequest) GetUserId ¶
func (p *UserTotalFavoritedRequest) GetUserId() (v int64)
func (*UserTotalFavoritedRequest) InitDefault ¶
func (p *UserTotalFavoritedRequest) InitDefault()
func (*UserTotalFavoritedRequest) Read ¶
func (p *UserTotalFavoritedRequest) Read(iprot thrift.TProtocol) (err error)
func (*UserTotalFavoritedRequest) ReadField1 ¶
func (p *UserTotalFavoritedRequest) ReadField1(iprot thrift.TProtocol) error
func (*UserTotalFavoritedRequest) ReadField2 ¶
func (p *UserTotalFavoritedRequest) ReadField2(iprot thrift.TProtocol) error
func (*UserTotalFavoritedRequest) SetToken ¶
func (p *UserTotalFavoritedRequest) SetToken(val string)
func (*UserTotalFavoritedRequest) SetUserId ¶
func (p *UserTotalFavoritedRequest) SetUserId(val int64)
func (*UserTotalFavoritedRequest) String ¶
func (p *UserTotalFavoritedRequest) String() string
type UserTotalFavoritedResponse ¶
type UserTotalFavoritedResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` TotalFavorited int64 `thrift:"total_favorited,2" frugal:"2,default,i64" json:"total_favorited"` }
var InteractionServiceUserTotalFavoritedResult_Success_DEFAULT *UserTotalFavoritedResponse
func NewUserTotalFavoritedResponse ¶
func NewUserTotalFavoritedResponse() *UserTotalFavoritedResponse
func (*UserTotalFavoritedResponse) BLength ¶
func (p *UserTotalFavoritedResponse) BLength() int
func (*UserTotalFavoritedResponse) DeepEqual ¶
func (p *UserTotalFavoritedResponse) DeepEqual(ano *UserTotalFavoritedResponse) bool
func (*UserTotalFavoritedResponse) FastRead ¶
func (p *UserTotalFavoritedResponse) FastRead(buf []byte) (int, error)
func (*UserTotalFavoritedResponse) FastReadField1 ¶
func (p *UserTotalFavoritedResponse) FastReadField1(buf []byte) (int, error)
func (*UserTotalFavoritedResponse) FastReadField2 ¶
func (p *UserTotalFavoritedResponse) FastReadField2(buf []byte) (int, error)
func (*UserTotalFavoritedResponse) FastWrite ¶
func (p *UserTotalFavoritedResponse) FastWrite(buf []byte) int
for compatibility
func (*UserTotalFavoritedResponse) FastWriteNocopy ¶
func (p *UserTotalFavoritedResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*UserTotalFavoritedResponse) Field1DeepEqual ¶
func (p *UserTotalFavoritedResponse) Field1DeepEqual(src *BaseResp) bool
func (*UserTotalFavoritedResponse) Field2DeepEqual ¶
func (p *UserTotalFavoritedResponse) Field2DeepEqual(src int64) bool
func (*UserTotalFavoritedResponse) GetBase ¶
func (p *UserTotalFavoritedResponse) GetBase() (v *BaseResp)
func (*UserTotalFavoritedResponse) GetTotalFavorited ¶
func (p *UserTotalFavoritedResponse) GetTotalFavorited() (v int64)
func (*UserTotalFavoritedResponse) InitDefault ¶
func (p *UserTotalFavoritedResponse) InitDefault()
func (*UserTotalFavoritedResponse) IsSetBase ¶
func (p *UserTotalFavoritedResponse) IsSetBase() bool
func (*UserTotalFavoritedResponse) Read ¶
func (p *UserTotalFavoritedResponse) Read(iprot thrift.TProtocol) (err error)
func (*UserTotalFavoritedResponse) ReadField1 ¶
func (p *UserTotalFavoritedResponse) ReadField1(iprot thrift.TProtocol) error
func (*UserTotalFavoritedResponse) ReadField2 ¶
func (p *UserTotalFavoritedResponse) ReadField2(iprot thrift.TProtocol) error
func (*UserTotalFavoritedResponse) SetBase ¶
func (p *UserTotalFavoritedResponse) SetBase(val *BaseResp)
func (*UserTotalFavoritedResponse) SetTotalFavorited ¶
func (p *UserTotalFavoritedResponse) SetTotalFavorited(val int64)
func (*UserTotalFavoritedResponse) String ¶
func (p *UserTotalFavoritedResponse) String() string
type Video ¶
type Video struct { Id int64 `thrift:"id,1" frugal:"1,default,i64" json:"id"` Author *user.User `thrift:"author,2" frugal:"2,default,user.User" json:"author"` PlayUrl string `thrift:"play_url,3" frugal:"3,default,string" json:"play_url"` CoverUrl string `thrift:"cover_url,4" frugal:"4,default,string" json:"cover_url"` FavoriteCount int64 `thrift:"favorite_count,5" frugal:"5,default,i64" json:"favorite_count"` CommentCount int64 `thrift:"comment_count,6" frugal:"6,default,i64" json:"comment_count"` IsFavorite bool `thrift:"is_favorite,7" frugal:"7,default,bool" json:"is_favorite"` Title string `thrift:"title,8" frugal:"8,default,string" json:"title"` }
func (*Video) FastWriteNocopy ¶
func (p *Video) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*Video) Field1DeepEqual ¶
func (*Video) Field3DeepEqual ¶
func (*Video) Field4DeepEqual ¶
func (*Video) Field5DeepEqual ¶
func (*Video) Field6DeepEqual ¶
func (*Video) Field7DeepEqual ¶
func (*Video) Field8DeepEqual ¶
func (*Video) GetCommentCount ¶
func (*Video) GetCoverUrl ¶
func (*Video) GetFavoriteCount ¶
func (*Video) GetIsFavorite ¶
func (*Video) GetPlayUrl ¶
func (*Video) InitDefault ¶
func (p *Video) InitDefault()
func (*Video) IsSetAuthor ¶
func (*Video) SetCommentCount ¶
func (*Video) SetCoverUrl ¶
func (*Video) SetFavoriteCount ¶
func (*Video) SetIsFavorite ¶
func (*Video) SetPlayUrl ¶
type VideoFavoritedCountRequest ¶
type VideoFavoritedCountRequest struct { VideoId int64 `thrift:"video_id,1" frugal:"1,default,i64" json:"video_id"` Token string `thrift:"token,2" frugal:"2,default,string" json:"token"` }
var InteractionServiceVideoFavoritedCountArgs_Req_DEFAULT *VideoFavoritedCountRequest
func NewVideoFavoritedCountRequest ¶
func NewVideoFavoritedCountRequest() *VideoFavoritedCountRequest
func (*VideoFavoritedCountRequest) BLength ¶
func (p *VideoFavoritedCountRequest) BLength() int
func (*VideoFavoritedCountRequest) DeepEqual ¶
func (p *VideoFavoritedCountRequest) DeepEqual(ano *VideoFavoritedCountRequest) bool
func (*VideoFavoritedCountRequest) FastRead ¶
func (p *VideoFavoritedCountRequest) FastRead(buf []byte) (int, error)
func (*VideoFavoritedCountRequest) FastReadField1 ¶
func (p *VideoFavoritedCountRequest) FastReadField1(buf []byte) (int, error)
func (*VideoFavoritedCountRequest) FastReadField2 ¶
func (p *VideoFavoritedCountRequest) FastReadField2(buf []byte) (int, error)
func (*VideoFavoritedCountRequest) FastWrite ¶
func (p *VideoFavoritedCountRequest) FastWrite(buf []byte) int
for compatibility
func (*VideoFavoritedCountRequest) FastWriteNocopy ¶
func (p *VideoFavoritedCountRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*VideoFavoritedCountRequest) Field1DeepEqual ¶
func (p *VideoFavoritedCountRequest) Field1DeepEqual(src int64) bool
func (*VideoFavoritedCountRequest) Field2DeepEqual ¶
func (p *VideoFavoritedCountRequest) Field2DeepEqual(src string) bool
func (*VideoFavoritedCountRequest) GetToken ¶
func (p *VideoFavoritedCountRequest) GetToken() (v string)
func (*VideoFavoritedCountRequest) GetVideoId ¶
func (p *VideoFavoritedCountRequest) GetVideoId() (v int64)
func (*VideoFavoritedCountRequest) InitDefault ¶
func (p *VideoFavoritedCountRequest) InitDefault()
func (*VideoFavoritedCountRequest) Read ¶
func (p *VideoFavoritedCountRequest) Read(iprot thrift.TProtocol) (err error)
func (*VideoFavoritedCountRequest) ReadField1 ¶
func (p *VideoFavoritedCountRequest) ReadField1(iprot thrift.TProtocol) error
func (*VideoFavoritedCountRequest) ReadField2 ¶
func (p *VideoFavoritedCountRequest) ReadField2(iprot thrift.TProtocol) error
func (*VideoFavoritedCountRequest) SetToken ¶
func (p *VideoFavoritedCountRequest) SetToken(val string)
func (*VideoFavoritedCountRequest) SetVideoId ¶
func (p *VideoFavoritedCountRequest) SetVideoId(val int64)
func (*VideoFavoritedCountRequest) String ¶
func (p *VideoFavoritedCountRequest) String() string
type VideoFavoritedCountResponse ¶
type VideoFavoritedCountResponse struct { Base *BaseResp `thrift:"base,1" frugal:"1,default,BaseResp" json:"base"` LikeCount int64 `thrift:"like_count,2" frugal:"2,default,i64" json:"like_count"` }
var InteractionServiceVideoFavoritedCountResult_Success_DEFAULT *VideoFavoritedCountResponse
func NewVideoFavoritedCountResponse ¶
func NewVideoFavoritedCountResponse() *VideoFavoritedCountResponse
func (*VideoFavoritedCountResponse) BLength ¶
func (p *VideoFavoritedCountResponse) BLength() int
func (*VideoFavoritedCountResponse) DeepEqual ¶
func (p *VideoFavoritedCountResponse) DeepEqual(ano *VideoFavoritedCountResponse) bool
func (*VideoFavoritedCountResponse) FastRead ¶
func (p *VideoFavoritedCountResponse) FastRead(buf []byte) (int, error)
func (*VideoFavoritedCountResponse) FastReadField1 ¶
func (p *VideoFavoritedCountResponse) FastReadField1(buf []byte) (int, error)
func (*VideoFavoritedCountResponse) FastReadField2 ¶
func (p *VideoFavoritedCountResponse) FastReadField2(buf []byte) (int, error)
func (*VideoFavoritedCountResponse) FastWrite ¶
func (p *VideoFavoritedCountResponse) FastWrite(buf []byte) int
for compatibility
func (*VideoFavoritedCountResponse) FastWriteNocopy ¶
func (p *VideoFavoritedCountResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*VideoFavoritedCountResponse) Field1DeepEqual ¶
func (p *VideoFavoritedCountResponse) Field1DeepEqual(src *BaseResp) bool
func (*VideoFavoritedCountResponse) Field2DeepEqual ¶
func (p *VideoFavoritedCountResponse) Field2DeepEqual(src int64) bool
func (*VideoFavoritedCountResponse) GetBase ¶
func (p *VideoFavoritedCountResponse) GetBase() (v *BaseResp)
func (*VideoFavoritedCountResponse) GetLikeCount ¶
func (p *VideoFavoritedCountResponse) GetLikeCount() (v int64)
func (*VideoFavoritedCountResponse) InitDefault ¶
func (p *VideoFavoritedCountResponse) InitDefault()
func (*VideoFavoritedCountResponse) IsSetBase ¶
func (p *VideoFavoritedCountResponse) IsSetBase() bool
func (*VideoFavoritedCountResponse) Read ¶
func (p *VideoFavoritedCountResponse) Read(iprot thrift.TProtocol) (err error)
func (*VideoFavoritedCountResponse) ReadField1 ¶
func (p *VideoFavoritedCountResponse) ReadField1(iprot thrift.TProtocol) error
func (*VideoFavoritedCountResponse) ReadField2 ¶
func (p *VideoFavoritedCountResponse) ReadField2(iprot thrift.TProtocol) error
func (*VideoFavoritedCountResponse) SetBase ¶
func (p *VideoFavoritedCountResponse) SetBase(val *BaseResp)
func (*VideoFavoritedCountResponse) SetLikeCount ¶
func (p *VideoFavoritedCountResponse) SetLikeCount(val int64)
func (*VideoFavoritedCountResponse) String ¶
func (p *VideoFavoritedCountResponse) String() string