relation

package
v0.0.0-...-671c73a Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ActionResponse_StatusMsg_DEFAULT string
View Source
var FollowListResponse_StatusMsg_DEFAULT string
View Source
var FollowerListResponse_StatusMsg_DEFAULT string
View Source
var FriendListResponse_StatusMsg_DEFAULT string
View Source
var FriendUser_Avatar_DEFAULT string
View Source
var FriendUser_BackgroundImage_DEFAULT string
View Source
var FriendUser_FavoriteCount_DEFAULT int64
View Source
var FriendUser_FollowCount_DEFAULT int64
View Source
var FriendUser_FollowerCount_DEFAULT int64
View Source
var FriendUser_Message_DEFAULT string
View Source
var FriendUser_Signature_DEFAULT string
View Source
var FriendUser_TotalFavorited_DEFAULT int64
View Source
var FriendUser_WorkCount_DEFAULT int64
View Source
var KitexUnusedProtection = struct{}{}

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

Functions

This section is empty.

Types

type ActionRequest

type ActionRequest struct {
	Token      string `thrift:"token,1,required" frugal:"1,required,string" json:"token"`
	ToUserId   int64  `thrift:"to_user_id,2,required" frugal:"2,required,i64" json:"to_user_id"`
	ActionType int32  `thrift:"action_type,3,required" frugal:"3,required,i32" json:"action_type"`
}
var RelationServiceRelationActionArgs_Req_DEFAULT *ActionRequest

func NewActionRequest

func NewActionRequest() *ActionRequest

func (*ActionRequest) BLength

func (p *ActionRequest) BLength() int

func (*ActionRequest) DeepEqual

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

func (*ActionRequest) FastRead

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

func (*ActionRequest) FastReadField1

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

func (*ActionRequest) FastReadField2

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

func (*ActionRequest) FastReadField3

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

func (*ActionRequest) FastWrite

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

for compatibility

func (*ActionRequest) FastWriteNocopy

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

func (*ActionRequest) Field1DeepEqual

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

func (*ActionRequest) Field2DeepEqual

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

func (*ActionRequest) Field3DeepEqual

func (p *ActionRequest) Field3DeepEqual(src int32) bool

func (*ActionRequest) GetActionType

func (p *ActionRequest) GetActionType() (v int32)

func (*ActionRequest) GetToUserId

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

func (*ActionRequest) GetToken

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

func (*ActionRequest) InitDefault

func (p *ActionRequest) InitDefault()

func (*ActionRequest) Read

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

func (*ActionRequest) ReadField1

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

func (*ActionRequest) ReadField2

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

func (*ActionRequest) ReadField3

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

func (*ActionRequest) SetActionType

func (p *ActionRequest) SetActionType(val int32)

func (*ActionRequest) SetToUserId

func (p *ActionRequest) SetToUserId(val int64)

func (*ActionRequest) SetToken

func (p *ActionRequest) SetToken(val string)

func (*ActionRequest) String

func (p *ActionRequest) String() string

func (*ActionRequest) Write

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

type ActionResponse

type ActionResponse struct {
	StatusCode int32   `thrift:"status_code,1,required" frugal:"1,required,i32" json:"status_code"`
	StatusMsg  *string `thrift:"status_msg,2,optional" frugal:"2,optional,string" json:"status_msg,omitempty"`
}
var RelationServiceRelationActionResult_Success_DEFAULT *ActionResponse

func NewActionResponse

func NewActionResponse() *ActionResponse

func (*ActionResponse) BLength

func (p *ActionResponse) BLength() int

func (*ActionResponse) DeepEqual

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

func (*ActionResponse) FastRead

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

func (*ActionResponse) FastReadField1

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

func (*ActionResponse) FastReadField2

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

func (*ActionResponse) FastWrite

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

for compatibility

func (*ActionResponse) FastWriteNocopy

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

func (*ActionResponse) Field1DeepEqual

func (p *ActionResponse) Field1DeepEqual(src int32) bool

func (*ActionResponse) Field2DeepEqual

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

func (*ActionResponse) GetStatusCode

func (p *ActionResponse) GetStatusCode() (v int32)

func (*ActionResponse) GetStatusMsg

func (p *ActionResponse) GetStatusMsg() (v string)

func (*ActionResponse) InitDefault

func (p *ActionResponse) InitDefault()

func (*ActionResponse) IsSetStatusMsg

func (p *ActionResponse) IsSetStatusMsg() bool

func (*ActionResponse) Read

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

func (*ActionResponse) ReadField1

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

func (*ActionResponse) ReadField2

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

func (*ActionResponse) SetStatusCode

func (p *ActionResponse) SetStatusCode(val int32)

func (*ActionResponse) SetStatusMsg

func (p *ActionResponse) SetStatusMsg(val *string)

func (*ActionResponse) String

func (p *ActionResponse) String() string

func (*ActionResponse) Write

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

type FollowListRequest

