relation

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KitexUnusedProtection = struct{}{}

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

Functions

This section is empty.

Types

type RelationActionRequest

type RelationActionRequest struct {
	UserId     int64 `thrift:"UserId,1,required" frugal:"1,required,i64" json:"UserId"`
	ToUserId   int64 `thrift:"ToUserId,2,required" frugal:"2,required,i64" json:"ToUserId"`
	ActionType int32 `thrift:"ActionType,3,required" frugal:"3,required,i32" json:"ActionType"`
}
var RelationServiceRelationActionArgs_Req_DEFAULT *RelationActionRequest

func NewRelationActionRequest

func NewRelationActionRequest() *RelationActionRequest

func (*RelationActionRequest) BLength

func (p *RelationActionRequest) BLength() int

func (*RelationActionRequest) DeepEqual

func (*RelationActionRequest) FastRead

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

func (*RelationActionRequest) FastReadField1

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

func (*RelationActionRequest) FastReadField2

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

func (*RelationActionRequest) FastReadField3

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

func (*RelationActionRequest) FastWrite

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

for compatibility

func (*RelationActionRequest) FastWriteNocopy

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

func (*RelationActionRequest) Field1DeepEqual

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

func (*RelationActionRequest) Field2DeepEqual

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

func (*RelationActionRequest) Field3DeepEqual

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

func (*RelationActionRequest) GetActionType

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

func (*RelationActionRequest) GetToUserId

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

func (*RelationActionRequest) GetUserId

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

func (*RelationActionRequest) InitDefault

func (p *RelationActionRequest) InitDefault()

func (*RelationActionRequest) Read

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

func (*RelationActionRequest) ReadField1

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

func (*RelationActionRequest) ReadField2

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

func (*RelationActionRequest) ReadField3

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

func (*RelationActionRequest) SetActionType

func (p *RelationActionRequest) SetActionType(val int32)

func (*RelationActionRequest) SetToUserId

func (p *RelationActionRequest) SetToUserId(val int64)

func (*RelationActionRequest) SetUserId

func (p *RelationActionRequest) SetUserId(val int64)

func (*RelationActionRequest) String

func (p *RelationActionRequest) String() string

func (*RelationActionRequest) Write

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

type RelationActionResponse

type RelationActionResponse struct {
}
var RelationServiceRelationActionResult_Success_DEFAULT *RelationActionResponse

func NewRelationActionResponse

func NewRelationActionResponse() *RelationActionResponse

func (*RelationActionResponse) BLength

func (p *RelationActionResponse) BLength() int

func (*RelationActionResponse) DeepEqual

func (*RelationActionResponse) FastRead

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

func (*RelationActionResponse) FastWrite

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

for compatibility

func (*RelationActionResponse) FastWriteNocopy

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

func (*RelationActionResponse) InitDefault

func (p *RelationActionResponse) InitDefault()

func (*RelationActionResponse) Read

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

func (*RelationActionResponse) String

func (p *RelationActionResponse) String() string

func (*RelationActionResponse) Write

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

type RelationFollowListRequest

type RelationFollowListRequest struct {
	UserId     int64 `thrift:"UserId,1,required" frugal:"1,required,i64" json:"UserId"`
	UserViewId int64 `thrift:"UserViewId,2,required" frugal:"2,required,i64" json:"UserViewId"`
}
var RelationServiceRelationFollowListArgs_Req_DEFAULT *RelationFollowListRequest

func NewRelationFollowListRequest

func NewRelationFollowListRequest() *RelationFollowListRequest

func (*RelationFollowListRequest) BLength

func (p *RelationFollowListRequest) BLength() int

func (*RelationFollowListRequest) DeepEqual

func (*RelationFollowListRequest) FastRead

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

func (*RelationFollowListRequest) FastReadField1

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

func (*RelationFollowListRequest) FastReadField2

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

func (*RelationFollowListRequest) FastWrite

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

for compatibility

func (*RelationFollowListRequest) FastWriteNocopy

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

func (*RelationFollowListRequest) Field1DeepEqual

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

func (*RelationFollowListRequest) Field2DeepEqual

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

func (*RelationFollowListRequest) GetUserId

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

func (*RelationFollowListRequest) GetUserViewId

func (p *RelationFollowListRequest) GetUserViewId() (v int64)

func (*RelationFollowListRequest) InitDefault

func (p *RelationFollowListRequest) InitDefault()

func (*RelationFollowListRequest) Read

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

func (*RelationFollowListRequest) ReadField1

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

func (*RelationFollowListRequest) ReadField2

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

func (*RelationFollowListRequest) SetUserId

func (p *RelationFollowListRequest) SetUserId(val int64)

func (*RelationFollowListRequest) SetUserViewId

func (p *RelationFollowListRequest) SetUserViewId(val int64)

func (*RelationFollowListRequest) String

func (p *RelationFollowListRequest) String() string

func (*RelationFollowListRequest) Write

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

type RelationFollowListResponse

type RelationFollowListResponse struct {
	UserList []*rpcmodel.User `thrift:"UserList,1,required" frugal:"1,required,list<rpcmodel.User>" json:"UserList"`
}
var RelationServiceRelationFollowListResult_Success_DEFAULT *RelationFollowListResponse

func NewRelationFollowListResponse

func NewRelationFollowListResponse() *RelationFollowListResponse

func (*RelationFollowListResponse) BLength

func (p *RelationFollowListResponse) BLength() int

func (*RelationFollowListResponse) DeepEqual

func (*RelationFollowListResponse) FastRead

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

func (*RelationFollowListResponse) FastReadField1

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

