sociality

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

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

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

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var DouyinBatchGetSocialInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetRelationIdListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetSocialInfoResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetSocialInfoResponse_SocialInfo_DEFAULT *base.SocialInfo
View Source
var DouyinRelationActionResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var KitexUnusedProtection = struct{}{}

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

Functions ¶

This section is empty.

Types ¶

type DouyinBatchGetSocialInfoRequest ¶

type DouyinBatchGetSocialInfoRequest struct {
	ViewerId    int64   `thrift:"viewer_id,1" frugal:"1,default,i64" json:"viewer_id"`
	OwnerIdList []int64 `thrift:"owner_id_list,2" frugal:"2,default,list<i64>" json:"owner_id_list"`
}
var SocialityServiceBatchGetSocialInfoArgs_Req_DEFAULT *DouyinBatchGetSocialInfoRequest

func NewDouyinBatchGetSocialInfoRequest ¶

func NewDouyinBatchGetSocialInfoRequest() *DouyinBatchGetSocialInfoRequest

func (*DouyinBatchGetSocialInfoRequest) BLength ¶

func (p *DouyinBatchGetSocialInfoRequest) BLength() int

func (*DouyinBatchGetSocialInfoRequest) DeepEqual ¶

func (*DouyinBatchGetSocialInfoRequest) FastRead ¶

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

func (*DouyinBatchGetSocialInfoRequest) FastReadField1 ¶

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

func (*DouyinBatchGetSocialInfoRequest) FastReadField2 ¶

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

func (*DouyinBatchGetSocialInfoRequest) FastWrite ¶

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

for compatibility

func (*DouyinBatchGetSocialInfoRequest) FastWriteNocopy ¶

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

func (*DouyinBatchGetSocialInfoRequest) Field1DeepEqual ¶

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

func (*DouyinBatchGetSocialInfoRequest) Field2DeepEqual ¶

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

func (*DouyinBatchGetSocialInfoRequest) GetOwnerIdList ¶

func (p *DouyinBatchGetSocialInfoRequest) GetOwnerIdList() (v []int64)

func (*DouyinBatchGetSocialInfoRequest) GetViewerId ¶

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

func (*DouyinBatchGetSocialInfoRequest) InitDefault ¶

func (p *DouyinBatchGetSocialInfoRequest) InitDefault()

func (*DouyinBatchGetSocialInfoRequest) Read ¶

func (*DouyinBatchGetSocialInfoRequest) ReadField1 ¶

func (*DouyinBatchGetSocialInfoRequest) ReadField2 ¶

func (*DouyinBatchGetSocialInfoRequest) SetOwnerIdList ¶

func (p *DouyinBatchGetSocialInfoRequest) SetOwnerIdList(val []int64)

func (*DouyinBatchGetSocialInfoRequest) SetViewerId ¶

func (p *DouyinBatchGetSocialInfoRequest) SetViewerId(val int64)

func (*DouyinBatchGetSocialInfoRequest) String ¶

func (*DouyinBatchGetSocialInfoRequest) Write ¶

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

type DouyinBatchGetSocialInfoResponse ¶

type DouyinBatchGetSocialInfoResponse struct {
	BaseResp       *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	SocialInfoList []*base.SocialInfo       `thrift:"social_info_list,2" frugal:"2,default,list<base.SocialInfo>" json:"social_info_list"`
}
var SocialityServiceBatchGetSocialInfoResult_Success_DEFAULT *DouyinBatchGetSocialInfoResponse

func NewDouyinBatchGetSocialInfoResponse ¶

func NewDouyinBatchGetSocialInfoResponse() *DouyinBatchGetSocialInfoResponse

func (*DouyinBatchGetSocialInfoResponse) BLength ¶

func (*DouyinBatchGetSocialInfoResponse) DeepEqual ¶

func (*DouyinBatchGetSocialInfoResponse) FastRead ¶

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

func (*DouyinBatchGetSocialInfoResponse) FastReadField1 ¶

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

func (*DouyinBatchGetSocialInfoResponse) FastReadField2 ¶

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

func (*DouyinBatchGetSocialInfoResponse) FastWrite ¶

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

for compatibility

func (*DouyinBatchGetSocialInfoResponse) FastWriteNocopy ¶

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

func (*DouyinBatchGetSocialInfoResponse) Field1DeepEqual ¶