type FollowListRequest struct {
	UserId int64  `thrift:"user_id,1,required" frugal:"1,required,i64" json:"user_id"`
	Token  string `thrift:"token,2,required" frugal:"2,required,string" json:"token"`
}
var RelationServiceRelationFollowListArgs_Req_DEFAULT *FollowListRequest

func NewFollowListRequest

func NewFollowListRequest() *FollowListRequest

func (*FollowListRequest) BLength

func (p *FollowListRequest) BLength() int

func (*FollowListRequest) DeepEqual

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

func (*FollowListRequest) FastRead

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

func (*FollowListRequest) FastReadField1

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

func (*FollowListRequest) FastReadField2

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

func (*FollowListRequest) FastWrite

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

for compatibility

func (*FollowListRequest) FastWriteNocopy

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

func (*FollowListRequest) Field1DeepEqual

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

func (*FollowListRequest) Field2DeepEqual

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

func (*FollowListRequest) GetToken

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

func (*FollowListRequest) GetUserId

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

func (*FollowListRequest) InitDefault

func (p *FollowListRequest) InitDefault()

func (*FollowListRequest) Read

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

func (*FollowListRequest) ReadField1

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

func (*FollowListRequest) ReadField2

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

func (*FollowListRequest) SetToken

func (p *FollowListRequest) SetToken(val string)

func (*FollowListRequest) SetUserId

func (p *FollowListRequest) SetUserId(val int64)

func (*FollowListRequest) String

func (p *FollowListRequest) String() string

func (*FollowListRequest) Write

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

type FollowListResponse

type FollowListResponse struct {
	StatusCode int32        `thrift:"status_code,1,required" frugal:"1,required,i32" json:"status_code"`
	StatusMsg  *string      `thrift:"status_msg,2,optional" frugal:"2,optional,string" json:"status_msg,omitempty"`
	UserList   []*user.User `thrift:"user_list,3,required" frugal:"3,required,list<user.User>" json:"user_list"`
}
var RelationServiceRelationFollowListResult_Success_DEFAULT *FollowListResponse

func NewFollowListResponse

func NewFollowListResponse() *FollowListResponse

func (*FollowListResponse) BLength

func (p *FollowListResponse) BLength() int

func (*FollowListResponse) DeepEqual

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

func (*FollowListResponse) FastRead

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

func (*FollowListResponse) FastReadField1

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

func (*FollowListResponse) FastReadField2

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

func (*FollowListResponse) FastReadField3

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

func (*FollowListResponse) FastWrite

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

for compatibility

func (*FollowListResponse) FastWriteNocopy

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

func (*FollowListResponse) Field1DeepEqual

func (p *FollowListResponse) Field1DeepEqual(src int32) bool

func (*FollowListResponse) Field2DeepEqual

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

func (*FollowListResponse) Field3DeepEqual

func (p *FollowListResponse) Field3DeepEqual(src []*user.User) bool

func (*FollowListResponse) GetStatusCode

func (p *FollowListResponse) GetStatusCode() (v int32)

func (*FollowListResponse) GetStatusMsg

func (p *FollowListResponse) GetStatusMsg() (v string)

func (*FollowListResponse) GetUserList

func (p *FollowListResponse) GetUserList() (v []*user.User)

func (*FollowListResponse) InitDefault

func (p *FollowListResponse) InitDefault()

func (*FollowListResponse) IsSetStatusMsg

func (p *FollowListResponse) IsSetStatusMsg() bool

func (*FollowListResponse) Read

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

func (*FollowListResponse) ReadField1

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

func (*FollowListResponse) ReadField2

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

func (*FollowListResponse) ReadField3

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

func (*FollowListResponse) SetStatusCode

func (p *FollowListResponse) SetStatusCode(val int32)

func (*FollowListResponse) SetStatusMsg

func (p *FollowListResponse) SetStatusMsg(val *string)

func (*FollowListResponse) SetUserList

func (p *FollowListResponse) SetUserList(val []*user.User)

func (*FollowListResponse) String

func (p *FollowListResponse) String() string

func (*FollowListResponse) Write

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

type FollowerListRequest

type FollowerListRequest struct {
	UserId int64  `thrift:"user_id,1,required" frugal:"1,required,i64" json:"user_id"`
	Token  string `thrift:"token,2,required" frugal:"2,required,string" json:"token"`
}
var RelationServiceRelationFollowerListArgs_Req_DEFAULT *FollowerListRequest

func NewFollowerListRequest

func NewFollowerListRequest() *FollowerListRequest

func (*FollowerListRequest) BLength

func (p *FollowerListRequest) BLength() int

func (*FollowerListRequest) DeepEqual

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

func (*FollowerListRequest) FastRead

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

func (*FollowerListRequest) FastReadField1

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

func (*FollowerListRequest) FastReadField2

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

func (*FollowerListRequest) FastWrite

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

for compatibility

func (*FollowerListRequest) FastWriteNocopy

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

