user

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 DouyinBatchGetUserResonse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetRelationFollowListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetRelationFollowerListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetRelationFriendListResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetUserResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinGetUserResponse_User_DEFAULT *base.User
View Source
var DouyinUserLoginResponse_BaseResp_DEFAULT *base.DouyinBaseResponse
View Source
var DouyinUserRegisterResponse_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 DouyinBatchGetUserRequest

type DouyinBatchGetUserRequest 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 UserServiceBatchGetUserInfoArgs_Req_DEFAULT *DouyinBatchGetUserRequest

func NewDouyinBatchGetUserRequest

func NewDouyinBatchGetUserRequest() *DouyinBatchGetUserRequest

func (*DouyinBatchGetUserRequest) BLength

func (p *DouyinBatchGetUserRequest) BLength() int

func (*DouyinBatchGetUserRequest) DeepEqual

func (*DouyinBatchGetUserRequest) FastRead

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

func (*DouyinBatchGetUserRequest) FastReadField1

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

func (*DouyinBatchGetUserRequest) FastReadField2

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

func (*DouyinBatchGetUserRequest) FastWrite

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

for compatibility

func (*DouyinBatchGetUserRequest) FastWriteNocopy

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

func (*DouyinBatchGetUserRequest) Field1DeepEqual

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

func (*DouyinBatchGetUserRequest) Field2DeepEqual

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

func (*DouyinBatchGetUserRequest) GetOwnerIdList

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

func (*DouyinBatchGetUserRequest) GetViewerId

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

func (*DouyinBatchGetUserRequest) InitDefault

func (p *DouyinBatchGetUserRequest) InitDefault()

func (*DouyinBatchGetUserRequest) Read

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

func (*DouyinBatchGetUserRequest) ReadField1

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

func (*DouyinBatchGetUserRequest) ReadField2

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

func (*DouyinBatchGetUserRequest) SetOwnerIdList

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

func (*DouyinBatchGetUserRequest) SetViewerId

func (p *DouyinBatchGetUserRequest) SetViewerId(val int64)

func (*DouyinBatchGetUserRequest) String

func (p *DouyinBatchGetUserRequest) String() string

func (*DouyinBatchGetUserRequest) Write

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

type DouyinBatchGetUserResonse

type DouyinBatchGetUserResonse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserList []*base.User             `thrift:"user_list,2" frugal:"2,default,list<base.User>" json:"user_list"`
}
var UserServiceBatchGetUserInfoResult_Success_DEFAULT *DouyinBatchGetUserResonse

func NewDouyinBatchGetUserResonse

func NewDouyinBatchGetUserResonse() *DouyinBatchGetUserResonse

func (*DouyinBatchGetUserResonse) BLength

func (p *DouyinBatchGetUserResonse) BLength() int

func (*DouyinBatchGetUserResonse) DeepEqual

func (*DouyinBatchGetUserResonse) FastRead

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

func (*DouyinBatchGetUserResonse) FastReadField1

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

func (*DouyinBatchGetUserResonse) FastReadField2

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

func (*DouyinBatchGetUserResonse) FastWrite

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

for compatibility

func (*DouyinBatchGetUserResonse) FastWriteNocopy

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

func (*DouyinBatchGetUserResonse) Field1DeepEqual

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

func (*DouyinBatchGetUserResonse) Field2DeepEqual

func (p *DouyinBatchGetUserResonse) Field2DeepEqual(src []*base.User) bool

func (*DouyinBatchGetUserResonse) GetBaseResp

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

func (*DouyinBatchGetUserResonse) GetUserList

func (p *DouyinBatchGetUserResonse) GetUserList() (v []*base.User)

func (*DouyinBatchGetUserResonse) InitDefault

func (p *DouyinBatchGetUserResonse) InitDefault()

func (*DouyinBatchGetUserResonse) IsSetBaseResp

func (p *DouyinBatchGetUserResonse) IsSetBaseResp() bool

func (*DouyinBatchGetUserResonse) Read

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

func (*DouyinBatchGetUserResonse) ReadField1

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

func (*DouyinBatchGetUserResonse) ReadField2

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

func (*DouyinBatchGetUserResonse) SetBaseResp

func (p *DouyinBatchGetUserResonse) SetBaseResp(val *base.DouyinBaseResponse)

func (*DouyinBatchGetUserResonse) SetUserList

func (p *DouyinBatchGetUserResonse) SetUserList(val []*base.User)

func (*DouyinBatchGetUserResonse) String

func (p *DouyinBatchGetUserResonse) String() string

func (*DouyinBatchGetUserResonse) Write

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

type DouyinGetRelationFollowListRequest

type DouyinGetRelationFollowListRequest 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 UserServiceGetFollowListArgs_Req_DEFAULT *DouyinGetRelationFollowListRequest

func NewDouyinGetRelationFollowListRequest

func NewDouyinGetRelationFollowListRequest() *DouyinGetRelationFollowListRequest

func (*DouyinGetRelationFollowListRequest) BLength

func (*DouyinGetRelationFollowListRequest) DeepEqual

func (*DouyinGetRelationFollowListRequest) FastRead

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

func (*DouyinGetRelationFollowListRequest) FastReadField1

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

func (*DouyinGetRelationFollowListRequest) FastReadField2

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

func (*DouyinGetRelationFollowListRequest) FastWrite

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

for compatibility

func (*DouyinGetRelationFollowListRequest) FastWriteNocopy

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

func (*DouyinGetRelationFollowListRequest) Field1DeepEqual

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

func (*DouyinGetRelationFollowListRequest) Field2DeepEqual

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

func (*DouyinGetRelationFollowListRequest) GetOwnerId

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

func (*DouyinGetRelationFollowListRequest) GetViewerId

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

func (*DouyinGetRelationFollowListRequest) InitDefault

func (p *DouyinGetRelationFollowListRequest) InitDefault()

func (*DouyinGetRelationFollowListRequest) Read

func (*DouyinGetRelationFollowListRequest) ReadField1

func (*DouyinGetRelationFollowListRequest) ReadField2

func (*DouyinGetRelationFollowListRequest) SetOwnerId

func (p *DouyinGetRelationFollowListRequest) SetOwnerId(val int64)

func (*DouyinGetRelationFollowListRequest) SetViewerId

func (p *DouyinGetRelationFollowListRequest) SetViewerId(val int64)

func (*DouyinGetRelationFollowListRequest) String

func (*DouyinGetRelationFollowListRequest) Write

type DouyinGetRelationFollowListResponse

type DouyinGetRelationFollowListResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserList []*base.User             `thrift:"user_list,2" frugal:"2,default,list<base.User>" json:"user_list"`
}
var UserServiceGetFollowListResult_Success_DEFAULT *DouyinGetRelationFollowListResponse

func NewDouyinGetRelationFollowListResponse

func NewDouyinGetRelationFollowListResponse() *DouyinGetRelationFollowListResponse

func (*DouyinGetRelationFollowListResponse) BLength

func (*DouyinGetRelationFollowListResponse) DeepEqual

func (*DouyinGetRelationFollowListResponse) FastRead

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

func (*DouyinGetRelationFollowListResponse) FastReadField1

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

func (*DouyinGetRelationFollowListResponse) FastReadField2

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

func (*DouyinGetRelationFollowListResponse) FastWrite

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

for compatibility

func (*DouyinGetRelationFollowListResponse) FastWriteNocopy

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

func (*DouyinGetRelationFollowListResponse) Field1DeepEqual

func (*DouyinGetRelationFollowListResponse) Field2DeepEqual

func (p *DouyinGetRelationFollowListResponse) Field2DeepEqual(src []*base.User) bool

func (*DouyinGetRelationFollowListResponse) GetBaseResp

func (*DouyinGetRelationFollowListResponse) GetUserList

func (p *DouyinGetRelationFollowListResponse) GetUserList() (v []*base.User)

func (*DouyinGetRelationFollowListResponse) InitDefault

func (p *DouyinGetRelationFollowListResponse) InitDefault()

func (*DouyinGetRelationFollowListResponse) IsSetBaseResp

func (p *DouyinGetRelationFollowListResponse) IsSetBaseResp() bool

func (*DouyinGetRelationFollowListResponse) Read

func (*DouyinGetRelationFollowListResponse) ReadField1

func (*DouyinGetRelationFollowListResponse) ReadField2

func (*DouyinGetRelationFollowListResponse) SetBaseResp

func (*DouyinGetRelationFollowListResponse) SetUserList

func (p *DouyinGetRelationFollowListResponse) SetUserList(val []*base.User)

func (*DouyinGetRelationFollowListResponse) String

func (*DouyinGetRelationFollowListResponse) Write

type DouyinGetRelationFollowerListRequest

type DouyinGetRelationFollowerListRequest 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 UserServiceGetFollowerListArgs_Req_DEFAULT *DouyinGetRelationFollowerListRequest

func NewDouyinGetRelationFollowerListRequest

func NewDouyinGetRelationFollowerListRequest() *DouyinGetRelationFollowerListRequest

func (*DouyinGetRelationFollowerListRequest) BLength

func (*DouyinGetRelationFollowerListRequest) DeepEqual

func (*DouyinGetRelationFollowerListRequest) FastRead

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

func (*DouyinGetRelationFollowerListRequest) FastReadField1

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

func (*DouyinGetRelationFollowerListRequest) FastReadField2

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

func (*DouyinGetRelationFollowerListRequest) FastWrite

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

for compatibility

func (*DouyinGetRelationFollowerListRequest) FastWriteNocopy

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

func (*DouyinGetRelationFollowerListRequest) Field1DeepEqual

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

func (*DouyinGetRelationFollowerListRequest) Field2DeepEqual

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

func (*DouyinGetRelationFollowerListRequest) GetOwnerId

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

func (*DouyinGetRelationFollowerListRequest) GetViewerId

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

func (*DouyinGetRelationFollowerListRequest) InitDefault

func (p *DouyinGetRelationFollowerListRequest) InitDefault()

func (*DouyinGetRelationFollowerListRequest) Read

func (*DouyinGetRelationFollowerListRequest) ReadField1

func (*DouyinGetRelationFollowerListRequest) ReadField2

func (*DouyinGetRelationFollowerListRequest) SetOwnerId

func (p *DouyinGetRelationFollowerListRequest) SetOwnerId(val int64)

func (*DouyinGetRelationFollowerListRequest) SetViewerId

func (p *DouyinGetRelationFollowerListRequest) SetViewerId(val int64)

func (*DouyinGetRelationFollowerListRequest) String

func (*DouyinGetRelationFollowerListRequest) Write

type DouyinGetRelationFollowerListResponse

type DouyinGetRelationFollowerListResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserList []*base.User             `thrift:"user_list,2" frugal:"2,default,list<base.User>" json:"user_list"`
}
var UserServiceGetFollowerListResult_Success_DEFAULT *DouyinGetRelationFollowerListResponse

func NewDouyinGetRelationFollowerListResponse

func NewDouyinGetRelationFollowerListResponse() *DouyinGetRelationFollowerListResponse

func (*DouyinGetRelationFollowerListResponse) BLength

func (*DouyinGetRelationFollowerListResponse) DeepEqual

func (*DouyinGetRelationFollowerListResponse) FastRead

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

func (*DouyinGetRelationFollowerListResponse) FastReadField1

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

func (*DouyinGetRelationFollowerListResponse) FastReadField2

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

func (*DouyinGetRelationFollowerListResponse) FastWrite

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

for compatibility

func (*DouyinGetRelationFollowerListResponse) FastWriteNocopy

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

func (*DouyinGetRelationFollowerListResponse) Field1DeepEqual

func (*DouyinGetRelationFollowerListResponse) Field2DeepEqual

func (p *DouyinGetRelationFollowerListResponse) Field2DeepEqual(src []*base.User) bool

func (*DouyinGetRelationFollowerListResponse) GetBaseResp

func (*DouyinGetRelationFollowerListResponse) GetUserList

func (p *DouyinGetRelationFollowerListResponse) GetUserList() (v []*base.User)

func (*DouyinGetRelationFollowerListResponse) InitDefault

func (p *DouyinGetRelationFollowerListResponse) InitDefault()

func (*DouyinGetRelationFollowerListResponse) IsSetBaseResp

func (p *DouyinGetRelationFollowerListResponse) IsSetBaseResp() bool

func (*DouyinGetRelationFollowerListResponse) Read

func (*DouyinGetRelationFollowerListResponse) ReadField1

func (*DouyinGetRelationFollowerListResponse) ReadField2

func (*DouyinGetRelationFollowerListResponse) SetBaseResp

func (*DouyinGetRelationFollowerListResponse) SetUserList

func (p *DouyinGetRelationFollowerListResponse) SetUserList(val []*base.User)

func (*DouyinGetRelationFollowerListResponse) String

func (*DouyinGetRelationFollowerListResponse) Write