func (*DouyinBatchGetSocialInfoResponse) Field2DeepEqual ¶

func (p *DouyinBatchGetSocialInfoResponse) Field2DeepEqual(src []*base.SocialInfo) bool

func (*DouyinBatchGetSocialInfoResponse) GetBaseResp ¶

func (*DouyinBatchGetSocialInfoResponse) GetSocialInfoList ¶

func (p *DouyinBatchGetSocialInfoResponse) GetSocialInfoList() (v []*base.SocialInfo)

func (*DouyinBatchGetSocialInfoResponse) InitDefault ¶

func (p *DouyinBatchGetSocialInfoResponse) InitDefault()

func (*DouyinBatchGetSocialInfoResponse) IsSetBaseResp ¶

func (p *DouyinBatchGetSocialInfoResponse) IsSetBaseResp() bool

func (*DouyinBatchGetSocialInfoResponse) Read ¶

func (*DouyinBatchGetSocialInfoResponse) ReadField1 ¶

func (*DouyinBatchGetSocialInfoResponse) ReadField2 ¶

func (*DouyinBatchGetSocialInfoResponse) SetBaseResp ¶

func (*DouyinBatchGetSocialInfoResponse) SetSocialInfoList ¶

func (p *DouyinBatchGetSocialInfoResponse) SetSocialInfoList(val []*base.SocialInfo)

func (*DouyinBatchGetSocialInfoResponse) String ¶

func (*DouyinBatchGetSocialInfoResponse) Write ¶

type DouyinGetRelationIdListRequest ¶

type DouyinGetRelationIdListRequest struct {
	ViewerId int64 `thrift:"viewer_id,1" frugal:"1,default,i64" json:"viewer_id"`
	OwnerId  int64 `thrift:"owner_id,2" frugal:"2,default,i64" json:"owner_id"`
	Option   int8  `thrift:"option,3" frugal:"3,default,i8" json:"option"`
}
var SocialityServiceGetRelationIdListArgs_Req_DEFAULT *DouyinGetRelationIdListRequest

func NewDouyinGetRelationIdListRequest ¶

func NewDouyinGetRelationIdListRequest() *DouyinGetRelationIdListRequest

func (*DouyinGetRelationIdListRequest) BLength ¶

func (p *DouyinGetRelationIdListRequest) BLength() int

func (*DouyinGetRelationIdListRequest) DeepEqual ¶

func (*DouyinGetRelationIdListRequest) FastRead ¶

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

func (*DouyinGetRelationIdListRequest) FastReadField1 ¶

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

func (*DouyinGetRelationIdListRequest) FastReadField2 ¶

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

func (*DouyinGetRelationIdListRequest) FastReadField3 ¶

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

func (*DouyinGetRelationIdListRequest) FastWrite ¶

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

for compatibility

func (*DouyinGetRelationIdListRequest) FastWriteNocopy ¶

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

func (*DouyinGetRelationIdListRequest) Field1DeepEqual ¶

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

func (*DouyinGetRelationIdListRequest) Field2DeepEqual ¶

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

func (*DouyinGetRelationIdListRequest) Field3DeepEqual ¶

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

func (*DouyinGetRelationIdListRequest) GetOption ¶

func (p *DouyinGetRelationIdListRequest) GetOption() (v int8)

func (*DouyinGetRelationIdListRequest) GetOwnerId ¶

func (p *DouyinGetRelationIdListRequest) GetOwnerId() (v int64)

func (*DouyinGetRelationIdListRequest) GetViewerId ¶

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

func (*DouyinGetRelationIdListRequest) InitDefault ¶

func (p *DouyinGetRelationIdListRequest) InitDefault()

func (*DouyinGetRelationIdListRequest) Read ¶

func (*DouyinGetRelationIdListRequest) ReadField1 ¶

func (*DouyinGetRelationIdListRequest) ReadField2 ¶

func (*DouyinGetRelationIdListRequest) ReadField3 ¶

func (*DouyinGetRelationIdListRequest) SetOption ¶

func (p *DouyinGetRelationIdListRequest) SetOption(val int8)

func (*DouyinGetRelationIdListRequest) SetOwnerId ¶

func (p *DouyinGetRelationIdListRequest) SetOwnerId(val int64)