func (*FollowerListRequest) Field1DeepEqual

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

func (*FollowerListRequest) Field2DeepEqual

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

func (*FollowerListRequest) GetToken

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

func (*FollowerListRequest) GetUserId

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

func (*FollowerListRequest) InitDefault

func (p *FollowerListRequest) InitDefault()

func (*FollowerListRequest) Read

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

func (*FollowerListRequest) ReadField1

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

func (*FollowerListRequest) ReadField2

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

func (*FollowerListRequest) SetToken

func (p *FollowerListRequest) SetToken(val string)

func (*FollowerListRequest) SetUserId

func (p *FollowerListRequest) SetUserId(val int64)

func (*FollowerListRequest) String

func (p *FollowerListRequest) String() string

func (*FollowerListRequest) Write

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

type FollowerListResponse

type FollowerListResponse struct {
	StatusCode int32        `thrift:"status_code,1,required" frugal:"1,required,i32" json:"status_code"`
	StatusMsg  *string      `thrift:"status_msg,2,optional" frugal:"2,optional,string" json:"status_msg,omitempty"`
	UserList   []*user.User `thrift:"user_list,3,required" frugal:"3,required,list<user.User>" json:"user_list"`
}
var RelationServiceRelationFollowerListResult_Success_DEFAULT *FollowerListResponse

func NewFollowerListResponse

func NewFollowerListResponse() *FollowerListResponse

func (*FollowerListResponse) BLength

func (p *FollowerListResponse) BLength() int

func (*FollowerListResponse) DeepEqual

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

func (*FollowerListResponse) FastRead

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

func (*FollowerListResponse) FastReadField1

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

func (*FollowerListResponse) FastReadField2

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

func (*FollowerListResponse) FastReadField3

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

func (*FollowerListResponse) FastWrite

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

for compatibility

func (*FollowerListResponse) FastWriteNocopy

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

func (*FollowerListResponse) Field1DeepEqual

func (p *FollowerListResponse) Field1DeepEqual(src int32) bool

func (*FollowerListResponse) Field2DeepEqual

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

func (*FollowerListResponse) Field3DeepEqual

func (p *FollowerListResponse) Field3DeepEqual(src []*user.User) bool

func (*FollowerListResponse) GetStatusCode

func (p *FollowerListResponse) GetStatusCode() (v int32)

func (*FollowerListResponse) GetStatusMsg

func (p *FollowerListResponse) GetStatusMsg() (v string)

func (*FollowerListResponse) GetUserList

func (p *FollowerListResponse) GetUserList() (v []*user.User)

func (*FollowerListResponse) InitDefault

func (p *FollowerListResponse) InitDefault()

func (*FollowerListResponse) IsSetStatusMsg

func (p *FollowerListResponse) IsSetStatusMsg() bool

func (*FollowerListResponse) Read

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

func (*FollowerListResponse) ReadField1

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

func (*FollowerListResponse) ReadField2

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

func (*FollowerListResponse) ReadField3

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

func (*FollowerListResponse) SetStatusCode

func (p *FollowerListResponse) SetStatusCode(val int32)

func (*FollowerListResponse) SetStatusMsg

func (p *FollowerListResponse) SetStatusMsg(val *string)

func (*FollowerListResponse) SetUserList

func (p *FollowerListResponse) SetUserList(val []*user.User)

func (*FollowerListResponse) String

func (p *FollowerListResponse) String() string

func (*FollowerListResponse) Write

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

type FriendListRequest

type FriendListRequest struct {
	UserId int64  `thrift:"user_id,1,required" frugal:"1,required,i64" json:"user_id"`
	Token  string `thrift:"token,2,required" frugal:"2,required,string" json:"token"`
}
var RelationServiceRelationFriendListArgs_Req_DEFAULT *FriendListRequest

func NewFriendListRequest

func NewFriendListRequest() *FriendListRequest

func (*FriendListRequest) BLength

func (p *FriendListRequest) BLength() int

func (*FriendListRequest) DeepEqual

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

func (*FriendListRequest) FastRead

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

func (*FriendListRequest) FastReadField1

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

func (*FriendListRequest) FastReadField2

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

func (*FriendListRequest) FastWrite

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

for compatibility

func (*FriendListRequest) FastWriteNocopy

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

func (*FriendListRequest) Field1DeepEqual

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

func (*FriendListRequest) Field2DeepEqual

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

func (*FriendListRequest) GetToken

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

func (*FriendListRequest) GetUserId

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

func (*FriendListRequest) InitDefault

func (p *FriendListRequest) InitDefault()

func (*FriendListRequest) Read

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

func (*FriendListRequest) ReadField1

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

func (*FriendListRequest) ReadField2

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

func (*FriendListRequest) SetToken

func (p *FriendListRequest) SetToken(val string)

func (*FriendListRequest) SetUserId

func (p *FriendListRequest) SetUserId(val int64)

func (*FriendListRequest) String

func (p *FriendListRequest) String() string