type DouyinGetRelationFriendListRequest

type DouyinGetRelationFriendListRequest 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 UserServiceGetFriendListArgs_Req_DEFAULT *DouyinGetRelationFriendListRequest

func NewDouyinGetRelationFriendListRequest

func NewDouyinGetRelationFriendListRequest() *DouyinGetRelationFriendListRequest

func (*DouyinGetRelationFriendListRequest) BLength

func (*DouyinGetRelationFriendListRequest) DeepEqual

func (*DouyinGetRelationFriendListRequest) FastRead

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

func (*DouyinGetRelationFriendListRequest) FastReadField1

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

func (*DouyinGetRelationFriendListRequest) FastReadField2

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

func (*DouyinGetRelationFriendListRequest) FastWrite

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

for compatibility

func (*DouyinGetRelationFriendListRequest) FastWriteNocopy

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

func (*DouyinGetRelationFriendListRequest) Field1DeepEqual

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

func (*DouyinGetRelationFriendListRequest) Field2DeepEqual

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

func (*DouyinGetRelationFriendListRequest) GetOwnerId

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

func (*DouyinGetRelationFriendListRequest) GetViewerId

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

func (*DouyinGetRelationFriendListRequest) InitDefault

func (p *DouyinGetRelationFriendListRequest) InitDefault()

func (*DouyinGetRelationFriendListRequest) Read

func (*DouyinGetRelationFriendListRequest) ReadField1

func (*DouyinGetRelationFriendListRequest) ReadField2

func (*DouyinGetRelationFriendListRequest) SetOwnerId

func (p *DouyinGetRelationFriendListRequest) SetOwnerId(val int64)

func (*DouyinGetRelationFriendListRequest) SetViewerId

func (p *DouyinGetRelationFriendListRequest) SetViewerId(val int64)

func (*DouyinGetRelationFriendListRequest) String

func (*DouyinGetRelationFriendListRequest) Write

type DouyinGetRelationFriendListResponse

type DouyinGetRelationFriendListResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserList []*base.FriendUser       `thrift:"user_list,2" frugal:"2,default,list<base.FriendUser>" json:"user_list"`
}
var UserServiceGetFriendListResult_Success_DEFAULT *DouyinGetRelationFriendListResponse

func NewDouyinGetRelationFriendListResponse

func NewDouyinGetRelationFriendListResponse() *DouyinGetRelationFriendListResponse

func (*DouyinGetRelationFriendListResponse) BLength

func (*DouyinGetRelationFriendListResponse) DeepEqual

func (*DouyinGetRelationFriendListResponse) FastRead

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

func (*DouyinGetRelationFriendListResponse) FastReadField1

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

func (*DouyinGetRelationFriendListResponse) FastReadField2

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

func (*DouyinGetRelationFriendListResponse) FastWrite

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

for compatibility

func (*DouyinGetRelationFriendListResponse) FastWriteNocopy

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

func (*DouyinGetRelationFriendListResponse) Field1DeepEqual

func (*DouyinGetRelationFriendListResponse) Field2DeepEqual

func (p *DouyinGetRelationFriendListResponse) Field2DeepEqual(src []*base.FriendUser) bool

func (*DouyinGetRelationFriendListResponse) GetBaseResp

func (*DouyinGetRelationFriendListResponse) GetUserList

func (p *DouyinGetRelationFriendListResponse) GetUserList() (v []*base.FriendUser)

func (*DouyinGetRelationFriendListResponse) InitDefault

func (p *DouyinGetRelationFriendListResponse) InitDefault()

func (*DouyinGetRelationFriendListResponse) IsSetBaseResp

func (p *DouyinGetRelationFriendListResponse) IsSetBaseResp() bool

func (*DouyinGetRelationFriendListResponse) Read

func (*DouyinGetRelationFriendListResponse) ReadField1

func (*DouyinGetRelationFriendListResponse) ReadField2

func (*DouyinGetRelationFriendListResponse) SetBaseResp

func (*DouyinGetRelationFriendListResponse) SetUserList

func (p *DouyinGetRelationFriendListResponse) SetUserList(val []*base.FriendUser)

func (*DouyinGetRelationFriendListResponse) String

func (*DouyinGetRelationFriendListResponse) Write

type DouyinGetUserRequest

type DouyinGetUserRequest 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 UserServiceGetUserInfoArgs_Req_DEFAULT *DouyinGetUserRequest

func NewDouyinGetUserRequest

func NewDouyinGetUserRequest() *DouyinGetUserRequest

func (*DouyinGetUserRequest) BLength

func (p *DouyinGetUserRequest) BLength() int

func (*DouyinGetUserRequest) DeepEqual

func (p *DouyinGetUserRequest) DeepEqual(ano *DouyinGetUserRequest) bool

func (*DouyinGetUserRequest) FastRead

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

func (*DouyinGetUserRequest) FastReadField1

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

func (*DouyinGetUserRequest) FastReadField2

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

func (*DouyinGetUserRequest) FastWrite

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

for compatibility

func (*DouyinGetUserRequest) FastWriteNocopy

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

func (*DouyinGetUserRequest) Field1DeepEqual

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

func (*DouyinGetUserRequest) Field2DeepEqual

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

func (*DouyinGetUserRequest) GetOwnerId

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

func (*DouyinGetUserRequest) GetViewerId

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

func (*DouyinGetUserRequest) InitDefault

func (p *DouyinGetUserRequest) InitDefault()

func (*DouyinGetUserRequest) Read

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

func (*DouyinGetUserRequest) ReadField1

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

func (*DouyinGetUserRequest) ReadField2

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

func (*DouyinGetUserRequest) SetOwnerId

func (p *DouyinGetUserRequest) SetOwnerId(val int64)

func (*DouyinGetUserRequest) SetViewerId

func (p *DouyinGetUserRequest) SetViewerId(val int64)

func (*DouyinGetUserRequest) String

func (p *DouyinGetUserRequest) String() string

func (*DouyinGetUserRequest) Write

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

type DouyinGetUserResponse

type DouyinGetUserResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	User     *base.User               `thrift:"user,2" frugal:"2,default,base.User" json:"user"`
}
var UserServiceGetUserInfoResult_Success_DEFAULT *DouyinGetUserResponse

func NewDouyinGetUserResponse

func NewDouyinGetUserResponse() *DouyinGetUserResponse

func (*DouyinGetUserResponse) BLength

func (p *DouyinGetUserResponse) BLength() int

func (*DouyinGetUserResponse) DeepEqual