func (*DouyinGetRelationIdListRequest) SetViewerId ¶

func (p *DouyinGetRelationIdListRequest) SetViewerId(val int64)

func (*DouyinGetRelationIdListRequest) String ¶

func (*DouyinGetRelationIdListRequest) Write ¶

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

type DouyinGetRelationIdListResponse ¶

type DouyinGetRelationIdListResponse struct {
	BaseResp   *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserIdList []int64                  `thrift:"user_id_list,2" frugal:"2,default,list<i64>" json:"user_id_list"`
}
var SocialityServiceGetRelationIdListResult_Success_DEFAULT *DouyinGetRelationIdListResponse

func NewDouyinGetRelationIdListResponse ¶

func NewDouyinGetRelationIdListResponse() *DouyinGetRelationIdListResponse

func (*DouyinGetRelationIdListResponse) BLength ¶

func (p *DouyinGetRelationIdListResponse) BLength() int

func (*DouyinGetRelationIdListResponse) DeepEqual ¶

func (*DouyinGetRelationIdListResponse) FastRead ¶

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

func (*DouyinGetRelationIdListResponse) FastReadField1 ¶

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

func (*DouyinGetRelationIdListResponse) FastReadField2 ¶

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

func (*DouyinGetRelationIdListResponse) FastWrite ¶

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

for compatibility

func (*DouyinGetRelationIdListResponse) FastWriteNocopy ¶

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

func (*DouyinGetRelationIdListResponse) Field1DeepEqual ¶

func (*DouyinGetRelationIdListResponse) Field2DeepEqual ¶

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

func (*DouyinGetRelationIdListResponse) GetBaseResp ¶

func (*DouyinGetRelationIdListResponse) GetUserIdList ¶

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

func (*DouyinGetRelationIdListResponse) InitDefault ¶

func (p *DouyinGetRelationIdListResponse) InitDefault()

func (*DouyinGetRelationIdListResponse) IsSetBaseResp ¶

func (p *DouyinGetRelationIdListResponse) IsSetBaseResp() bool

func (*DouyinGetRelationIdListResponse) Read ¶

func (*DouyinGetRelationIdListResponse) ReadField1 ¶

func (*DouyinGetRelationIdListResponse) ReadField2 ¶

func (*DouyinGetRelationIdListResponse) SetBaseResp ¶

func (*DouyinGetRelationIdListResponse) SetUserIdList ¶

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

func (*DouyinGetRelationIdListResponse) String ¶

func (*DouyinGetRelationIdListResponse) Write ¶

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

type DouyinGetSocialInfoRequest ¶

type DouyinGetSocialInfoRequest struct {
	ViewerId int64 `thrift:"viewer_id,1" frugal:"1,default,i64" json:"viewer_id"`
	OwnerId  int64 `thrift:"owner_id,2" frugal:"2,default,i64" json:"owner_id"`
}
var SocialityServiceGetSocialInfoArgs_Req_DEFAULT *DouyinGetSocialInfoRequest

func NewDouyinGetSocialInfoRequest ¶

func NewDouyinGetSocialInfoRequest() *DouyinGetSocialInfoRequest

func (*DouyinGetSocialInfoRequest) BLength ¶

func (p *DouyinGetSocialInfoRequest) BLength() int

func (*DouyinGetSocialInfoRequest) DeepEqual ¶

func (*DouyinGetSocialInfoRequest) FastRead ¶

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

func (*DouyinGetSocialInfoRequest) FastReadField1 ¶

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

func (*DouyinGetSocialInfoRequest) FastReadField2 ¶

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

func (*DouyinGetSocialInfoRequest) FastWrite ¶

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

for compatibility

func (*DouyinGetSocialInfoRequest) FastWriteNocopy ¶

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

func (*DouyinGetSocialInfoRequest) Field1DeepEqual ¶

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

func (*DouyinGetSocialInfoRequest) Field2DeepEqual ¶

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

func (*DouyinGetSocialInfoRequest) GetOwnerId ¶

func (p *DouyinGetSocialInfoRequest) GetOwnerId() (v int64)

func (*DouyinGetSocialInfoRequest) GetViewerId ¶

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

func (*DouyinGetSocialInfoRequest) InitDefault ¶

func (p *DouyinGetSocialInfoRequest) InitDefault()