func (*FriendListRequest) Write

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

type FriendListResponse

type FriendListResponse struct {
	StatusCode int32         `thrift:"status_code,1,required" frugal:"1,required,i32" json:"status_code"`
	StatusMsg  *string       `thrift:"status_msg,2,optional" frugal:"2,optional,string" json:"status_msg,omitempty"`
	UserList   []*FriendUser `thrift:"user_list,3,required" frugal:"3,required,list<FriendUser>" json:"user_list"`
}
var RelationServiceRelationFriendListResult_Success_DEFAULT *FriendListResponse

func NewFriendListResponse

func NewFriendListResponse() *FriendListResponse

func (*FriendListResponse) BLength

func (p *FriendListResponse) BLength() int

func (*FriendListResponse) DeepEqual

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

func (*FriendListResponse) FastRead

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

func (*FriendListResponse) FastReadField1

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

func (*FriendListResponse) FastReadField2

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

func (*FriendListResponse) FastReadField3

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

func (*FriendListResponse) FastWrite

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

for compatibility

func (*FriendListResponse) FastWriteNocopy

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

func (*FriendListResponse) Field1DeepEqual

func (p *FriendListResponse) Field1DeepEqual(src int32) bool

func (*FriendListResponse) Field2DeepEqual

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

func (*FriendListResponse) Field3DeepEqual

func (p *FriendListResponse) Field3DeepEqual(src []*FriendUser) bool

func (*FriendListResponse) GetStatusCode

func (p *FriendListResponse) GetStatusCode() (v int32)

func (*FriendListResponse) GetStatusMsg

func (p *FriendListResponse) GetStatusMsg() (v string)

func (*FriendListResponse) GetUserList

func (p *FriendListResponse) GetUserList() (v []*FriendUser)

func (*FriendListResponse) InitDefault

func (p *FriendListResponse) InitDefault()

func (*FriendListResponse) IsSetStatusMsg

func (p *FriendListResponse) IsSetStatusMsg() bool

func (*FriendListResponse) Read

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

func (*FriendListResponse) ReadField1

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

func (*FriendListResponse) ReadField2

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

func (*FriendListResponse) ReadField3

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

func (*FriendListResponse) SetStatusCode

func (p *FriendListResponse) SetStatusCode(val int32)

func (*FriendListResponse) SetStatusMsg

func (p *FriendListResponse) SetStatusMsg(val *string)

func (*FriendListResponse) SetUserList

func (p *FriendListResponse) SetUserList(val []*FriendUser)

func (*FriendListResponse) String

func (p *FriendListResponse) String() string

func (*FriendListResponse) Write

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

type FriendUser

type FriendUser struct {
	Id              int64   `thrift:"id,1,required" frugal:"1,required,i64" json:"id"`
	Name            string  `thrift:"name,2,required" frugal:"2,required,string" json:"name"`
	FollowCount     *int64  `thrift:"follow_count,3,optional" frugal:"3,optional,i64" json:"follow_count,omitempty"`
	FollowerCount   *int64  `thrift:"follower_count,4,optional" frugal:"4,optional,i64" json:"follower_count,omitempty"`
	IsFollow        bool    `thrift:"is_follow,5,required" frugal:"5,required,bool" json:"is_follow"`
	Avatar          *string `thrift:"avatar,6,optional" frugal:"6,optional,string" json:"avatar,omitempty"`
	BackgroundImage *string `thrift:"background_image,7,optional" frugal:"7,optional,string" json:"background_image,omitempty"`
	Signature       *string `thrift:"signature,8,optional" frugal:"8,optional,string" json:"signature,omitempty"`
	TotalFavorited  *int64  `thrift:"total_favorited,9,optional" frugal:"9,optional,i64" json:"total_favorited,omitempty"`
	WorkCount       *int64  `thrift:"work_count,10,optional" frugal:"10,optional,i64" json:"work_count,omitempty"`
	FavoriteCount   *int64  `thrift:"favorite_count,11,optional" frugal:"11,optional,i64" json:"favorite_count,omitempty"`
	Message         *string `thrift:"message,12,optional" frugal:"12,optional,string" json:"message,omitempty"`
	MsgType         int64   `thrift:"msgType,13,required" frugal:"13,required,i64" json:"msgType"`
}

func NewFriendUser

func NewFriendUser() *FriendUser

func (*FriendUser) BLength

func (p *FriendUser) BLength() int

func (*FriendUser) DeepEqual

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

func (*FriendUser) FastRead

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

func (*FriendUser) FastReadField1

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

func (*FriendUser) FastReadField10

func (p *FriendUser) FastReadField10(buf []byte) (int, error)

func (*FriendUser) FastReadField11

func (p *FriendUser) FastReadField11(buf []byte) (int, error)

func (*FriendUser) FastReadField12

func (p *FriendUser) FastReadField12(buf []byte) (int, error)

func (*FriendUser) FastReadField13