func (*DouyinGetUserResponse) FastRead

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

func (*DouyinGetUserResponse) FastReadField1

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

func (*DouyinGetUserResponse) FastReadField2

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

func (*DouyinGetUserResponse) FastWrite

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

for compatibility

func (*DouyinGetUserResponse) FastWriteNocopy

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

func (*DouyinGetUserResponse) Field1DeepEqual

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

func (*DouyinGetUserResponse) Field2DeepEqual

func (p *DouyinGetUserResponse) Field2DeepEqual(src *base.User) bool

func (*DouyinGetUserResponse) GetBaseResp

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

func (*DouyinGetUserResponse) GetUser

func (p *DouyinGetUserResponse) GetUser() (v *base.User)

func (*DouyinGetUserResponse) InitDefault

func (p *DouyinGetUserResponse) InitDefault()

func (*DouyinGetUserResponse) IsSetBaseResp

func (p *DouyinGetUserResponse) IsSetBaseResp() bool

func (*DouyinGetUserResponse) IsSetUser

func (p *DouyinGetUserResponse) IsSetUser() bool

func (*DouyinGetUserResponse) Read

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

func (*DouyinGetUserResponse) ReadField1

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

func (*DouyinGetUserResponse) ReadField2

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

func (*DouyinGetUserResponse) SetBaseResp

func (p *DouyinGetUserResponse) SetBaseResp(val *base.DouyinBaseResponse)

func (*DouyinGetUserResponse) SetUser

func (p *DouyinGetUserResponse) SetUser(val *base.User)

func (*DouyinGetUserResponse) String

func (p *DouyinGetUserResponse) String() string

func (*DouyinGetUserResponse) Write

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

type DouyinUserLoginRequest

type DouyinUserLoginRequest struct {
	Username string `thrift:"username,1" frugal:"1,default,string" json:"username"`
	Password string `thrift:"password,2" frugal:"2,default,string" json:"password"`
}
var UserServiceLoginArgs_Req_DEFAULT *DouyinUserLoginRequest

func NewDouyinUserLoginRequest

func NewDouyinUserLoginRequest() *DouyinUserLoginRequest

func (*DouyinUserLoginRequest) BLength

func (p *DouyinUserLoginRequest) BLength() int

func (*DouyinUserLoginRequest) DeepEqual

func (*DouyinUserLoginRequest) FastRead

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

func (*DouyinUserLoginRequest) FastReadField1

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

func (*DouyinUserLoginRequest) FastReadField2

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

func (*DouyinUserLoginRequest) FastWrite

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

for compatibility

func (*DouyinUserLoginRequest) FastWriteNocopy

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

func (*DouyinUserLoginRequest) Field1DeepEqual

func (p *DouyinUserLoginRequest) Field1DeepEqual(src string) bool

func (*DouyinUserLoginRequest) Field2DeepEqual

func (p *DouyinUserLoginRequest) Field2DeepEqual(src string) bool

func (*DouyinUserLoginRequest) GetPassword

func (p *DouyinUserLoginRequest) GetPassword() (v string)

func (*DouyinUserLoginRequest) GetUsername

func (p *DouyinUserLoginRequest) GetUsername() (v string)

func (*DouyinUserLoginRequest) InitDefault

func (p *DouyinUserLoginRequest) InitDefault()

func (*DouyinUserLoginRequest) Read

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

func (*DouyinUserLoginRequest) ReadField1

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

func (*DouyinUserLoginRequest) ReadField2

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

func (*DouyinUserLoginRequest) SetPassword

func (p *DouyinUserLoginRequest) SetPassword(val string)

func (*DouyinUserLoginRequest) SetUsername

func (p *DouyinUserLoginRequest) SetUsername(val string)

func (*DouyinUserLoginRequest) String

func (p *DouyinUserLoginRequest) String() string

func (*DouyinUserLoginRequest) Write

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

type DouyinUserLoginResponse

type DouyinUserLoginResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserId   int64                    `thrift:"user_id,2" frugal:"2,default,i64" json:"user_id"`
	Token    string                   `thrift:"token,3" frugal:"3,default,string" json:"token"`
}
var UserServiceLoginResult_Success_DEFAULT *DouyinUserLoginResponse

func NewDouyinUserLoginResponse

func NewDouyinUserLoginResponse() *DouyinUserLoginResponse

func (*DouyinUserLoginResponse) BLength

func (p *DouyinUserLoginResponse) BLength() int

func (*DouyinUserLoginResponse) DeepEqual

func (*DouyinUserLoginResponse) FastRead

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

func (*DouyinUserLoginResponse) FastReadField1

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

func (*DouyinUserLoginResponse) FastReadField2

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

func (*DouyinUserLoginResponse) FastReadField3

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

func (*DouyinUserLoginResponse) FastWrite

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

for compatibility

func (*DouyinUserLoginResponse) FastWriteNocopy

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

func (*DouyinUserLoginResponse) Field1DeepEqual

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

func (*DouyinUserLoginResponse) Field2DeepEqual

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

func (*DouyinUserLoginResponse) Field3DeepEqual

func (p *DouyinUserLoginResponse) Field3DeepEqual(src string) bool

func (*DouyinUserLoginResponse) GetBaseResp

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

func (*DouyinUserLoginResponse) GetToken

func (p *DouyinUserLoginResponse) GetToken() (v string)

func (*DouyinUserLoginResponse) GetUserId

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

func (*DouyinUserLoginResponse) InitDefault

func (p *DouyinUserLoginResponse) InitDefault()

func (*DouyinUserLoginResponse) IsSetBaseResp

func (p *DouyinUserLoginResponse) IsSetBaseResp() bool

func (*DouyinUserLoginResponse) Read

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

func (*DouyinUserLoginResponse) ReadField1

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

func (*DouyinUserLoginResponse) ReadField2

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

func (*DouyinUserLoginResponse) ReadField3

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

func (*DouyinUserLoginResponse) SetBaseResp

func (p *DouyinUserLoginResponse) SetBaseResp(val *base.DouyinBaseResponse)

func (*DouyinUserLoginResponse) SetToken

func (p *DouyinUserLoginResponse) SetToken(val string)

func (*DouyinUserLoginResponse) SetUserId

func (p *DouyinUserLoginResponse) SetUserId(val int64)

func (*DouyinUserLoginResponse) String

func (p *DouyinUserLoginResponse) String() string

func (*DouyinUserLoginResponse) Write

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

type DouyinUserRegisterRequest