func (*DouyinGetSocialInfoRequest) Read ¶

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

func (*DouyinGetSocialInfoRequest) ReadField1 ¶

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

func (*DouyinGetSocialInfoRequest) ReadField2 ¶

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

func (*DouyinGetSocialInfoRequest) SetOwnerId ¶

func (p *DouyinGetSocialInfoRequest) SetOwnerId(val int64)

func (*DouyinGetSocialInfoRequest) SetViewerId ¶

func (p *DouyinGetSocialInfoRequest) SetViewerId(val int64)

func (*DouyinGetSocialInfoRequest) String ¶

func (p *DouyinGetSocialInfoRequest) String() string

func (*DouyinGetSocialInfoRequest) Write ¶

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

type DouyinGetSocialInfoResponse ¶

type DouyinGetSocialInfoResponse struct {
	BaseResp   *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	SocialInfo *base.SocialInfo         `thrift:"social_info,2" frugal:"2,default,base.SocialInfo" json:"social_info"`
}
var SocialityServiceGetSocialInfoResult_Success_DEFAULT *DouyinGetSocialInfoResponse

func NewDouyinGetSocialInfoResponse ¶

func NewDouyinGetSocialInfoResponse() *DouyinGetSocialInfoResponse

func (*DouyinGetSocialInfoResponse) BLength ¶

func (p *DouyinGetSocialInfoResponse) BLength() int

func (*DouyinGetSocialInfoResponse) DeepEqual ¶

func (*DouyinGetSocialInfoResponse) FastRead ¶

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

func (*DouyinGetSocialInfoResponse) FastReadField1 ¶

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

func (*DouyinGetSocialInfoResponse) FastReadField2 ¶

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

func (*DouyinGetSocialInfoResponse) FastWrite ¶

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

for compatibility

func (*DouyinGetSocialInfoResponse) FastWriteNocopy ¶

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

func (*DouyinGetSocialInfoResponse) Field1DeepEqual ¶

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

func (*DouyinGetSocialInfoResponse) Field2DeepEqual ¶

func (p *DouyinGetSocialInfoResponse) Field2DeepEqual(src *base.SocialInfo) bool

func (*DouyinGetSocialInfoResponse) GetBaseResp ¶

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

func (*DouyinGetSocialInfoResponse) GetSocialInfo ¶

func (p *DouyinGetSocialInfoResponse) GetSocialInfo() (v *base.SocialInfo)

func (*DouyinGetSocialInfoResponse) InitDefault ¶

func (p *DouyinGetSocialInfoResponse) InitDefault()

func (*DouyinGetSocialInfoResponse) IsSetBaseResp ¶

func (p *DouyinGetSocialInfoResponse) IsSetBaseResp() bool

func (*DouyinGetSocialInfoResponse) IsSetSocialInfo ¶

func (p *DouyinGetSocialInfoResponse) IsSetSocialInfo() bool

func (*DouyinGetSocialInfoResponse) Read ¶

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

func (*DouyinGetSocialInfoResponse) ReadField1 ¶

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

func (*DouyinGetSocialInfoResponse) ReadField2 ¶

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

func (*DouyinGetSocialInfoResponse) SetBaseResp ¶

func (*DouyinGetSocialInfoResponse) SetSocialInfo ¶

func (p *DouyinGetSocialInfoResponse) SetSocialInfo(val *base.SocialInfo)

func (*DouyinGetSocialInfoResponse) String ¶

func (p *DouyinGetSocialInfoResponse) String() string

func (*DouyinGetSocialInfoResponse) Write ¶

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

type DouyinRelationActionRequest ¶

type DouyinRelationActionRequest struct {
	UserId     int64 `thrift:"user_id,1" frugal:"1,default,i64" json:"user_id"`
	ToUserId   int64 `thrift:"to_user_id,2" frugal:"2,default,i64" json:"to_user_id"`
	ActionType int8  `thrift:"action_type,3" frugal:"3,default,i8" json:"action_type"`
}
var SocialityServiceActionArgs_Req_DEFAULT *DouyinRelationActionRequest

func NewDouyinRelationActionRequest ¶

func NewDouyinRelationActionRequest() *DouyinRelationActionRequest

func (*DouyinRelationActionRequest) BLength ¶

func (p *DouyinRelationActionRequest) BLength() int