func (p *FriendUser) FastReadField13(buf []byte) (int, error)

func (*FriendUser) FastReadField2

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

func (*FriendUser) FastReadField3

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

func (*FriendUser) FastReadField4

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

func (*FriendUser) FastReadField5

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

func (*FriendUser) FastReadField6

func (p *FriendUser) FastReadField6(buf []byte) (int, error)

func (*FriendUser) FastReadField7

func (p *FriendUser) FastReadField7(buf []byte) (int, error)

func (*FriendUser) FastReadField8

func (p *FriendUser) FastReadField8(buf []byte) (int, error)

func (*FriendUser) FastReadField9

func (p *FriendUser) FastReadField9(buf []byte) (int, error)

func (*FriendUser) FastWrite

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

for compatibility

func (*FriendUser) FastWriteNocopy

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

func (*FriendUser) Field10DeepEqual

func (p *FriendUser) Field10DeepEqual(src *int64) bool

func (*FriendUser) Field11DeepEqual

func (p *FriendUser) Field11DeepEqual(src *int64) bool

func (*FriendUser) Field12DeepEqual

func (p *FriendUser) Field12DeepEqual(src *string) bool

func (*FriendUser) Field13DeepEqual

func (p *FriendUser) Field13DeepEqual(src int64) bool

func (*FriendUser) Field1DeepEqual

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

func (*FriendUser) Field2DeepEqual

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

func (*FriendUser) Field3DeepEqual

func (p *FriendUser) Field3DeepEqual(src *int64) bool

func (*FriendUser) Field4DeepEqual

func (p *FriendUser) Field4DeepEqual(src *int64) bool

func (*FriendUser) Field5DeepEqual

func (p *FriendUser) Field5DeepEqual(src bool) bool

func (*FriendUser) Field6DeepEqual

func (p *FriendUser) Field6DeepEqual(src *string) bool

func (*FriendUser) Field7DeepEqual

func (p *FriendUser) Field7DeepEqual(src *string) bool

func (*FriendUser) Field8DeepEqual

func (p *FriendUser) Field8DeepEqual(src *string) bool

func (*FriendUser) Field9DeepEqual

func (p *FriendUser) Field9DeepEqual(src *int64) bool

func (*FriendUser) GetAvatar

func (p *FriendUser) GetAvatar() (v string)

func (*FriendUser) GetBackgroundImage

func (p *FriendUser) GetBackgroundImage() (v string)

func (*FriendUser) GetFavoriteCount

func (p *FriendUser) GetFavoriteCount() (v int64)

func (*FriendUser) GetFollowCount

func (p *FriendUser) GetFollowCount() (v int64)

func (*FriendUser) GetFollowerCount

func (p *FriendUser) GetFollowerCount() (v int64)

func (*FriendUser) GetId

func (p *FriendUser) GetId() (v int64)

func (*FriendUser) GetIsFollow

func (p *FriendUser) GetIsFollow() (v bool)

func (*FriendUser) GetMessage

func (p *FriendUser) GetMessage() (v string)

func (*FriendUser) GetMsgType

func (p *FriendUser) GetMsgType() (v int64)

func (*FriendUser) GetName

func (p *FriendUser) GetName() (v string)

func (*FriendUser) GetSignature

func (p *FriendUser) GetSignature() (v string)

func (*FriendUser) GetTotalFavorited

func (p *FriendUser) GetTotalFavorited() (v int64)

func (*FriendUser) GetWorkCount

func (p *FriendUser) GetWorkCount() (v int64)

func (*FriendUser) InitDefault

func (p *FriendUser) InitDefault()

func (*FriendUser) IsSetAvatar

func (p *FriendUser) IsSetAvatar() bool

func (*FriendUser) IsSetBackgroundImage

func (p *FriendUser) IsSetBackgroundImage() bool

func (*FriendUser) IsSetFavoriteCount

func (p *FriendUser) IsSetFavoriteCount() bool

func (*FriendUser) IsSetFollowCount

func (p *FriendUser) IsSetFollowCount() bool

func (*FriendUser) IsSetFollowerCount

func (p *FriendUser) IsSetFollowerCount() bool

func (*FriendUser) IsSetMessage

func (p *FriendUser) IsSetMessage() bool

func (*FriendUser) IsSetSignature

func (p *FriendUser) IsSetSignature() bool

func (*FriendUser) IsSetTotalFavorited

func (p *FriendUser) IsSetTotalFavorited() bool

func (*FriendUser) IsSetWorkCount

func (p *FriendUser) IsSetWorkCount() bool

func (*FriendUser) Read

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

func (*FriendUser) ReadField1

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

func (*FriendUser) ReadField10

func (p *FriendUser) ReadField10(iprot thrift.TProtocol) error

func (*FriendUser) ReadField11

func (p *FriendUser) ReadField11(iprot thrift.TProtocol) error

func (*FriendUser) ReadField12

func (p *FriendUser) ReadField12(iprot thrift.TProtocol) error