type DouyinUserRegisterRequest struct {
	Username string `thrift:"username,1" frugal:"1,default,string" json:"username"`
	Password string `thrift:"password,2" frugal:"2,default,string" json:"password"`
}
var UserServiceRegisterArgs_Req_DEFAULT *DouyinUserRegisterRequest

func NewDouyinUserRegisterRequest

func NewDouyinUserRegisterRequest() *DouyinUserRegisterRequest

func (*DouyinUserRegisterRequest) BLength

func (p *DouyinUserRegisterRequest) BLength() int

func (*DouyinUserRegisterRequest) DeepEqual

func (*DouyinUserRegisterRequest) FastRead

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

func (*DouyinUserRegisterRequest) FastReadField1

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

func (*DouyinUserRegisterRequest) FastReadField2

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

func (*DouyinUserRegisterRequest) FastWrite

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

for compatibility

func (*DouyinUserRegisterRequest) FastWriteNocopy

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

func (*DouyinUserRegisterRequest) Field1DeepEqual

func (p *DouyinUserRegisterRequest) Field1DeepEqual(src string) bool

func (*DouyinUserRegisterRequest) Field2DeepEqual

func (p *DouyinUserRegisterRequest) Field2DeepEqual(src string) bool

func (*DouyinUserRegisterRequest) GetPassword

func (p *DouyinUserRegisterRequest) GetPassword() (v string)

func (*DouyinUserRegisterRequest) GetUsername

func (p *DouyinUserRegisterRequest) GetUsername() (v string)

func (*DouyinUserRegisterRequest) InitDefault

func (p *DouyinUserRegisterRequest) InitDefault()

func (*DouyinUserRegisterRequest) Read

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

func (*DouyinUserRegisterRequest) ReadField1

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

func (*DouyinUserRegisterRequest) ReadField2

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

func (*DouyinUserRegisterRequest) SetPassword

func (p *DouyinUserRegisterRequest) SetPassword(val string)

func (*DouyinUserRegisterRequest) SetUsername

func (p *DouyinUserRegisterRequest) SetUsername(val string)

func (*DouyinUserRegisterRequest) String

func (p *DouyinUserRegisterRequest) String() string

func (*DouyinUserRegisterRequest) Write

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

type DouyinUserRegisterResponse

type DouyinUserRegisterResponse struct {
	BaseResp *base.DouyinBaseResponse `thrift:"base_resp,1" frugal:"1,default,base.DouyinBaseResponse" json:"base_resp"`
	UserId   int64                    `thrift:"user_id,2" frugal:"2,default,i64" json:"user_id"`
	Token    string                   `thrift:"token,3" frugal:"3,default,string" json:"token"`
}
var UserServiceRegisterResult_Success_DEFAULT *DouyinUserRegisterResponse

func NewDouyinUserRegisterResponse

func NewDouyinUserRegisterResponse() *DouyinUserRegisterResponse

func (*DouyinUserRegisterResponse) BLength

func (p *DouyinUserRegisterResponse) BLength() int

func (*DouyinUserRegisterResponse) DeepEqual

func (*DouyinUserRegisterResponse) FastRead

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

func (*DouyinUserRegisterResponse) FastReadField1

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

func (*DouyinUserRegisterResponse) FastReadField2

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

func (*DouyinUserRegisterResponse) FastReadField3

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

func (*DouyinUserRegisterResponse) FastWrite

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

for compatibility

func (*DouyinUserRegisterResponse) FastWriteNocopy

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

func (*DouyinUserRegisterResponse) Field1DeepEqual

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

func (*DouyinUserRegisterResponse) Field2DeepEqual

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

func (*DouyinUserRegisterResponse) Field3DeepEqual

func (p *DouyinUserRegisterResponse) Field3DeepEqual(src string) bool

func (*DouyinUserRegisterResponse) GetBaseResp

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

func (*DouyinUserRegisterResponse) GetToken

func (p *DouyinUserRegisterResponse) GetToken() (v string)

func (*DouyinUserRegisterResponse) GetUserId

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

func (*DouyinUserRegisterResponse) InitDefault

func (p *DouyinUserRegisterResponse) InitDefault()

func (*DouyinUserRegisterResponse) IsSetBaseResp

func (p *DouyinUserRegisterResponse) IsSetBaseResp() bool

func (*DouyinUserRegisterResponse) Read

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

func (*DouyinUserRegisterResponse) ReadField1

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

func (*DouyinUserRegisterResponse) ReadField2

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

func (*DouyinUserRegisterResponse) ReadField3

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

func (*DouyinUserRegisterResponse) SetBaseResp

func (p *DouyinUserRegisterResponse) SetBaseResp(val *base.DouyinBaseResponse)

func (*DouyinUserRegisterResponse) SetToken

func (p *DouyinUserRegisterResponse) SetToken(val string)

func (*DouyinUserRegisterResponse) SetUserId

func (p *DouyinUserRegisterResponse) SetUserId(val int64)

func (*DouyinUserRegisterResponse) String

func (p *DouyinUserRegisterResponse) String() string

func (*DouyinUserRegisterResponse) Write

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

type UserServiceBatchGetUserInfoArgs

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

func NewUserServiceBatchGetUserInfoArgs

func NewUserServiceBatchGetUserInfoArgs() *UserServiceBatchGetUserInfoArgs

func (*UserServiceBatchGetUserInfoArgs) BLength

func (p *UserServiceBatchGetUserInfoArgs) BLength() int

func (*UserServiceBatchGetUserInfoArgs) DeepEqual

func (*UserServiceBatchGetUserInfoArgs) FastRead

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

func (*UserServiceBatchGetUserInfoArgs) FastReadField1

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

func (*UserServiceBatchGetUserInfoArgs) FastWrite

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

for compatibility

func (*UserServiceBatchGetUserInfoArgs) FastWriteNocopy

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

func (*UserServiceBatchGetUserInfoArgs) Field1DeepEqual

func (*UserServiceBatchGetUserInfoArgs) GetFirstArgument

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

func (*UserServiceBatchGetUserInfoArgs) GetReq

func (*UserServiceBatchGetUserInfoArgs) InitDefault

func (p *UserServiceBatchGetUserInfoArgs) InitDefault()

func (*UserServiceBatchGetUserInfoArgs) IsSetReq

func (p *UserServiceBatchGetUserInfoArgs) IsSetReq() bool

func (*UserServiceBatchGetUserInfoArgs) Read

func (*UserServiceBatchGetUserInfoArgs) ReadField1

func (*UserServiceBatchGetUserInfoArgs) SetReq