func (*DouyinRelationActionRequest) DeepEqual ¶

func (*DouyinRelationActionRequest) FastRead ¶

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

func (*DouyinRelationActionRequest) FastReadField1 ¶

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

func (*DouyinRelationActionRequest) FastReadField2 ¶

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

func (*DouyinRelationActionRequest) FastReadField3 ¶

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

func (*DouyinRelationActionRequest) FastWrite ¶

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

for compatibility

func (*DouyinRelationActionRequest) FastWriteNocopy ¶

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

func (*DouyinRelationActionRequest) Field1DeepEqual ¶

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

func (*DouyinRelationActionRequest) Field2DeepEqual ¶

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

func (*DouyinRelationActionRequest) Field3DeepEqual ¶

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

func (*DouyinRelationActionRequest) GetActionType ¶

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

func (*DouyinRelationActionRequest) GetToUserId ¶

func (p *DouyinRelationActionRequest) GetToUserId() (v int64)

func (*DouyinRelationActionRequest) GetUserId ¶

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

func (*DouyinRelationActionRequest) InitDefault ¶

func (p *DouyinRelationActionRequest) InitDefault()

func (*DouyinRelationActionRequest) Read ¶

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

func (*DouyinRelationActionRequest) ReadField1 ¶

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

func (*DouyinRelationActionRequest) ReadField2 ¶

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

func (*DouyinRelationActionRequest) ReadField3 ¶

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

func (*DouyinRelationActionRequest) SetActionType ¶

func (p *DouyinRelationActionRequest) SetActionType(val int8)

func (*DouyinRelationActionRequest) SetToUserId ¶

func (p *DouyinRelationActionRequest) SetToUserId(val int64)

func (*DouyinRelationActionRequest) SetUserId ¶

func (p *DouyinRelationActionRequest) SetUserId(val int64)

func (*DouyinRelationActionRequest) String ¶

func (p *DouyinRelationActionRequest) String() string

func (*DouyinRelationActionRequest) Write ¶

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

type DouyinRelationActionResponse ¶

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

func NewDouyinRelationActionResponse ¶

func NewDouyinRelationActionResponse() *DouyinRelationActionResponse

func (*DouyinRelationActionResponse) BLength ¶

func (p *DouyinRelationActionResponse) BLength() int

func (*DouyinRelationActionResponse) DeepEqual ¶

func (*DouyinRelationActionResponse) FastRead ¶

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

func (*DouyinRelationActionResponse) FastReadField1 ¶

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

func (*DouyinRelationActionResponse) FastWrite ¶

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

for compatibility

func (*DouyinRelationActionResponse) FastWriteNocopy ¶

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

func (*DouyinRelationActionResponse) Field1DeepEqual ¶

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

func (*DouyinRelationActionResponse) GetBaseResp ¶

func (*DouyinRelationActionResponse) InitDefault ¶

func (p *DouyinRelationActionResponse) InitDefault()

func (*DouyinRelationActionResponse) IsSetBaseResp ¶

func (p *DouyinRelationActionResponse) IsSetBaseResp() bool

func (*DouyinRelationActionResponse) Read ¶

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

func (*DouyinRelationActionResponse) ReadField1 ¶

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

func (*DouyinRelationActionResponse) SetBaseResp ¶

func (*DouyinRelationActionResponse) String ¶

func (*DouyinRelationActionResponse) Write ¶

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

type SocialityServiceActionArgs ¶

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

func NewSocialityServiceActionArgs ¶

func NewSocialityServiceActionArgs() *SocialityServiceActionArgs

func (*SocialityServiceActionArgs) BLength ¶

func (p *SocialityServiceActionArgs) BLength() int

func (*SocialityServiceActionArgs) DeepEqual ¶

func (*SocialityServiceActionArgs) FastRead ¶

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

func (*SocialityServiceActionArgs) FastReadField1 ¶

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

func (*SocialityServiceActionArgs) FastWrite ¶

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

for compatibility

func (*SocialityServiceActionArgs) FastWriteNocopy ¶

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

func (*SocialityServiceActionArgs) Field1DeepEqual ¶

func (*SocialityServiceActionArgs) GetFirstArgument ¶

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

func (*SocialityServiceActionArgs) GetReq ¶

func (*SocialityServiceActionArgs) InitDefault ¶