func (*FriendUser) ReadField13

func (p *FriendUser) ReadField13(iprot thrift.TProtocol) error

func (*FriendUser) ReadField2

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

func (*FriendUser) ReadField3

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

func (*FriendUser) ReadField4

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

func (*FriendUser) ReadField5

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

func (*FriendUser) ReadField6

func (p *FriendUser) ReadField6(iprot thrift.TProtocol) error

func (*FriendUser) ReadField7

func (p *FriendUser) ReadField7(iprot thrift.TProtocol) error

func (*FriendUser) ReadField8

func (p *FriendUser) ReadField8(iprot thrift.TProtocol) error

func (*FriendUser) ReadField9

func (p *FriendUser) ReadField9(iprot thrift.TProtocol) error

func (*FriendUser) SetAvatar

func (p *FriendUser) SetAvatar(val *string)

func (*FriendUser) SetBackgroundImage

func (p *FriendUser) SetBackgroundImage(val *string)

func (*FriendUser) SetFavoriteCount

func (p *FriendUser) SetFavoriteCount(val *int64)

func (*FriendUser) SetFollowCount

func (p *FriendUser) SetFollowCount(val *int64)

func (*FriendUser) SetFollowerCount

func (p *FriendUser) SetFollowerCount(val *int64)

func (*FriendUser) SetId

func (p *FriendUser) SetId(val int64)

func (*FriendUser) SetIsFollow

func (p *FriendUser) SetIsFollow(val bool)

func (*FriendUser) SetMessage

func (p *FriendUser) SetMessage(val *string)

func (*FriendUser) SetMsgType

func (p *FriendUser) SetMsgType(val int64)

func (*FriendUser) SetName

func (p *FriendUser) SetName(val string)

func (*FriendUser) SetSignature

func (p *FriendUser) SetSignature(val *string)

func (*FriendUser) SetTotalFavorited

func (p *FriendUser) SetTotalFavorited(val *int64)

func (*FriendUser) SetWorkCount

func (p *FriendUser) SetWorkCount(val *int64)

func (*FriendUser) String

func (p *FriendUser) String() string

func (*FriendUser) Write

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

type RelationService

type RelationService interface {
	RelationAction(ctx context.Context, req *ActionRequest) (r *ActionResponse, err error)

	RelationFollowList(ctx context.Context, req *FollowListRequest) (r *FollowListResponse, err error)

	RelationFollowerList(ctx context.Context, req *FollowerListRequest) (r *FollowerListResponse, err error)

	RelationFriendList(ctx context.Context, req *FriendListRequest) (r *FriendListResponse, err error)
}

type RelationServiceClient

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

func NewRelationServiceClient

func NewRelationServiceClient(c thrift.TClient) *RelationServiceClient

func NewRelationServiceClientProtocol

func NewRelationServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *RelationServiceClient

func (*RelationServiceClient) Client_

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

func (*RelationServiceClient) RelationAction

func (p *RelationServiceClient) RelationAction(ctx context.Context, req *ActionRequest) (r *ActionResponse, err error)

func (*RelationServiceClient) RelationFollowList

func (p *RelationServiceClient) RelationFollowList(ctx context.Context, req *FollowListRequest) (r *FollowListResponse, err error)

func (*RelationServiceClient) RelationFollowerList

func (p *RelationServiceClient) RelationFollowerList(ctx context.Context, req *FollowerListRequest) (r *FollowerListResponse, err error)

func (*RelationServiceClient) RelationFriendList

func (p *RelationServiceClient) RelationFriendList(ctx context.Context, req *FriendListRequest) (r *FriendListResponse, err error)

type RelationServiceProcessor

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

func NewRelationServiceProcessor

func NewRelationServiceProcessor(handler RelationService) *RelationServiceProcessor

func (*RelationServiceProcessor) AddToProcessorMap

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

func (*RelationServiceProcessor) GetProcessorFunction

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

func (*RelationServiceProcessor) Process

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

func (*RelationServiceProcessor) ProcessorMap

type RelationServiceRelationActionArgs

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

func NewRelationServiceRelationActionArgs

func NewRelationServiceRelationActionArgs() *RelationServiceRelationActionArgs

func (*RelationServiceRelationActionArgs) BLength

func (*RelationServiceRelationActionArgs) DeepEqual

func (*RelationServiceRelationActionArgs) FastRead

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

func (*RelationServiceRelationActionArgs) FastReadField1

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

func (*RelationServiceRelationActionArgs) FastWrite

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

for compatibility

func (*RelationServiceRelationActionArgs) FastWriteNocopy

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

func (*RelationServiceRelationActionArgs) Field1DeepEqual

func (p *RelationServiceRelationActionArgs) Field1DeepEqual(src *ActionRequest) bool

func (*RelationServiceRelationActionArgs) GetFirstArgument

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

func (*RelationServiceRelationActionArgs) GetReq

func (*RelationServiceRelationActionArgs) InitDefault