func (*UserServiceBatchGetUserInfoArgs) String

func (*UserServiceBatchGetUserInfoArgs) Write

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

type UserServiceBatchGetUserInfoResult

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

func NewUserServiceBatchGetUserInfoResult

func NewUserServiceBatchGetUserInfoResult() *UserServiceBatchGetUserInfoResult

func (*UserServiceBatchGetUserInfoResult) BLength

func (*UserServiceBatchGetUserInfoResult) DeepEqual

func (*UserServiceBatchGetUserInfoResult) FastRead

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

func (*UserServiceBatchGetUserInfoResult) FastReadField0

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

func (*UserServiceBatchGetUserInfoResult) FastWrite

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

for compatibility

func (*UserServiceBatchGetUserInfoResult) FastWriteNocopy

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

func (*UserServiceBatchGetUserInfoResult) Field0DeepEqual

func (*UserServiceBatchGetUserInfoResult) GetResult

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

func (*UserServiceBatchGetUserInfoResult) GetSuccess

func (*UserServiceBatchGetUserInfoResult) InitDefault

func (p *UserServiceBatchGetUserInfoResult) InitDefault()

func (*UserServiceBatchGetUserInfoResult) IsSetSuccess

func (p *UserServiceBatchGetUserInfoResult) IsSetSuccess() bool

func (*UserServiceBatchGetUserInfoResult) Read

func (*UserServiceBatchGetUserInfoResult) ReadField0

func (*UserServiceBatchGetUserInfoResult) SetSuccess

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

func (*UserServiceBatchGetUserInfoResult) String

func (*UserServiceBatchGetUserInfoResult) Write

type UserServiceClient

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

func NewUserServiceClient

func NewUserServiceClient(c thrift.TClient) *UserServiceClient

func NewUserServiceClientProtocol

func NewUserServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *UserServiceClient

func (*UserServiceClient) BatchGetUserInfo

func (*UserServiceClient) Client_

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

func (*UserServiceClient) GetFollowList

func (*UserServiceClient) GetFriendList

func (*UserServiceClient) GetUserInfo

func (*UserServiceClient) Login

func (*UserServiceClient) Register

type UserServiceGetFollowListArgs

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

func NewUserServiceGetFollowListArgs

func NewUserServiceGetFollowListArgs() *UserServiceGetFollowListArgs

func (*UserServiceGetFollowListArgs) BLength

func (p *UserServiceGetFollowListArgs) BLength() int

func (*UserServiceGetFollowListArgs) DeepEqual

func (*UserServiceGetFollowListArgs) FastRead

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

func (*UserServiceGetFollowListArgs) FastReadField1

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

func (*UserServiceGetFollowListArgs) FastWrite

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

for compatibility

func (*UserServiceGetFollowListArgs) FastWriteNocopy

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

func (*UserServiceGetFollowListArgs) Field1DeepEqual

func (*UserServiceGetFollowListArgs) GetFirstArgument

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

func (*UserServiceGetFollowListArgs) GetReq

func (*UserServiceGetFollowListArgs) InitDefault

func (p *UserServiceGetFollowListArgs) InitDefault()

func (*UserServiceGetFollowListArgs) IsSetReq

func (p *UserServiceGetFollowListArgs) IsSetReq() bool

func (*UserServiceGetFollowListArgs) Read

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

func (*UserServiceGetFollowListArgs) ReadField1

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

func (*UserServiceGetFollowListArgs) SetReq

func (*UserServiceGetFollowListArgs) String

func (*UserServiceGetFollowListArgs) Write

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

type UserServiceGetFollowListResult

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

func NewUserServiceGetFollowListResult

func NewUserServiceGetFollowListResult() *UserServiceGetFollowListResult

func (*UserServiceGetFollowListResult) BLength

func (p *UserServiceGetFollowListResult) BLength() int

func (*UserServiceGetFollowListResult) DeepEqual

func (*UserServiceGetFollowListResult) FastRead

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

func (*UserServiceGetFollowListResult) FastReadField0

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

func (*UserServiceGetFollowListResult) FastWrite

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

for compatibility

func (*UserServiceGetFollowListResult) FastWriteNocopy

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

func (*UserServiceGetFollowListResult) Field0DeepEqual

func (*UserServiceGetFollowListResult) GetResult

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

func (*UserServiceGetFollowListResult) GetSuccess

func (*UserServiceGetFollowListResult) InitDefault

func (p *UserServiceGetFollowListResult) InitDefault()

func (*UserServiceGetFollowListResult) IsSetSuccess

func (p *UserServiceGetFollowListResult) IsSetSuccess() bool

func (*UserServiceGetFollowListResult) Read

func (*UserServiceGetFollowListResult) ReadField0

func (*UserServiceGetFollowListResult) SetSuccess

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

func (*UserServiceGetFollowListResult) String

func (*UserServiceGetFollowListResult) Write

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

type UserServiceGetFollowerListArgs

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

func NewUserServiceGetFollowerListArgs

func NewUserServiceGetFollowerListArgs() *UserServiceGetFollowerListArgs

func (*UserServiceGetFollowerListArgs) BLength

func (p *UserServiceGetFollowerListArgs) BLength() int

func (*UserServiceGetFollowerListArgs) DeepEqual

func (*UserServiceGetFollowerListArgs) FastRead

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

func (*UserServiceGetFollowerListArgs) FastReadField1

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

func (*UserServiceGetFollowerListArgs) FastWrite

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

for compatibility

func (*UserServiceGetFollowerListArgs) FastWriteNocopy

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

func (*UserServiceGetFollowerListArgs) Field1DeepEqual

func (*UserServiceGetFollowerListArgs) GetFirstArgument

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

func (*UserServiceGetFollowerListArgs) GetReq

func (*UserServiceGetFollowerListArgs) InitDefault

func (p *UserServiceGetFollowerListArgs) InitDefault()

func (*UserServiceGetFollowerListArgs) IsSetReq

func (p *UserServiceGetFollowerListArgs) IsSetReq() bool

func (*UserServiceGetFollowerListArgs) Read

func (*UserServiceGetFollowerListArgs) ReadField1

func (*UserServiceGetFollowerListArgs) SetReq

func (*UserServiceGetFollowerListArgs) String

func (*UserServiceGetFollowerListArgs) Write

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

type UserServiceGetFollowerListResult

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

func NewUserServiceGetFollowerListResult

func NewUserServiceGetFollowerListResult() *UserServiceGetFollowerListResult