func (p *SocialityServiceActionArgs) InitDefault()

func (*SocialityServiceActionArgs) IsSetReq ¶

func (p *SocialityServiceActionArgs) IsSetReq() bool

func (*SocialityServiceActionArgs) Read ¶

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

func (*SocialityServiceActionArgs) ReadField1 ¶

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

func (*SocialityServiceActionArgs) SetReq ¶

func (*SocialityServiceActionArgs) String ¶

func (p *SocialityServiceActionArgs) String() string

func (*SocialityServiceActionArgs) Write ¶

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

type SocialityServiceActionResult ¶

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

func NewSocialityServiceActionResult ¶

func NewSocialityServiceActionResult() *SocialityServiceActionResult

func (*SocialityServiceActionResult) BLength ¶

func (p *SocialityServiceActionResult) BLength() int

func (*SocialityServiceActionResult) DeepEqual ¶

func (*SocialityServiceActionResult) FastRead ¶

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

func (*SocialityServiceActionResult) FastReadField0 ¶

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

func (*SocialityServiceActionResult) FastWrite ¶

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

for compatibility

func (*SocialityServiceActionResult) FastWriteNocopy ¶

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

func (*SocialityServiceActionResult) Field0DeepEqual ¶

func (*SocialityServiceActionResult) GetResult ¶

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

func (*SocialityServiceActionResult) GetSuccess ¶

func (*SocialityServiceActionResult) InitDefault ¶

func (p *SocialityServiceActionResult) InitDefault()

func (*SocialityServiceActionResult) IsSetSuccess ¶

func (p *SocialityServiceActionResult) IsSetSuccess() bool

func (*SocialityServiceActionResult) Read ¶

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

func (*SocialityServiceActionResult) ReadField0 ¶

func (p *SocialityServiceActionResult) ReadField0(iprot thrift.TProtocol) error

func (*SocialityServiceActionResult) SetSuccess ¶

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

func (*SocialityServiceActionResult) String ¶

func (*SocialityServiceActionResult) Write ¶

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

type SocialityServiceBatchGetSocialInfoArgs ¶

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

func NewSocialityServiceBatchGetSocialInfoArgs ¶

func NewSocialityServiceBatchGetSocialInfoArgs() *SocialityServiceBatchGetSocialInfoArgs

func (*SocialityServiceBatchGetSocialInfoArgs) BLength ¶

func (*SocialityServiceBatchGetSocialInfoArgs) DeepEqual ¶

func (*SocialityServiceBatchGetSocialInfoArgs) FastRead ¶

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

func (*SocialityServiceBatchGetSocialInfoArgs) FastReadField1 ¶

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

func (*SocialityServiceBatchGetSocialInfoArgs) FastWrite ¶

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

for compatibility

func (*SocialityServiceBatchGetSocialInfoArgs) FastWriteNocopy ¶

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

func (*SocialityServiceBatchGetSocialInfoArgs) Field1DeepEqual ¶

func (*SocialityServiceBatchGetSocialInfoArgs) GetFirstArgument ¶

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

func (*SocialityServiceBatchGetSocialInfoArgs) GetReq ¶

func (*SocialityServiceBatchGetSocialInfoArgs) InitDefault ¶

func (p *SocialityServiceBatchGetSocialInfoArgs) InitDefault()

func (*SocialityServiceBatchGetSocialInfoArgs) IsSetReq ¶

func (*SocialityServiceBatchGetSocialInfoArgs) Read ¶

func (*SocialityServiceBatchGetSocialInfoArgs) ReadField1 ¶

func (*SocialityServiceBatchGetSocialInfoArgs) SetReq ¶

func (*SocialityServiceBatchGetSocialInfoArgs) String ¶

func (*SocialityServiceBatchGetSocialInfoArgs) Write ¶

type SocialityServiceBatchGetSocialInfoResult ¶

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

func NewSocialityServiceBatchGetSocialInfoResult ¶

func NewSocialityServiceBatchGetSocialInfoResult() *SocialityServiceBatchGetSocialInfoResult

func (*SocialityServiceBatchGetSocialInfoResult) BLength ¶

func (*SocialityServiceBatchGetSocialInfoResult) DeepEqual ¶

func (*SocialityServiceBatchGetSocialInfoResult) FastRead ¶