func (p *RelationServiceRelationActionArgs) InitDefault()

func (*RelationServiceRelationActionArgs) IsSetReq

func (*RelationServiceRelationActionArgs) Read

func (*RelationServiceRelationActionArgs) ReadField1

func (*RelationServiceRelationActionArgs) SetReq

func (*RelationServiceRelationActionArgs) String

func (*RelationServiceRelationActionArgs) Write

type RelationServiceRelationActionResult

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

func NewRelationServiceRelationActionResult

func NewRelationServiceRelationActionResult() *RelationServiceRelationActionResult

func (*RelationServiceRelationActionResult) BLength

func (*RelationServiceRelationActionResult) DeepEqual

func (*RelationServiceRelationActionResult) FastRead

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

func (*RelationServiceRelationActionResult) FastReadField0

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

func (*RelationServiceRelationActionResult) FastWrite

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

for compatibility

func (*RelationServiceRelationActionResult) FastWriteNocopy

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

func (*RelationServiceRelationActionResult) Field0DeepEqual

func (p *RelationServiceRelationActionResult) Field0DeepEqual(src *ActionResponse) bool

func (*RelationServiceRelationActionResult) GetResult

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

func (*RelationServiceRelationActionResult) GetSuccess

func (*RelationServiceRelationActionResult) InitDefault

func (p *RelationServiceRelationActionResult) InitDefault()

func (*RelationServiceRelationActionResult) IsSetSuccess

func (p *RelationServiceRelationActionResult) IsSetSuccess() bool

func (*RelationServiceRelationActionResult) Read

func (*RelationServiceRelationActionResult) ReadField0

func (*RelationServiceRelationActionResult) SetSuccess

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

func (*RelationServiceRelationActionResult) String

func (*RelationServiceRelationActionResult) Write

type RelationServiceRelationFollowListArgs

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

func NewRelationServiceRelationFollowListArgs

func NewRelationServiceRelationFollowListArgs() *RelationServiceRelationFollowListArgs

func (*RelationServiceRelationFollowListArgs) BLength

func (*RelationServiceRelationFollowListArgs) DeepEqual

func (*RelationServiceRelationFollowListArgs) FastRead

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

func (*RelationServiceRelationFollowListArgs) FastReadField1

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

func (*RelationServiceRelationFollowListArgs) FastWrite

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

for compatibility

func (*RelationServiceRelationFollowListArgs) FastWriteNocopy

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

func (*RelationServiceRelationFollowListArgs) Field1DeepEqual

func (*RelationServiceRelationFollowListArgs) GetFirstArgument

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

func (*RelationServiceRelationFollowListArgs) GetReq

func (*RelationServiceRelationFollowListArgs) InitDefault

func (p *RelationServiceRelationFollowListArgs) InitDefault()

func (*RelationServiceRelationFollowListArgs) IsSetReq

func (*RelationServiceRelationFollowListArgs) Read

func (*RelationServiceRelationFollowListArgs) ReadField1

func (*RelationServiceRelationFollowListArgs) SetReq

func (*RelationServiceRelationFollowListArgs) String

func (*RelationServiceRelationFollowListArgs) Write

type RelationServiceRelationFollowListResult

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

func NewRelationServiceRelationFollowListResult

func NewRelationServiceRelationFollowListResult() *RelationServiceRelationFollowListResult

func (*RelationServiceRelationFollowListResult) BLength

func (*RelationServiceRelationFollowListResult) DeepEqual

func (*RelationServiceRelationFollowListResult) FastRead

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

func (*RelationServiceRelationFollowListResult) FastReadField0

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

func (*RelationServiceRelationFollowListResult) FastWrite

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

for compatibility

func (*RelationServiceRelationFollowListResult) FastWriteNocopy

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

func (*RelationServiceRelationFollowListResult) Field0DeepEqual

func (*RelationServiceRelationFollowListResult) GetResult

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

func (*RelationServiceRelationFollowListResult) GetSuccess

func (*RelationServiceRelationFollowListResult) InitDefault

func (p *RelationServiceRelationFollowListResult) InitDefault()

func (*RelationServiceRelationFollowListResult) IsSetSuccess

func (*RelationServiceRelationFollowListResult) Read

func (*RelationServiceRelationFollowListResult) ReadField0

func (*RelationServiceRelationFollowListResult) SetSuccess

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

func (*RelationServiceRelationFollowListResult) String

func (*RelationServiceRelationFollowListResult) Write

type RelationServiceRelationFollowerListArgs

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

func NewRelationServiceRelationFollowerListArgs

func NewRelationServiceRelationFollowerListArgs() *RelationServiceRelationFollowerListArgs

func (*RelationServiceRelationFollowerListArgs) BLength

func (*RelationServiceRelationFollowerListArgs) DeepEqual

func (*RelationServiceRelationFollowerListArgs) FastRead

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

func (*RelationServiceRelationFollowerListArgs) FastReadField1

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