func (*RelationFollowListResponse) FastWrite

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

for compatibility

func (*RelationFollowListResponse) FastWriteNocopy

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

func (*RelationFollowListResponse) Field1DeepEqual

func (p *RelationFollowListResponse) Field1DeepEqual(src []*rpcmodel.User) bool

func (*RelationFollowListResponse) GetUserList

func (p *RelationFollowListResponse) GetUserList() (v []*rpcmodel.User)

func (*RelationFollowListResponse) InitDefault

func (p *RelationFollowListResponse) InitDefault()

func (*RelationFollowListResponse) Read

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

func (*RelationFollowListResponse) ReadField1

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

func (*RelationFollowListResponse) SetUserList

func (p *RelationFollowListResponse) SetUserList(val []*rpcmodel.User)

func (*RelationFollowListResponse) String

func (p *RelationFollowListResponse) String() string

func (*RelationFollowListResponse) Write

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

type RelationFollowerListRequest

type RelationFollowerListRequest struct {
	UserId     int64 `thrift:"UserId,1,required" frugal:"1,required,i64" json:"UserId"`
	UserViewId int64 `thrift:"UserViewId,2,required" frugal:"2,required,i64" json:"UserViewId"`
}
var RelationServiceRelationFollowerListArgs_Req_DEFAULT *RelationFollowerListRequest

func NewRelationFollowerListRequest

func NewRelationFollowerListRequest() *RelationFollowerListRequest

func (*RelationFollowerListRequest) BLength

func (p *RelationFollowerListRequest) BLength() int

func (*RelationFollowerListRequest) DeepEqual

func (*RelationFollowerListRequest) FastRead

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

func (*RelationFollowerListRequest) FastReadField1

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

func (*RelationFollowerListRequest) FastReadField2

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

func (*RelationFollowerListRequest) FastWrite

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

for compatibility

func (*RelationFollowerListRequest) FastWriteNocopy

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

func (*RelationFollowerListRequest) Field1DeepEqual

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

func (*RelationFollowerListRequest) Field2DeepEqual

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

func (*RelationFollowerListRequest) GetUserId

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

func (*RelationFollowerListRequest) GetUserViewId

func (p *RelationFollowerListRequest) GetUserViewId() (v int64)

func (*RelationFollowerListRequest) InitDefault

func (p *RelationFollowerListRequest) InitDefault()

func (*RelationFollowerListRequest) Read

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

func (*RelationFollowerListRequest) ReadField1

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

func (*RelationFollowerListRequest) ReadField2

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

func (*RelationFollowerListRequest) SetUserId

func (p *RelationFollowerListRequest) SetUserId(val int64)

func (*RelationFollowerListRequest) SetUserViewId

func (p *RelationFollowerListRequest) SetUserViewId(val int64)

func (*RelationFollowerListRequest) String

func (p *RelationFollowerListRequest) String() string

func (*RelationFollowerListRequest) Write

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

type RelationFollowerListResponse

type RelationFollowerListResponse struct {
	UserList []*rpcmodel.User `thrift:"UserList,1,required" frugal:"1,required,list<rpcmodel.User>" json:"UserList"`
}
var RelationServiceRelationFollowerListResult_Success_DEFAULT *RelationFollowerListResponse

func NewRelationFollowerListResponse

func NewRelationFollowerListResponse() *RelationFollowerListResponse

func (*RelationFollowerListResponse) BLength

func (p *RelationFollowerListResponse) BLength() int

func (*RelationFollowerListResponse) DeepEqual

func (*RelationFollowerListResponse) FastRead

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

func (*RelationFollowerListResponse) FastReadField1

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

func (*RelationFollowerListResponse) FastWrite

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

for compatibility

func (*RelationFollowerListResponse) FastWriteNocopy

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

func (*RelationFollowerListResponse) Field1DeepEqual

func (p *RelationFollowerListResponse) Field1DeepEqual(src []*rpcmodel.User) bool

func (*RelationFollowerListResponse) GetUserList

func (p *RelationFollowerListResponse) GetUserList() (v []*rpcmodel.User)

func (*RelationFollowerListResponse) InitDefault

func (p *RelationFollowerListResponse) InitDefault()

func (*RelationFollowerListResponse) Read

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

func (*RelationFollowerListResponse) ReadField1

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

func (*RelationFollowerListResponse) SetUserList

func (p *RelationFollowerListResponse) SetUserList(val []*rpcmodel.User)

func (*RelationFollowerListResponse) String

func (*RelationFollowerListResponse) Write

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

type RelationService

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

	RelationFollowList(ctx context.Context, req *RelationFollowListRequest) (r *RelationFollowListResponse, err error)

	RelationFollowerList(ctx context.Context, req *RelationFollowerListRequest) (r *RelationFollowerListResponse, 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 (*RelationServiceClient) RelationFollowList

func (*RelationServiceClient) RelationFollowerList

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 *RelationActionRequest `thrift:"req,1" frugal:"1,default,RelationActionRequest" 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 (*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 *RelationActionResponse `thrift:"success,0,optional" frugal:"0,optional,RelationActionResponse" 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 (*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 *RelationFollowListRequest `thrift:"req,1" frugal:"1,default,RelationFollowListRequest" 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 *RelationFollowListResponse `thrift:"success,0,optional" frugal:"0,optional,RelationFollowListResponse" 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 *RelationFollowerListRequest `thrift:"req,1" frugal:"1,default,RelationFollowerListRequest" 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 *RelationFollowerListResponse `thrift:"success,0,optional" frugal:"0,optional,RelationFollowerListResponse" 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

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