func (*SocialityServiceBatchGetSocialInfoResult) FastReadField0 ¶

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

func (*SocialityServiceBatchGetSocialInfoResult) FastWrite ¶

for compatibility

func (*SocialityServiceBatchGetSocialInfoResult) FastWriteNocopy ¶

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

func (*SocialityServiceBatchGetSocialInfoResult) Field0DeepEqual ¶

func (*SocialityServiceBatchGetSocialInfoResult) GetResult ¶

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

func (*SocialityServiceBatchGetSocialInfoResult) GetSuccess ¶

func (*SocialityServiceBatchGetSocialInfoResult) InitDefault ¶

func (*SocialityServiceBatchGetSocialInfoResult) IsSetSuccess ¶

func (*SocialityServiceBatchGetSocialInfoResult) Read ¶

func (*SocialityServiceBatchGetSocialInfoResult) ReadField0 ¶

func (*SocialityServiceBatchGetSocialInfoResult) SetSuccess ¶

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

func (*SocialityServiceBatchGetSocialInfoResult) String ¶

func (*SocialityServiceBatchGetSocialInfoResult) Write ¶

type SocialityServiceClient ¶

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

func NewSocialityServiceClient ¶

func NewSocialityServiceClient(c thrift.TClient) *SocialityServiceClient

func NewSocialityServiceClientProtocol ¶

func NewSocialityServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *SocialityServiceClient

func (*SocialityServiceClient) Action ¶

func (*SocialityServiceClient) BatchGetSocialInfo ¶

func (*SocialityServiceClient) Client_ ¶

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

func (*SocialityServiceClient) GetRelationIdList ¶

func (*SocialityServiceClient) GetSocialInfo ¶

type SocialityServiceGetRelationIdListArgs ¶

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

func NewSocialityServiceGetRelationIdListArgs ¶

func NewSocialityServiceGetRelationIdListArgs() *SocialityServiceGetRelationIdListArgs

func (*SocialityServiceGetRelationIdListArgs) BLength ¶

func (*SocialityServiceGetRelationIdListArgs) DeepEqual ¶

func (*SocialityServiceGetRelationIdListArgs) FastRead ¶

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

func (*SocialityServiceGetRelationIdListArgs) FastReadField1 ¶

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

func (*SocialityServiceGetRelationIdListArgs) FastWrite ¶

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

for compatibility

func (*SocialityServiceGetRelationIdListArgs) FastWriteNocopy ¶

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

func (*SocialityServiceGetRelationIdListArgs) Field1DeepEqual ¶

func (*SocialityServiceGetRelationIdListArgs) GetFirstArgument ¶

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

func (*SocialityServiceGetRelationIdListArgs) GetReq ¶

func (*SocialityServiceGetRelationIdListArgs) InitDefault ¶

func (p *SocialityServiceGetRelationIdListArgs) InitDefault()

func (*SocialityServiceGetRelationIdListArgs) IsSetReq ¶

func (*SocialityServiceGetRelationIdListArgs) Read ¶

func (*SocialityServiceGetRelationIdListArgs) ReadField1 ¶

func (*SocialityServiceGetRelationIdListArgs) SetReq ¶

func (*SocialityServiceGetRelationIdListArgs) String ¶

func (*SocialityServiceGetRelationIdListArgs) Write ¶

type SocialityServiceGetRelationIdListResult ¶

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

func NewSocialityServiceGetRelationIdListResult ¶

func NewSocialityServiceGetRelationIdListResult() *SocialityServiceGetRelationIdListResult

func (*SocialityServiceGetRelationIdListResult) BLength ¶

func (*SocialityServiceGetRelationIdListResult) DeepEqual ¶

func (*SocialityServiceGetRelationIdListResult) FastRead ¶

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

func (*SocialityServiceGetRelationIdListResult) FastReadField0 ¶

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

func (*SocialityServiceGetRelationIdListResult) FastWrite ¶

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

for compatibility

func (*SocialityServiceGetRelationIdListResult) FastWriteNocopy ¶

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

func (*SocialityServiceGetRelationIdListResult) Field0DeepEqual ¶

func (*SocialityServiceGetRelationIdListResult) GetResult ¶

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

func (*SocialityServiceGetRelationIdListResult) GetSuccess ¶

func (*SocialityServiceGetRelationIdListResult) InitDefault ¶