func (*UserServiceGetFollowerListResult) BLength

func (*UserServiceGetFollowerListResult) DeepEqual

func (*UserServiceGetFollowerListResult) FastRead

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

func (*UserServiceGetFollowerListResult) FastReadField0

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

func (*UserServiceGetFollowerListResult) FastWrite

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

for compatibility

func (*UserServiceGetFollowerListResult) FastWriteNocopy

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

func (*UserServiceGetFollowerListResult) Field0DeepEqual

func (*UserServiceGetFollowerListResult) GetResult

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

func (*UserServiceGetFollowerListResult) GetSuccess

func (*UserServiceGetFollowerListResult) InitDefault

func (p *UserServiceGetFollowerListResult) InitDefault()

func (*UserServiceGetFollowerListResult) IsSetSuccess

func (p *UserServiceGetFollowerListResult) IsSetSuccess() bool

func (*UserServiceGetFollowerListResult) Read

func (*UserServiceGetFollowerListResult) ReadField0

func (*UserServiceGetFollowerListResult) SetSuccess

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

func (*UserServiceGetFollowerListResult) String

func (*UserServiceGetFollowerListResult) Write

type UserServiceGetFriendListArgs

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

func NewUserServiceGetFriendListArgs

func NewUserServiceGetFriendListArgs() *UserServiceGetFriendListArgs

func (*UserServiceGetFriendListArgs) BLength

func (p *UserServiceGetFriendListArgs) BLength() int

func (*UserServiceGetFriendListArgs) DeepEqual

func (*UserServiceGetFriendListArgs) FastRead

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

func (*UserServiceGetFriendListArgs) FastReadField1

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

func (*UserServiceGetFriendListArgs) FastWrite

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

for compatibility

func (*UserServiceGetFriendListArgs) FastWriteNocopy

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

func (*UserServiceGetFriendListArgs) Field1DeepEqual

func (*UserServiceGetFriendListArgs) GetFirstArgument

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

func (*UserServiceGetFriendListArgs) GetReq

func (*UserServiceGetFriendListArgs) InitDefault

func (p *UserServiceGetFriendListArgs) InitDefault()

func (*UserServiceGetFriendListArgs) IsSetReq

func (p *UserServiceGetFriendListArgs) IsSetReq() bool

func (*UserServiceGetFriendListArgs) Read

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

func (*UserServiceGetFriendListArgs) ReadField1

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

func (*UserServiceGetFriendListArgs) SetReq

func (*UserServiceGetFriendListArgs) String

func (*UserServiceGetFriendListArgs) Write

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

type UserServiceGetFriendListResult

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

func NewUserServiceGetFriendListResult

func NewUserServiceGetFriendListResult() *UserServiceGetFriendListResult

func (*UserServiceGetFriendListResult) BLength

func (p *UserServiceGetFriendListResult) BLength() int

func (*UserServiceGetFriendListResult) DeepEqual

func (*UserServiceGetFriendListResult) FastRead

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

func (*UserServiceGetFriendListResult) FastReadField0

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

func (*UserServiceGetFriendListResult) FastWrite

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

for compatibility

func (*UserServiceGetFriendListResult) FastWriteNocopy

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

func (*UserServiceGetFriendListResult) Field0DeepEqual

func (*UserServiceGetFriendListResult) GetResult

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

func (*UserServiceGetFriendListResult) GetSuccess

func (*UserServiceGetFriendListResult) InitDefault

func (p *UserServiceGetFriendListResult) InitDefault()

func (*UserServiceGetFriendListResult) IsSetSuccess

func (p *UserServiceGetFriendListResult) IsSetSuccess() bool

func (*UserServiceGetFriendListResult) Read

func (*UserServiceGetFriendListResult) ReadField0

func (*UserServiceGetFriendListResult) SetSuccess

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

func (*UserServiceGetFriendListResult) String

func (*UserServiceGetFriendListResult) Write

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

type UserServiceGetUserInfoArgs

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

func NewUserServiceGetUserInfoArgs

func NewUserServiceGetUserInfoArgs() *UserServiceGetUserInfoArgs

func (*UserServiceGetUserInfoArgs) BLength

func (p *UserServiceGetUserInfoArgs) BLength() int

func (*UserServiceGetUserInfoArgs) DeepEqual

func (*UserServiceGetUserInfoArgs) FastRead

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

func (*UserServiceGetUserInfoArgs) FastReadField1

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

func (*UserServiceGetUserInfoArgs) FastWrite

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

for compatibility

func (*UserServiceGetUserInfoArgs) FastWriteNocopy

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

func (*UserServiceGetUserInfoArgs) Field1DeepEqual

func (p *UserServiceGetUserInfoArgs) Field1DeepEqual(src *DouyinGetUserRequest) bool

func (*UserServiceGetUserInfoArgs) GetFirstArgument

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

func (*UserServiceGetUserInfoArgs) GetReq

func (*UserServiceGetUserInfoArgs) InitDefault

func (p *UserServiceGetUserInfoArgs) InitDefault()

func (*UserServiceGetUserInfoArgs) IsSetReq

func (p *UserServiceGetUserInfoArgs) IsSetReq() bool

func (*UserServiceGetUserInfoArgs) Read

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

func (*UserServiceGetUserInfoArgs) ReadField1

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

func (*UserServiceGetUserInfoArgs) SetReq

func (*UserServiceGetUserInfoArgs) String

func (p *UserServiceGetUserInfoArgs) String() string

func (*UserServiceGetUserInfoArgs) Write

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

type UserServiceGetUserInfoResult

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

func NewUserServiceGetUserInfoResult

func NewUserServiceGetUserInfoResult() *UserServiceGetUserInfoResult

func (*UserServiceGetUserInfoResult) BLength

func (p *UserServiceGetUserInfoResult) BLength() int

func (*UserServiceGetUserInfoResult) DeepEqual

func (*UserServiceGetUserInfoResult) FastRead

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

func (*UserServiceGetUserInfoResult) FastReadField0

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

func (*UserServiceGetUserInfoResult) FastWrite

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

for compatibility

func (*UserServiceGetUserInfoResult) FastWriteNocopy

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

func (*UserServiceGetUserInfoResult) Field0DeepEqual

func (p *UserServiceGetUserInfoResult) Field0DeepEqual(src *DouyinGetUserResponse) bool

func (*UserServiceGetUserInfoResult) GetResult

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

func (*UserServiceGetUserInfoResult) GetSuccess

func (*UserServiceGetUserInfoResult) InitDefault