func (*RelationServiceRelationFollowerListArgs) FastWrite

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

for compatibility

func (*RelationServiceRelationFollowerListArgs) FastWriteNocopy

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

func (*RelationServiceRelationFollowerListArgs) Field1DeepEqual

func (*RelationServiceRelationFollowerListArgs) GetFirstArgument

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

func (*RelationServiceRelationFollowerListArgs) GetReq

func (*RelationServiceRelationFollowerListArgs) InitDefault

func (p *RelationServiceRelationFollowerListArgs) InitDefault()

func (*RelationServiceRelationFollowerListArgs) IsSetReq

func (*RelationServiceRelationFollowerListArgs) Read

func (*RelationServiceRelationFollowerListArgs) ReadField1

func (*RelationServiceRelationFollowerListArgs) SetReq

func (*RelationServiceRelationFollowerListArgs) String

func (*RelationServiceRelationFollowerListArgs) Write

type RelationServiceRelationFollowerListResult

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

func NewRelationServiceRelationFollowerListResult

func NewRelationServiceRelationFollowerListResult() *RelationServiceRelationFollowerListResult

func (*RelationServiceRelationFollowerListResult) BLength

func (*RelationServiceRelationFollowerListResult) DeepEqual

func (*RelationServiceRelationFollowerListResult) FastRead

func (*RelationServiceRelationFollowerListResult) FastReadField0

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

func (*RelationServiceRelationFollowerListResult) FastWrite

for compatibility

func (*RelationServiceRelationFollowerListResult) FastWriteNocopy

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

func (*RelationServiceRelationFollowerListResult) Field0DeepEqual

func (*RelationServiceRelationFollowerListResult) GetResult

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

func (*RelationServiceRelationFollowerListResult) GetSuccess

func (*RelationServiceRelationFollowerListResult) InitDefault

func (*RelationServiceRelationFollowerListResult) IsSetSuccess

func (*RelationServiceRelationFollowerListResult) Read

func (*RelationServiceRelationFollowerListResult) ReadField0

func (*RelationServiceRelationFollowerListResult) SetSuccess

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

func (*RelationServiceRelationFollowerListResult) String

func (*RelationServiceRelationFollowerListResult) Write

type RelationServiceRelationFriendListArgs

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

func NewRelationServiceRelationFriendListArgs

func NewRelationServiceRelationFriendListArgs() *RelationServiceRelationFriendListArgs

func (*RelationServiceRelationFriendListArgs) BLength

func (*RelationServiceRelationFriendListArgs) DeepEqual

func (*RelationServiceRelationFriendListArgs) FastRead

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

func (*RelationServiceRelationFriendListArgs) FastReadField1

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

func (*RelationServiceRelationFriendListArgs) FastWrite

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

for compatibility

func (*RelationServiceRelationFriendListArgs) FastWriteNocopy

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

func (*RelationServiceRelationFriendListArgs) Field1DeepEqual

func (*RelationServiceRelationFriendListArgs) GetFirstArgument

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

func (*RelationServiceRelationFriendListArgs) GetReq

func (*RelationServiceRelationFriendListArgs) InitDefault

func (p *RelationServiceRelationFriendListArgs) InitDefault()

func (*RelationServiceRelationFriendListArgs) IsSetReq

func (*RelationServiceRelationFriendListArgs) Read

func (*RelationServiceRelationFriendListArgs) ReadField1

func (*RelationServiceRelationFriendListArgs) SetReq

func (*RelationServiceRelationFriendListArgs) String

func (*RelationServiceRelationFriendListArgs) Write

type RelationServiceRelationFriendListResult

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

func NewRelationServiceRelationFriendListResult

func NewRelationServiceRelationFriendListResult() *RelationServiceRelationFriendListResult

func (*RelationServiceRelationFriendListResult) BLength

func (*RelationServiceRelationFriendListResult) DeepEqual

func (*RelationServiceRelationFriendListResult) FastRead

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

func (*RelationServiceRelationFriendListResult) FastReadField0

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

func (*RelationServiceRelationFriendListResult) FastWrite

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

for compatibility

func (*RelationServiceRelationFriendListResult) FastWriteNocopy

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

func (*RelationServiceRelationFriendListResult) Field0DeepEqual

func (*RelationServiceRelationFriendListResult) GetResult

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

func (*RelationServiceRelationFriendListResult) GetSuccess

func (*RelationServiceRelationFriendListResult) InitDefault

func (p *RelationServiceRelationFriendListResult) InitDefault()

func (*RelationServiceRelationFriendListResult) IsSetSuccess

func (*RelationServiceRelationFriendListResult) Read

func (*RelationServiceRelationFriendListResult) ReadField0

func (*RelationServiceRelationFriendListResult) SetSuccess

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

func (*RelationServiceRelationFriendListResult) String

func (*RelationServiceRelationFriendListResult) Write

Directories

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

Jump to

Keyboard shortcuts

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