func (p *SocialityServiceGetRelationIdListResult) InitDefault()

func (*SocialityServiceGetRelationIdListResult) IsSetSuccess ¶

func (*SocialityServiceGetRelationIdListResult) Read ¶

func (*SocialityServiceGetRelationIdListResult) ReadField0 ¶

func (*SocialityServiceGetRelationIdListResult) SetSuccess ¶

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

func (*SocialityServiceGetRelationIdListResult) String ¶

func (*SocialityServiceGetRelationIdListResult) Write ¶

type SocialityServiceGetSocialInfoArgs ¶

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

func NewSocialityServiceGetSocialInfoArgs ¶

func NewSocialityServiceGetSocialInfoArgs() *SocialityServiceGetSocialInfoArgs

func (*SocialityServiceGetSocialInfoArgs) BLength ¶

func (*SocialityServiceGetSocialInfoArgs) DeepEqual ¶

func (*SocialityServiceGetSocialInfoArgs) FastRead ¶

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

func (*SocialityServiceGetSocialInfoArgs) FastReadField1 ¶

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

func (*SocialityServiceGetSocialInfoArgs) FastWrite ¶

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

for compatibility

func (*SocialityServiceGetSocialInfoArgs) FastWriteNocopy ¶

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

func (*SocialityServiceGetSocialInfoArgs) Field1DeepEqual ¶

func (*SocialityServiceGetSocialInfoArgs) GetFirstArgument ¶

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

func (*SocialityServiceGetSocialInfoArgs) GetReq ¶

func (*SocialityServiceGetSocialInfoArgs) InitDefault ¶

func (p *SocialityServiceGetSocialInfoArgs) InitDefault()

func (*SocialityServiceGetSocialInfoArgs) IsSetReq ¶

func (*SocialityServiceGetSocialInfoArgs) Read ¶

func (*SocialityServiceGetSocialInfoArgs) ReadField1 ¶

func (*SocialityServiceGetSocialInfoArgs) SetReq ¶

func (*SocialityServiceGetSocialInfoArgs) String ¶

func (*SocialityServiceGetSocialInfoArgs) Write ¶

type SocialityServiceGetSocialInfoResult ¶

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

func NewSocialityServiceGetSocialInfoResult ¶

func NewSocialityServiceGetSocialInfoResult() *SocialityServiceGetSocialInfoResult

func (*SocialityServiceGetSocialInfoResult) BLength ¶

func (*SocialityServiceGetSocialInfoResult) DeepEqual ¶

func (*SocialityServiceGetSocialInfoResult) FastRead ¶

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

func (*SocialityServiceGetSocialInfoResult) FastReadField0 ¶

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

func (*SocialityServiceGetSocialInfoResult) FastWrite ¶

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

for compatibility

func (*SocialityServiceGetSocialInfoResult) FastWriteNocopy ¶

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

func (*SocialityServiceGetSocialInfoResult) Field0DeepEqual ¶

func (*SocialityServiceGetSocialInfoResult) GetResult ¶

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

func (*SocialityServiceGetSocialInfoResult) GetSuccess ¶

func (*SocialityServiceGetSocialInfoResult) InitDefault ¶

func (p *SocialityServiceGetSocialInfoResult) InitDefault()

func (*SocialityServiceGetSocialInfoResult) IsSetSuccess ¶

func (p *SocialityServiceGetSocialInfoResult) IsSetSuccess() bool

func (*SocialityServiceGetSocialInfoResult) Read ¶

func (*SocialityServiceGetSocialInfoResult) ReadField0 ¶

func (*SocialityServiceGetSocialInfoResult) SetSuccess ¶

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

func (*SocialityServiceGetSocialInfoResult) String ¶

func (*SocialityServiceGetSocialInfoResult) Write ¶

type SocialityServiceProcessor ¶

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

func NewSocialityServiceProcessor ¶

func NewSocialityServiceProcessor(handler SocialityService) *SocialityServiceProcessor

func (*SocialityServiceProcessor) AddToProcessorMap ¶

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

func (*SocialityServiceProcessor) GetProcessorFunction ¶

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

func (*SocialityServiceProcessor) Process ¶

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

func (*SocialityServiceProcessor) ProcessorMap ¶

Directories ¶

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

Jump to

Keyboard shortcuts

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