func (p *UserServiceGetUserInfoResult) InitDefault()

func (*UserServiceGetUserInfoResult) IsSetSuccess

func (p *UserServiceGetUserInfoResult) IsSetSuccess() bool

func (*UserServiceGetUserInfoResult) Read

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

func (*UserServiceGetUserInfoResult) ReadField0

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

func (*UserServiceGetUserInfoResult) SetSuccess

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

func (*UserServiceGetUserInfoResult) String

func (*UserServiceGetUserInfoResult) Write

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

type UserServiceLoginArgs

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

func NewUserServiceLoginArgs

func NewUserServiceLoginArgs() *UserServiceLoginArgs

func (*UserServiceLoginArgs) BLength

func (p *UserServiceLoginArgs) BLength() int

func (*UserServiceLoginArgs) DeepEqual

func (p *UserServiceLoginArgs) DeepEqual(ano *UserServiceLoginArgs) bool

func (*UserServiceLoginArgs) FastRead

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

func (*UserServiceLoginArgs) FastReadField1

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

func (*UserServiceLoginArgs) FastWrite

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

for compatibility

func (*UserServiceLoginArgs) FastWriteNocopy

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

func (*UserServiceLoginArgs) Field1DeepEqual

func (p *UserServiceLoginArgs) Field1DeepEqual(src *DouyinUserLoginRequest) bool

func (*UserServiceLoginArgs) GetFirstArgument

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

func (*UserServiceLoginArgs) GetReq

func (*UserServiceLoginArgs) InitDefault

func (p *UserServiceLoginArgs) InitDefault()

func (*UserServiceLoginArgs) IsSetReq

func (p *UserServiceLoginArgs) IsSetReq() bool

func (*UserServiceLoginArgs) Read

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

func (*UserServiceLoginArgs) ReadField1

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

func (*UserServiceLoginArgs) SetReq

func (*UserServiceLoginArgs) String

func (p *UserServiceLoginArgs) String() string

func (*UserServiceLoginArgs) Write

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

type UserServiceLoginResult

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

func NewUserServiceLoginResult

func NewUserServiceLoginResult() *UserServiceLoginResult

func (*UserServiceLoginResult) BLength

func (p *UserServiceLoginResult) BLength() int

func (*UserServiceLoginResult) DeepEqual

func (*UserServiceLoginResult) FastRead

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

func (*UserServiceLoginResult) FastReadField0

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

func (*UserServiceLoginResult) FastWrite

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

for compatibility

func (*UserServiceLoginResult) FastWriteNocopy

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

func (*UserServiceLoginResult) Field0DeepEqual

func (p *UserServiceLoginResult) Field0DeepEqual(src *DouyinUserLoginResponse) bool

func (*UserServiceLoginResult) GetResult

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

func (*UserServiceLoginResult) GetSuccess

func (p *UserServiceLoginResult) GetSuccess() (v *DouyinUserLoginResponse)

func (*UserServiceLoginResult) InitDefault

func (p *UserServiceLoginResult) InitDefault()

func (*UserServiceLoginResult) IsSetSuccess

func (p *UserServiceLoginResult) IsSetSuccess() bool

func (*UserServiceLoginResult) Read

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

func (*UserServiceLoginResult) ReadField0

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

func (*UserServiceLoginResult) SetSuccess

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

func (*UserServiceLoginResult) String

func (p *UserServiceLoginResult) String() string

func (*UserServiceLoginResult) Write

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

type UserServiceProcessor

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

func NewUserServiceProcessor

func NewUserServiceProcessor(handler UserService) *UserServiceProcessor

func (*UserServiceProcessor) AddToProcessorMap

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

func (*UserServiceProcessor) GetProcessorFunction

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

func (*UserServiceProcessor) Process

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

func (*UserServiceProcessor) ProcessorMap

func (p *UserServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction

type UserServiceRegisterArgs

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

func NewUserServiceRegisterArgs

func NewUserServiceRegisterArgs() *UserServiceRegisterArgs

func (*UserServiceRegisterArgs) BLength

func (p *UserServiceRegisterArgs) BLength() int

func (*UserServiceRegisterArgs) DeepEqual

func (*UserServiceRegisterArgs) FastRead

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

func (*UserServiceRegisterArgs) FastReadField1

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

func (*UserServiceRegisterArgs) FastWrite

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

for compatibility

func (*UserServiceRegisterArgs) FastWriteNocopy

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

func (*UserServiceRegisterArgs) Field1DeepEqual

func (p *UserServiceRegisterArgs) Field1DeepEqual(src *DouyinUserRegisterRequest) bool

func (*UserServiceRegisterArgs) GetFirstArgument

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

func (*UserServiceRegisterArgs) GetReq

func (*UserServiceRegisterArgs) InitDefault

func (p *UserServiceRegisterArgs) InitDefault()

func (*UserServiceRegisterArgs) IsSetReq

func (p *UserServiceRegisterArgs) IsSetReq() bool

func (*UserServiceRegisterArgs) Read

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

func (*UserServiceRegisterArgs) ReadField1

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

func (*UserServiceRegisterArgs) SetReq

func (*UserServiceRegisterArgs) String

func (p *UserServiceRegisterArgs) String() string

func (*UserServiceRegisterArgs) Write

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

type UserServiceRegisterResult

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

func NewUserServiceRegisterResult

func NewUserServiceRegisterResult() *UserServiceRegisterResult

func (*UserServiceRegisterResult) BLength

func (p *UserServiceRegisterResult) BLength() int

func (*UserServiceRegisterResult) DeepEqual

func (*UserServiceRegisterResult) FastRead

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

func (*UserServiceRegisterResult) FastReadField0

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

func (*UserServiceRegisterResult) FastWrite

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

for compatibility

func (*UserServiceRegisterResult) FastWriteNocopy

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

func (*UserServiceRegisterResult) Field0DeepEqual

func (*UserServiceRegisterResult) GetResult

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

func (*UserServiceRegisterResult) GetSuccess

func (*UserServiceRegisterResult) InitDefault

func (p *UserServiceRegisterResult) InitDefault()

func (*UserServiceRegisterResult) IsSetSuccess

func (p *UserServiceRegisterResult) IsSetSuccess() bool

func (*UserServiceRegisterResult) Read

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

func (*UserServiceRegisterResult) ReadField0

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

func (*UserServiceRegisterResult) SetSuccess

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

func (*UserServiceRegisterResult) String

func (p *UserServiceRegisterResult) String() string

func (*UserServiceRegisterResult) Write

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

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