Documentation ¶
Index ¶
- Variables
- type MallCreatePayRequest
- func (p *MallCreatePayRequest) BLength() int
- func (p *MallCreatePayRequest) DeepEqual(ano *MallCreatePayRequest) bool
- func (p *MallCreatePayRequest) FastRead(buf []byte) (int, error)
- func (p *MallCreatePayRequest) FastReadField1(buf []byte) (int, error)
- func (p *MallCreatePayRequest) FastReadField2(buf []byte) (int, error)
- func (p *MallCreatePayRequest) FastReadField3(buf []byte) (int, error)
- func (p *MallCreatePayRequest) FastWrite(buf []byte) int
- func (p *MallCreatePayRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallCreatePayRequest) Field1DeepEqual(src int64) bool
- func (p *MallCreatePayRequest) Field2DeepEqual(src int64) bool
- func (p *MallCreatePayRequest) Field3DeepEqual(src int64) bool
- func (p *MallCreatePayRequest) GetAmount() (v int64)
- func (p *MallCreatePayRequest) GetOrderId() (v int64)
- func (p *MallCreatePayRequest) GetUserId() (v int64)
- func (p *MallCreatePayRequest) InitDefault()
- func (p *MallCreatePayRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *MallCreatePayRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *MallCreatePayRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *MallCreatePayRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *MallCreatePayRequest) SetAmount(val int64)
- func (p *MallCreatePayRequest) SetOrderId(val int64)
- func (p *MallCreatePayRequest) SetUserId(val int64)
- func (p *MallCreatePayRequest) String() string
- func (p *MallCreatePayRequest) Write(oprot thrift.TProtocol) (err error)
- type MallCreatePayResponse
- func (p *MallCreatePayResponse) BLength() int
- func (p *MallCreatePayResponse) DeepEqual(ano *MallCreatePayResponse) bool
- func (p *MallCreatePayResponse) FastRead(buf []byte) (int, error)
- func (p *MallCreatePayResponse) FastReadField1(buf []byte) (int, error)
- func (p *MallCreatePayResponse) FastReadField2(buf []byte) (int, error)
- func (p *MallCreatePayResponse) FastReadField3(buf []byte) (int, error)
- func (p *MallCreatePayResponse) FastWrite(buf []byte) int
- func (p *MallCreatePayResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallCreatePayResponse) Field1DeepEqual(src *common.CommonResponse) bool
- func (p *MallCreatePayResponse) Field2DeepEqual(src int64) bool
- func (p *MallCreatePayResponse) Field3DeepEqual(src string) bool
- func (p *MallCreatePayResponse) GetCommonResp() (v *common.CommonResponse)
- func (p *MallCreatePayResponse) GetPayId() (v int64)
- func (p *MallCreatePayResponse) GetUrl() (v string)
- func (p *MallCreatePayResponse) InitDefault()
- func (p *MallCreatePayResponse) IsSetCommonResp() bool
- func (p *MallCreatePayResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *MallCreatePayResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *MallCreatePayResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *MallCreatePayResponse) ReadField3(iprot thrift.TProtocol) error
- func (p *MallCreatePayResponse) SetCommonResp(val *common.CommonResponse)
- func (p *MallCreatePayResponse) SetPayId(val int64)
- func (p *MallCreatePayResponse) SetUrl(val string)
- func (p *MallCreatePayResponse) String() string
- func (p *MallCreatePayResponse) Write(oprot thrift.TProtocol) (err error)
- type MallPayDetailRequest
- func (p *MallPayDetailRequest) BLength() int
- func (p *MallPayDetailRequest) DeepEqual(ano *MallPayDetailRequest) bool
- func (p *MallPayDetailRequest) FastRead(buf []byte) (int, error)
- func (p *MallPayDetailRequest) FastReadField1(buf []byte) (int, error)
- func (p *MallPayDetailRequest) FastWrite(buf []byte) int
- func (p *MallPayDetailRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayDetailRequest) Field1DeepEqual(src int64) bool
- func (p *MallPayDetailRequest) GetPayId() (v int64)
- func (p *MallPayDetailRequest) InitDefault()
- func (p *MallPayDetailRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayDetailRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayDetailRequest) SetPayId(val int64)
- func (p *MallPayDetailRequest) String() string
- func (p *MallPayDetailRequest) Write(oprot thrift.TProtocol) (err error)
- type MallPayDetailResponse
- func (p *MallPayDetailResponse) BLength() int
- func (p *MallPayDetailResponse) DeepEqual(ano *MallPayDetailResponse) bool
- func (p *MallPayDetailResponse) FastRead(buf []byte) (int, error)
- func (p *MallPayDetailResponse) FastReadField1(buf []byte) (int, error)
- func (p *MallPayDetailResponse) FastReadField2(buf []byte) (int, error)
- func (p *MallPayDetailResponse) FastWrite(buf []byte) int
- func (p *MallPayDetailResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayDetailResponse) Field1DeepEqual(src *common.CommonResponse) bool
- func (p *MallPayDetailResponse) Field2DeepEqual(src *common.Pay) bool
- func (p *MallPayDetailResponse) GetCommonResp() (v *common.CommonResponse)
- func (p *MallPayDetailResponse) GetPay() (v *common.Pay)
- func (p *MallPayDetailResponse) InitDefault()
- func (p *MallPayDetailResponse) IsSetCommonResp() bool
- func (p *MallPayDetailResponse) IsSetPay() bool
- func (p *MallPayDetailResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayDetailResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayDetailResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *MallPayDetailResponse) SetCommonResp(val *common.CommonResponse)
- func (p *MallPayDetailResponse) SetPay(val *common.Pay)
- func (p *MallPayDetailResponse) String() string
- func (p *MallPayDetailResponse) Write(oprot thrift.TProtocol) (err error)
- type MallPayNotifyRequest
- func (p *MallPayNotifyRequest) BLength() int
- func (p *MallPayNotifyRequest) DeepEqual(ano *MallPayNotifyRequest) bool
- func (p *MallPayNotifyRequest) FastRead(buf []byte) (int, error)
- func (p *MallPayNotifyRequest) FastReadField1(buf []byte) (int, error)
- func (p *MallPayNotifyRequest) FastReadField2(buf []byte) (int, error)
- func (p *MallPayNotifyRequest) FastReadField3(buf []byte) (int, error)
- func (p *MallPayNotifyRequest) FastWrite(buf []byte) int
- func (p *MallPayNotifyRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayNotifyRequest) Field1DeepEqual(src int64) bool
- func (p *MallPayNotifyRequest) Field2DeepEqual(src int64) bool
- func (p *MallPayNotifyRequest) Field3DeepEqual(src int8) bool
- func (p *MallPayNotifyRequest) GetOrderId() (v int64)
- func (p *MallPayNotifyRequest) GetPayId() (v int64)
- func (p *MallPayNotifyRequest) GetStatus() (v int8)
- func (p *MallPayNotifyRequest) InitDefault()
- func (p *MallPayNotifyRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayNotifyRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayNotifyRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *MallPayNotifyRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *MallPayNotifyRequest) SetOrderId(val int64)
- func (p *MallPayNotifyRequest) SetPayId(val int64)
- func (p *MallPayNotifyRequest) SetStatus(val int8)
- func (p *MallPayNotifyRequest) String() string
- func (p *MallPayNotifyRequest) Write(oprot thrift.TProtocol) (err error)
- type MallPayNotifyResponse
- func (p *MallPayNotifyResponse) BLength() int
- func (p *MallPayNotifyResponse) DeepEqual(ano *MallPayNotifyResponse) bool
- func (p *MallPayNotifyResponse) FastRead(buf []byte) (int, error)
- func (p *MallPayNotifyResponse) FastReadField1(buf []byte) (int, error)
- func (p *MallPayNotifyResponse) FastWrite(buf []byte) int
- func (p *MallPayNotifyResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayNotifyResponse) Field1DeepEqual(src *common.CommonResponse) bool
- func (p *MallPayNotifyResponse) GetCommonResp() (v *common.CommonResponse)
- func (p *MallPayNotifyResponse) InitDefault()
- func (p *MallPayNotifyResponse) IsSetCommonResp() bool
- func (p *MallPayNotifyResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayNotifyResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayNotifyResponse) SetCommonResp(val *common.CommonResponse)
- func (p *MallPayNotifyResponse) String() string
- func (p *MallPayNotifyResponse) Write(oprot thrift.TProtocol) (err error)
- type MallPayReturnRequest
- func (p *MallPayReturnRequest) BLength() int
- func (p *MallPayReturnRequest) DeepEqual(ano *MallPayReturnRequest) bool
- func (p *MallPayReturnRequest) FastRead(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastReadField1(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastReadField2(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastReadField3(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastReadField4(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastReadField5(buf []byte) (int, error)
- func (p *MallPayReturnRequest) FastWrite(buf []byte) int
- func (p *MallPayReturnRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayReturnRequest) Field1DeepEqual(src int64) bool
- func (p *MallPayReturnRequest) Field2DeepEqual(src int64) bool
- func (p *MallPayReturnRequest) Field3DeepEqual(src int64) bool
- func (p *MallPayReturnRequest) Field4DeepEqual(src int64) bool
- func (p *MallPayReturnRequest) Field5DeepEqual(src int8) bool
- func (p *MallPayReturnRequest) GetAmount() (v int64)
- func (p *MallPayReturnRequest) GetOrderId() (v int64)
- func (p *MallPayReturnRequest) GetPayId() (v int64)
- func (p *MallPayReturnRequest) GetStatus() (v int8)
- func (p *MallPayReturnRequest) GetUserId() (v int64)
- func (p *MallPayReturnRequest) InitDefault()
- func (p *MallPayReturnRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayReturnRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayReturnRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *MallPayReturnRequest) ReadField3(iprot thrift.TProtocol) error
- func (p *MallPayReturnRequest) ReadField4(iprot thrift.TProtocol) error
- func (p *MallPayReturnRequest) ReadField5(iprot thrift.TProtocol) error
- func (p *MallPayReturnRequest) SetAmount(val int64)
- func (p *MallPayReturnRequest) SetOrderId(val int64)
- func (p *MallPayReturnRequest) SetPayId(val int64)
- func (p *MallPayReturnRequest) SetStatus(val int8)
- func (p *MallPayReturnRequest) SetUserId(val int64)
- func (p *MallPayReturnRequest) String() string
- func (p *MallPayReturnRequest) Write(oprot thrift.TProtocol) (err error)
- type MallPayReturnResponse
- func (p *MallPayReturnResponse) BLength() int
- func (p *MallPayReturnResponse) DeepEqual(ano *MallPayReturnResponse) bool
- func (p *MallPayReturnResponse) FastRead(buf []byte) (int, error)
- func (p *MallPayReturnResponse) FastReadField1(buf []byte) (int, error)
- func (p *MallPayReturnResponse) FastWrite(buf []byte) int
- func (p *MallPayReturnResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *MallPayReturnResponse) Field1DeepEqual(src *common.CommonResponse) bool
- func (p *MallPayReturnResponse) GetCommonResp() (v *common.CommonResponse)
- func (p *MallPayReturnResponse) InitDefault()
- func (p *MallPayReturnResponse) IsSetCommonResp() bool
- func (p *MallPayReturnResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *MallPayReturnResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *MallPayReturnResponse) SetCommonResp(val *common.CommonResponse)
- func (p *MallPayReturnResponse) String() string
- func (p *MallPayReturnResponse) Write(oprot thrift.TProtocol) (err error)
- type PayService
- type PayServiceClient
- func (p *PayServiceClient) Client_() thrift.TClient
- func (p *PayServiceClient) CreatePay(ctx context.Context, req *MallCreatePayRequest) (r *MallCreatePayResponse, err error)
- func (p *PayServiceClient) PayDetail(ctx context.Context, req *MallPayDetailRequest) (r *MallPayDetailResponse, err error)
- func (p *PayServiceClient) PayNotify(ctx context.Context, req *MallPayNotifyRequest) (r *MallPayNotifyResponse, err error)
- func (p *PayServiceClient) PayReturn(ctx context.Context, req *MallPayReturnRequest) (r *MallPayReturnResponse, err error)
- type PayServiceCreatePayArgs
- func (p *PayServiceCreatePayArgs) BLength() int
- func (p *PayServiceCreatePayArgs) DeepEqual(ano *PayServiceCreatePayArgs) bool
- func (p *PayServiceCreatePayArgs) FastRead(buf []byte) (int, error)
- func (p *PayServiceCreatePayArgs) FastReadField1(buf []byte) (int, error)
- func (p *PayServiceCreatePayArgs) FastWrite(buf []byte) int
- func (p *PayServiceCreatePayArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServiceCreatePayArgs) Field1DeepEqual(src *MallCreatePayRequest) bool
- func (p *PayServiceCreatePayArgs) GetFirstArgument() interface{}
- func (p *PayServiceCreatePayArgs) GetReq() (v *MallCreatePayRequest)
- func (p *PayServiceCreatePayArgs) InitDefault()
- func (p *PayServiceCreatePayArgs) IsSetReq() bool
- func (p *PayServiceCreatePayArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServiceCreatePayArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PayServiceCreatePayArgs) SetReq(val *MallCreatePayRequest)
- func (p *PayServiceCreatePayArgs) String() string
- func (p *PayServiceCreatePayArgs) Write(oprot thrift.TProtocol) (err error)
- type PayServiceCreatePayResult
- func (p *PayServiceCreatePayResult) BLength() int
- func (p *PayServiceCreatePayResult) DeepEqual(ano *PayServiceCreatePayResult) bool
- func (p *PayServiceCreatePayResult) FastRead(buf []byte) (int, error)
- func (p *PayServiceCreatePayResult) FastReadField0(buf []byte) (int, error)
- func (p *PayServiceCreatePayResult) FastWrite(buf []byte) int
- func (p *PayServiceCreatePayResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServiceCreatePayResult) Field0DeepEqual(src *MallCreatePayResponse) bool
- func (p *PayServiceCreatePayResult) GetResult() interface{}
- func (p *PayServiceCreatePayResult) GetSuccess() (v *MallCreatePayResponse)
- func (p *PayServiceCreatePayResult) InitDefault()
- func (p *PayServiceCreatePayResult) IsSetSuccess() bool
- func (p *PayServiceCreatePayResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServiceCreatePayResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PayServiceCreatePayResult) SetSuccess(x interface{})
- func (p *PayServiceCreatePayResult) String() string
- func (p *PayServiceCreatePayResult) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayDetailArgs
- func (p *PayServicePayDetailArgs) BLength() int
- func (p *PayServicePayDetailArgs) DeepEqual(ano *PayServicePayDetailArgs) bool
- func (p *PayServicePayDetailArgs) FastRead(buf []byte) (int, error)
- func (p *PayServicePayDetailArgs) FastReadField1(buf []byte) (int, error)
- func (p *PayServicePayDetailArgs) FastWrite(buf []byte) int
- func (p *PayServicePayDetailArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayDetailArgs) Field1DeepEqual(src *MallPayDetailRequest) bool
- func (p *PayServicePayDetailArgs) GetFirstArgument() interface{}
- func (p *PayServicePayDetailArgs) GetReq() (v *MallPayDetailRequest)
- func (p *PayServicePayDetailArgs) InitDefault()
- func (p *PayServicePayDetailArgs) IsSetReq() bool
- func (p *PayServicePayDetailArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayDetailArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PayServicePayDetailArgs) SetReq(val *MallPayDetailRequest)
- func (p *PayServicePayDetailArgs) String() string
- func (p *PayServicePayDetailArgs) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayDetailResult
- func (p *PayServicePayDetailResult) BLength() int
- func (p *PayServicePayDetailResult) DeepEqual(ano *PayServicePayDetailResult) bool
- func (p *PayServicePayDetailResult) FastRead(buf []byte) (int, error)
- func (p *PayServicePayDetailResult) FastReadField0(buf []byte) (int, error)
- func (p *PayServicePayDetailResult) FastWrite(buf []byte) int
- func (p *PayServicePayDetailResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayDetailResult) Field0DeepEqual(src *MallPayDetailResponse) bool
- func (p *PayServicePayDetailResult) GetResult() interface{}
- func (p *PayServicePayDetailResult) GetSuccess() (v *MallPayDetailResponse)
- func (p *PayServicePayDetailResult) InitDefault()
- func (p *PayServicePayDetailResult) IsSetSuccess() bool
- func (p *PayServicePayDetailResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayDetailResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PayServicePayDetailResult) SetSuccess(x interface{})
- func (p *PayServicePayDetailResult) String() string
- func (p *PayServicePayDetailResult) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayNotifyArgs
- func (p *PayServicePayNotifyArgs) BLength() int
- func (p *PayServicePayNotifyArgs) DeepEqual(ano *PayServicePayNotifyArgs) bool
- func (p *PayServicePayNotifyArgs) FastRead(buf []byte) (int, error)
- func (p *PayServicePayNotifyArgs) FastReadField1(buf []byte) (int, error)
- func (p *PayServicePayNotifyArgs) FastWrite(buf []byte) int
- func (p *PayServicePayNotifyArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayNotifyArgs) Field1DeepEqual(src *MallPayNotifyRequest) bool
- func (p *PayServicePayNotifyArgs) GetFirstArgument() interface{}
- func (p *PayServicePayNotifyArgs) GetReq() (v *MallPayNotifyRequest)
- func (p *PayServicePayNotifyArgs) InitDefault()
- func (p *PayServicePayNotifyArgs) IsSetReq() bool
- func (p *PayServicePayNotifyArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayNotifyArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PayServicePayNotifyArgs) SetReq(val *MallPayNotifyRequest)
- func (p *PayServicePayNotifyArgs) String() string
- func (p *PayServicePayNotifyArgs) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayNotifyResult
- func (p *PayServicePayNotifyResult) BLength() int
- func (p *PayServicePayNotifyResult) DeepEqual(ano *PayServicePayNotifyResult) bool
- func (p *PayServicePayNotifyResult) FastRead(buf []byte) (int, error)
- func (p *PayServicePayNotifyResult) FastReadField0(buf []byte) (int, error)
- func (p *PayServicePayNotifyResult) FastWrite(buf []byte) int
- func (p *PayServicePayNotifyResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayNotifyResult) Field0DeepEqual(src *MallPayNotifyResponse) bool
- func (p *PayServicePayNotifyResult) GetResult() interface{}
- func (p *PayServicePayNotifyResult) GetSuccess() (v *MallPayNotifyResponse)
- func (p *PayServicePayNotifyResult) InitDefault()
- func (p *PayServicePayNotifyResult) IsSetSuccess() bool
- func (p *PayServicePayNotifyResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayNotifyResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PayServicePayNotifyResult) SetSuccess(x interface{})
- func (p *PayServicePayNotifyResult) String() string
- func (p *PayServicePayNotifyResult) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayReturnArgs
- func (p *PayServicePayReturnArgs) BLength() int
- func (p *PayServicePayReturnArgs) DeepEqual(ano *PayServicePayReturnArgs) bool
- func (p *PayServicePayReturnArgs) FastRead(buf []byte) (int, error)
- func (p *PayServicePayReturnArgs) FastReadField1(buf []byte) (int, error)
- func (p *PayServicePayReturnArgs) FastWrite(buf []byte) int
- func (p *PayServicePayReturnArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayReturnArgs) Field1DeepEqual(src *MallPayReturnRequest) bool
- func (p *PayServicePayReturnArgs) GetFirstArgument() interface{}
- func (p *PayServicePayReturnArgs) GetReq() (v *MallPayReturnRequest)
- func (p *PayServicePayReturnArgs) InitDefault()
- func (p *PayServicePayReturnArgs) IsSetReq() bool
- func (p *PayServicePayReturnArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayReturnArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *PayServicePayReturnArgs) SetReq(val *MallPayReturnRequest)
- func (p *PayServicePayReturnArgs) String() string
- func (p *PayServicePayReturnArgs) Write(oprot thrift.TProtocol) (err error)
- type PayServicePayReturnResult
- func (p *PayServicePayReturnResult) BLength() int
- func (p *PayServicePayReturnResult) DeepEqual(ano *PayServicePayReturnResult) bool
- func (p *PayServicePayReturnResult) FastRead(buf []byte) (int, error)
- func (p *PayServicePayReturnResult) FastReadField0(buf []byte) (int, error)
- func (p *PayServicePayReturnResult) FastWrite(buf []byte) int
- func (p *PayServicePayReturnResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *PayServicePayReturnResult) Field0DeepEqual(src *MallPayReturnResponse) bool
- func (p *PayServicePayReturnResult) GetResult() interface{}
- func (p *PayServicePayReturnResult) GetSuccess() (v *MallPayReturnResponse)
- func (p *PayServicePayReturnResult) InitDefault()
- func (p *PayServicePayReturnResult) IsSetSuccess() bool
- func (p *PayServicePayReturnResult) Read(iprot thrift.TProtocol) (err error)
- func (p *PayServicePayReturnResult) ReadField0(iprot thrift.TProtocol) error
- func (p *PayServicePayReturnResult) SetSuccess(x interface{})
- func (p *PayServicePayReturnResult) String() string
- func (p *PayServicePayReturnResult) Write(oprot thrift.TProtocol) (err error)
- type PayServiceProcessor
- func (p *PayServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *PayServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *PayServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *PayServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Constants ¶
This section is empty.
Variables ¶
View Source
var KitexUnusedProtection = struct{}{}
KitexUnusedProtection is used to prevent 'imported and not used' error.
View Source
var MallCreatePayResponse_CommonResp_DEFAULT *common.CommonResponse
View Source
var MallPayDetailResponse_CommonResp_DEFAULT *common.CommonResponse
View Source
var MallPayDetailResponse_Pay_DEFAULT *common.Pay
View Source
var MallPayNotifyResponse_CommonResp_DEFAULT *common.CommonResponse
View Source
var MallPayReturnResponse_CommonResp_DEFAULT *common.CommonResponse
Functions ¶
This section is empty.
Types ¶
type MallCreatePayRequest ¶
type MallCreatePayRequest struct { OrderId int64 `thrift:"order_id,1" frugal:"1,default,i64" json:"order_id"` UserId int64 `thrift:"user_id,2" frugal:"2,default,i64" json:"user_id"` Amount int64 `thrift:"amount,3" frugal:"3,default,i64" json:"amount"` }
var PayServiceCreatePayArgs_Req_DEFAULT *MallCreatePayRequest
func NewMallCreatePayRequest ¶
func NewMallCreatePayRequest() *MallCreatePayRequest
func (*MallCreatePayRequest) BLength ¶
func (p *MallCreatePayRequest) BLength() int
func (*MallCreatePayRequest) DeepEqual ¶
func (p *MallCreatePayRequest) DeepEqual(ano *MallCreatePayRequest) bool
func (*MallCreatePayRequest) FastRead ¶
func (p *MallCreatePayRequest) FastRead(buf []byte) (int, error)
func (*MallCreatePayRequest) FastReadField1 ¶
func (p *MallCreatePayRequest) FastReadField1(buf []byte) (int, error)
func (*MallCreatePayRequest) FastReadField2 ¶
func (p *MallCreatePayRequest) FastReadField2(buf []byte) (int, error)
func (*MallCreatePayRequest) FastReadField3 ¶
func (p *MallCreatePayRequest) FastReadField3(buf []byte) (int, error)
func (*MallCreatePayRequest) FastWrite ¶
func (p *MallCreatePayRequest) FastWrite(buf []byte) int
for compatibility
func (*MallCreatePayRequest) FastWriteNocopy ¶
func (p *MallCreatePayRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallCreatePayRequest) Field1DeepEqual ¶
func (p *MallCreatePayRequest) Field1DeepEqual(src int64) bool
func (*MallCreatePayRequest) Field2DeepEqual ¶
func (p *MallCreatePayRequest) Field2DeepEqual(src int64) bool
func (*MallCreatePayRequest) Field3DeepEqual ¶
func (p *MallCreatePayRequest) Field3DeepEqual(src int64) bool
func (*MallCreatePayRequest) GetAmount ¶
func (p *MallCreatePayRequest) GetAmount() (v int64)
func (*MallCreatePayRequest) GetOrderId ¶
func (p *MallCreatePayRequest) GetOrderId() (v int64)
func (*MallCreatePayRequest) GetUserId ¶
func (p *MallCreatePayRequest) GetUserId() (v int64)
func (*MallCreatePayRequest) InitDefault ¶
func (p *MallCreatePayRequest) InitDefault()
func (*MallCreatePayRequest) Read ¶
func (p *MallCreatePayRequest) Read(iprot thrift.TProtocol) (err error)
func (*MallCreatePayRequest) ReadField1 ¶
func (p *MallCreatePayRequest) ReadField1(iprot thrift.TProtocol) error
func (*MallCreatePayRequest) ReadField2 ¶
func (p *MallCreatePayRequest) ReadField2(iprot thrift.TProtocol) error
func (*MallCreatePayRequest) ReadField3 ¶
func (p *MallCreatePayRequest) ReadField3(iprot thrift.TProtocol) error
func (*MallCreatePayRequest) SetAmount ¶
func (p *MallCreatePayRequest) SetAmount(val int64)
func (*MallCreatePayRequest) SetOrderId ¶
func (p *MallCreatePayRequest) SetOrderId(val int64)
func (*MallCreatePayRequest) SetUserId ¶
func (p *MallCreatePayRequest) SetUserId(val int64)
func (*MallCreatePayRequest) String ¶
func (p *MallCreatePayRequest) String() string
type MallCreatePayResponse ¶
type MallCreatePayResponse struct { CommonResp *common.CommonResponse `thrift:"common_resp,1" frugal:"1,default,common.CommonResponse" json:"common_resp"` PayId int64 `thrift:"pay_id,2" frugal:"2,default,i64" json:"pay_id"` Url string `thrift:"url,3" frugal:"3,default,string" json:"url"` }
var PayServiceCreatePayResult_Success_DEFAULT *MallCreatePayResponse
func NewMallCreatePayResponse ¶
func NewMallCreatePayResponse() *MallCreatePayResponse
func (*MallCreatePayResponse) BLength ¶
func (p *MallCreatePayResponse) BLength() int
func (*MallCreatePayResponse) DeepEqual ¶
func (p *MallCreatePayResponse) DeepEqual(ano *MallCreatePayResponse) bool
func (*MallCreatePayResponse) FastRead ¶
func (p *MallCreatePayResponse) FastRead(buf []byte) (int, error)
func (*MallCreatePayResponse) FastReadField1 ¶
func (p *MallCreatePayResponse) FastReadField1(buf []byte) (int, error)
func (*MallCreatePayResponse) FastReadField2 ¶
func (p *MallCreatePayResponse) FastReadField2(buf []byte) (int, error)
func (*MallCreatePayResponse) FastReadField3 ¶
func (p *MallCreatePayResponse) FastReadField3(buf []byte) (int, error)
func (*MallCreatePayResponse) FastWrite ¶
func (p *MallCreatePayResponse) FastWrite(buf []byte) int
for compatibility
func (*MallCreatePayResponse) FastWriteNocopy ¶
func (p *MallCreatePayResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallCreatePayResponse) Field1DeepEqual ¶
func (p *MallCreatePayResponse) Field1DeepEqual(src *common.CommonResponse) bool
func (*MallCreatePayResponse) Field2DeepEqual ¶
func (p *MallCreatePayResponse) Field2DeepEqual(src int64) bool
func (*MallCreatePayResponse) Field3DeepEqual ¶
func (p *MallCreatePayResponse) Field3DeepEqual(src string) bool
func (*MallCreatePayResponse) GetCommonResp ¶
func (p *MallCreatePayResponse) GetCommonResp() (v *common.CommonResponse)
func (*MallCreatePayResponse) GetPayId ¶
func (p *MallCreatePayResponse) GetPayId() (v int64)
func (*MallCreatePayResponse) GetUrl ¶
func (p *MallCreatePayResponse) GetUrl() (v string)
func (*MallCreatePayResponse) InitDefault ¶
func (p *MallCreatePayResponse) InitDefault()
func (*MallCreatePayResponse) IsSetCommonResp ¶
func (p *MallCreatePayResponse) IsSetCommonResp() bool
func (*MallCreatePayResponse) Read ¶
func (p *MallCreatePayResponse) Read(iprot thrift.TProtocol) (err error)
func (*MallCreatePayResponse) ReadField1 ¶
func (p *MallCreatePayResponse) ReadField1(iprot thrift.TProtocol) error
func (*MallCreatePayResponse) ReadField2 ¶
func (p *MallCreatePayResponse) ReadField2(iprot thrift.TProtocol) error
func (*MallCreatePayResponse) ReadField3 ¶
func (p *MallCreatePayResponse) ReadField3(iprot thrift.TProtocol) error
func (*MallCreatePayResponse) SetCommonResp ¶
func (p *MallCreatePayResponse) SetCommonResp(val *common.CommonResponse)
func (*MallCreatePayResponse) SetPayId ¶
func (p *MallCreatePayResponse) SetPayId(val int64)
func (*MallCreatePayResponse) SetUrl ¶
func (p *MallCreatePayResponse) SetUrl(val string)
func (*MallCreatePayResponse) String ¶
func (p *MallCreatePayResponse) String() string
type MallPayDetailRequest ¶
type MallPayDetailRequest struct {
PayId int64 `thrift:"pay_id,1" frugal:"1,default,i64" json:"pay_id"`
}
var PayServicePayDetailArgs_Req_DEFAULT *MallPayDetailRequest
func NewMallPayDetailRequest ¶
func NewMallPayDetailRequest() *MallPayDetailRequest
func (*MallPayDetailRequest) BLength ¶
func (p *MallPayDetailRequest) BLength() int
func (*MallPayDetailRequest) DeepEqual ¶
func (p *MallPayDetailRequest) DeepEqual(ano *MallPayDetailRequest) bool
func (*MallPayDetailRequest) FastRead ¶
func (p *MallPayDetailRequest) FastRead(buf []byte) (int, error)
func (*MallPayDetailRequest) FastReadField1 ¶
func (p *MallPayDetailRequest) FastReadField1(buf []byte) (int, error)
func (*MallPayDetailRequest) FastWrite ¶
func (p *MallPayDetailRequest) FastWrite(buf []byte) int
for compatibility
func (*MallPayDetailRequest) FastWriteNocopy ¶
func (p *MallPayDetailRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayDetailRequest) Field1DeepEqual ¶
func (p *MallPayDetailRequest) Field1DeepEqual(src int64) bool
func (*MallPayDetailRequest) GetPayId ¶
func (p *MallPayDetailRequest) GetPayId() (v int64)
func (*MallPayDetailRequest) InitDefault ¶
func (p *MallPayDetailRequest) InitDefault()
func (*MallPayDetailRequest) Read ¶
func (p *MallPayDetailRequest) Read(iprot thrift.TProtocol) (err error)
func (*MallPayDetailRequest) ReadField1 ¶
func (p *MallPayDetailRequest) ReadField1(iprot thrift.TProtocol) error
func (*MallPayDetailRequest) SetPayId ¶
func (p *MallPayDetailRequest) SetPayId(val int64)
func (*MallPayDetailRequest) String ¶
func (p *MallPayDetailRequest) String() string
type MallPayDetailResponse ¶
type MallPayDetailResponse struct { CommonResp *common.CommonResponse `thrift:"common_resp,1" frugal:"1,default,common.CommonResponse" json:"common_resp"` Pay *common.Pay `thrift:"pay,2" frugal:"2,default,common.Pay" json:"pay"` }
var PayServicePayDetailResult_Success_DEFAULT *MallPayDetailResponse
func NewMallPayDetailResponse ¶
func NewMallPayDetailResponse() *MallPayDetailResponse
func (*MallPayDetailResponse) BLength ¶
func (p *MallPayDetailResponse) BLength() int
func (*MallPayDetailResponse) DeepEqual ¶
func (p *MallPayDetailResponse) DeepEqual(ano *MallPayDetailResponse) bool
func (*MallPayDetailResponse) FastRead ¶
func (p *MallPayDetailResponse) FastRead(buf []byte) (int, error)
func (*MallPayDetailResponse) FastReadField1 ¶
func (p *MallPayDetailResponse) FastReadField1(buf []byte) (int, error)
func (*MallPayDetailResponse) FastReadField2 ¶
func (p *MallPayDetailResponse) FastReadField2(buf []byte) (int, error)
func (*MallPayDetailResponse) FastWrite ¶
func (p *MallPayDetailResponse) FastWrite(buf []byte) int
for compatibility
func (*MallPayDetailResponse) FastWriteNocopy ¶
func (p *MallPayDetailResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayDetailResponse) Field1DeepEqual ¶
func (p *MallPayDetailResponse) Field1DeepEqual(src *common.CommonResponse) bool
func (*MallPayDetailResponse) Field2DeepEqual ¶
func (p *MallPayDetailResponse) Field2DeepEqual(src *common.Pay) bool
func (*MallPayDetailResponse) GetCommonResp ¶
func (p *MallPayDetailResponse) GetCommonResp() (v *common.CommonResponse)
func (*MallPayDetailResponse) GetPay ¶
func (p *MallPayDetailResponse) GetPay() (v *common.Pay)
func (*MallPayDetailResponse) InitDefault ¶
func (p *MallPayDetailResponse) InitDefault()
func (*MallPayDetailResponse) IsSetCommonResp ¶
func (p *MallPayDetailResponse) IsSetCommonResp() bool
func (*MallPayDetailResponse) IsSetPay ¶
func (p *MallPayDetailResponse) IsSetPay() bool
func (*MallPayDetailResponse) Read ¶
func (p *MallPayDetailResponse) Read(iprot thrift.TProtocol) (err error)
func (*MallPayDetailResponse) ReadField1 ¶
func (p *MallPayDetailResponse) ReadField1(iprot thrift.TProtocol) error
func (*MallPayDetailResponse) ReadField2 ¶
func (p *MallPayDetailResponse) ReadField2(iprot thrift.TProtocol) error
func (*MallPayDetailResponse) SetCommonResp ¶
func (p *MallPayDetailResponse) SetCommonResp(val *common.CommonResponse)
func (*MallPayDetailResponse) SetPay ¶
func (p *MallPayDetailResponse) SetPay(val *common.Pay)
func (*MallPayDetailResponse) String ¶
func (p *MallPayDetailResponse) String() string
type MallPayNotifyRequest ¶
type MallPayNotifyRequest struct { OrderId int64 `thrift:"order_id,1" frugal:"1,default,i64" json:"order_id"` PayId int64 `thrift:"pay_id,2" frugal:"2,default,i64" json:"pay_id"` Status int8 `thrift:"status,3" frugal:"3,default,i8" json:"status"` }
var PayServicePayNotifyArgs_Req_DEFAULT *MallPayNotifyRequest
func NewMallPayNotifyRequest ¶
func NewMallPayNotifyRequest() *MallPayNotifyRequest
func (*MallPayNotifyRequest) BLength ¶
func (p *MallPayNotifyRequest) BLength() int
func (*MallPayNotifyRequest) DeepEqual ¶
func (p *MallPayNotifyRequest) DeepEqual(ano *MallPayNotifyRequest) bool
func (*MallPayNotifyRequest) FastRead ¶
func (p *MallPayNotifyRequest) FastRead(buf []byte) (int, error)
func (*MallPayNotifyRequest) FastReadField1 ¶
func (p *MallPayNotifyRequest) FastReadField1(buf []byte) (int, error)
func (*MallPayNotifyRequest) FastReadField2 ¶
func (p *MallPayNotifyRequest) FastReadField2(buf []byte) (int, error)
func (*MallPayNotifyRequest) FastReadField3 ¶
func (p *MallPayNotifyRequest) FastReadField3(buf []byte) (int, error)
func (*MallPayNotifyRequest) FastWrite ¶
func (p *MallPayNotifyRequest) FastWrite(buf []byte) int
for compatibility
func (*MallPayNotifyRequest) FastWriteNocopy ¶
func (p *MallPayNotifyRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayNotifyRequest) Field1DeepEqual ¶
func (p *MallPayNotifyRequest) Field1DeepEqual(src int64) bool
func (*MallPayNotifyRequest) Field2DeepEqual ¶
func (p *MallPayNotifyRequest) Field2DeepEqual(src int64) bool
func (*MallPayNotifyRequest) Field3DeepEqual ¶
func (p *MallPayNotifyRequest) Field3DeepEqual(src int8) bool
func (*MallPayNotifyRequest) GetOrderId ¶
func (p *MallPayNotifyRequest) GetOrderId() (v int64)
func (*MallPayNotifyRequest) GetPayId ¶
func (p *MallPayNotifyRequest) GetPayId() (v int64)
func (*MallPayNotifyRequest) GetStatus ¶
func (p *MallPayNotifyRequest) GetStatus() (v int8)
func (*MallPayNotifyRequest) InitDefault ¶
func (p *MallPayNotifyRequest) InitDefault()
func (*MallPayNotifyRequest) Read ¶
func (p *MallPayNotifyRequest) Read(iprot thrift.TProtocol) (err error)
func (*MallPayNotifyRequest) ReadField1 ¶
func (p *MallPayNotifyRequest) ReadField1(iprot thrift.TProtocol) error
func (*MallPayNotifyRequest) ReadField2 ¶
func (p *MallPayNotifyRequest) ReadField2(iprot thrift.TProtocol) error
func (*MallPayNotifyRequest) ReadField3 ¶
func (p *MallPayNotifyRequest) ReadField3(iprot thrift.TProtocol) error
func (*MallPayNotifyRequest) SetOrderId ¶
func (p *MallPayNotifyRequest) SetOrderId(val int64)
func (*MallPayNotifyRequest) SetPayId ¶
func (p *MallPayNotifyRequest) SetPayId(val int64)
func (*MallPayNotifyRequest) SetStatus ¶
func (p *MallPayNotifyRequest) SetStatus(val int8)
func (*MallPayNotifyRequest) String ¶
func (p *MallPayNotifyRequest) String() string
type MallPayNotifyResponse ¶
type MallPayNotifyResponse struct {
CommonResp *common.CommonResponse `thrift:"common_resp,1" frugal:"1,default,common.CommonResponse" json:"common_resp"`
}
var PayServicePayNotifyResult_Success_DEFAULT *MallPayNotifyResponse
func NewMallPayNotifyResponse ¶
func NewMallPayNotifyResponse() *MallPayNotifyResponse
func (*MallPayNotifyResponse) BLength ¶
func (p *MallPayNotifyResponse) BLength() int
func (*MallPayNotifyResponse) DeepEqual ¶
func (p *MallPayNotifyResponse) DeepEqual(ano *MallPayNotifyResponse) bool
func (*MallPayNotifyResponse) FastRead ¶
func (p *MallPayNotifyResponse) FastRead(buf []byte) (int, error)
func (*MallPayNotifyResponse) FastReadField1 ¶
func (p *MallPayNotifyResponse) FastReadField1(buf []byte) (int, error)
func (*MallPayNotifyResponse) FastWrite ¶
func (p *MallPayNotifyResponse) FastWrite(buf []byte) int
for compatibility
func (*MallPayNotifyResponse) FastWriteNocopy ¶
func (p *MallPayNotifyResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayNotifyResponse) Field1DeepEqual ¶
func (p *MallPayNotifyResponse) Field1DeepEqual(src *common.CommonResponse) bool
func (*MallPayNotifyResponse) GetCommonResp ¶
func (p *MallPayNotifyResponse) GetCommonResp() (v *common.CommonResponse)
func (*MallPayNotifyResponse) InitDefault ¶
func (p *MallPayNotifyResponse) InitDefault()
func (*MallPayNotifyResponse) IsSetCommonResp ¶
func (p *MallPayNotifyResponse) IsSetCommonResp() bool
func (*MallPayNotifyResponse) Read ¶
func (p *MallPayNotifyResponse) Read(iprot thrift.TProtocol) (err error)
func (*MallPayNotifyResponse) ReadField1 ¶
func (p *MallPayNotifyResponse) ReadField1(iprot thrift.TProtocol) error
func (*MallPayNotifyResponse) SetCommonResp ¶
func (p *MallPayNotifyResponse) SetCommonResp(val *common.CommonResponse)
func (*MallPayNotifyResponse) String ¶
func (p *MallPayNotifyResponse) String() string
type MallPayReturnRequest ¶
type MallPayReturnRequest struct { PayId int64 `thrift:"pay_id,1" frugal:"1,default,i64" json:"pay_id"` OrderId int64 `thrift:"order_id,2" frugal:"2,default,i64" json:"order_id"` UserId int64 `thrift:"user_id,3" frugal:"3,default,i64" json:"user_id"` Amount int64 `thrift:"amount,4" frugal:"4,default,i64" json:"amount"` Status int8 `thrift:"status,5" frugal:"5,default,i8" json:"status"` }
var PayServicePayReturnArgs_Req_DEFAULT *MallPayReturnRequest
func NewMallPayReturnRequest ¶
func NewMallPayReturnRequest() *MallPayReturnRequest
func (*MallPayReturnRequest) BLength ¶
func (p *MallPayReturnRequest) BLength() int
func (*MallPayReturnRequest) DeepEqual ¶
func (p *MallPayReturnRequest) DeepEqual(ano *MallPayReturnRequest) bool
func (*MallPayReturnRequest) FastRead ¶
func (p *MallPayReturnRequest) FastRead(buf []byte) (int, error)
func (*MallPayReturnRequest) FastReadField1 ¶
func (p *MallPayReturnRequest) FastReadField1(buf []byte) (int, error)
func (*MallPayReturnRequest) FastReadField2 ¶
func (p *MallPayReturnRequest) FastReadField2(buf []byte) (int, error)
func (*MallPayReturnRequest) FastReadField3 ¶
func (p *MallPayReturnRequest) FastReadField3(buf []byte) (int, error)
func (*MallPayReturnRequest) FastReadField4 ¶
func (p *MallPayReturnRequest) FastReadField4(buf []byte) (int, error)
func (*MallPayReturnRequest) FastReadField5 ¶
func (p *MallPayReturnRequest) FastReadField5(buf []byte) (int, error)
func (*MallPayReturnRequest) FastWrite ¶
func (p *MallPayReturnRequest) FastWrite(buf []byte) int
for compatibility
func (*MallPayReturnRequest) FastWriteNocopy ¶
func (p *MallPayReturnRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayReturnRequest) Field1DeepEqual ¶
func (p *MallPayReturnRequest) Field1DeepEqual(src int64) bool
func (*MallPayReturnRequest) Field2DeepEqual ¶
func (p *MallPayReturnRequest) Field2DeepEqual(src int64) bool
func (*MallPayReturnRequest) Field3DeepEqual ¶
func (p *MallPayReturnRequest) Field3DeepEqual(src int64) bool
func (*MallPayReturnRequest) Field4DeepEqual ¶
func (p *MallPayReturnRequest) Field4DeepEqual(src int64) bool
func (*MallPayReturnRequest) Field5DeepEqual ¶
func (p *MallPayReturnRequest) Field5DeepEqual(src int8) bool
func (*MallPayReturnRequest) GetAmount ¶
func (p *MallPayReturnRequest) GetAmount() (v int64)
func (*MallPayReturnRequest) GetOrderId ¶
func (p *MallPayReturnRequest) GetOrderId() (v int64)
func (*MallPayReturnRequest) GetPayId ¶
func (p *MallPayReturnRequest) GetPayId() (v int64)
func (*MallPayReturnRequest) GetStatus ¶
func (p *MallPayReturnRequest) GetStatus() (v int8)
func (*MallPayReturnRequest) GetUserId ¶
func (p *MallPayReturnRequest) GetUserId() (v int64)
func (*MallPayReturnRequest) InitDefault ¶
func (p *MallPayReturnRequest) InitDefault()
func (*MallPayReturnRequest) Read ¶
func (p *MallPayReturnRequest) Read(iprot thrift.TProtocol) (err error)
func (*MallPayReturnRequest) ReadField1 ¶
func (p *MallPayReturnRequest) ReadField1(iprot thrift.TProtocol) error
func (*MallPayReturnRequest) ReadField2 ¶
func (p *MallPayReturnRequest) ReadField2(iprot thrift.TProtocol) error
func (*MallPayReturnRequest) ReadField3 ¶
func (p *MallPayReturnRequest) ReadField3(iprot thrift.TProtocol) error
func (*MallPayReturnRequest) ReadField4 ¶
func (p *MallPayReturnRequest) ReadField4(iprot thrift.TProtocol) error
func (*MallPayReturnRequest) ReadField5 ¶
func (p *MallPayReturnRequest) ReadField5(iprot thrift.TProtocol) error
func (*MallPayReturnRequest) SetAmount ¶
func (p *MallPayReturnRequest) SetAmount(val int64)
func (*MallPayReturnRequest) SetOrderId ¶
func (p *MallPayReturnRequest) SetOrderId(val int64)
func (*MallPayReturnRequest) SetPayId ¶
func (p *MallPayReturnRequest) SetPayId(val int64)
func (*MallPayReturnRequest) SetStatus ¶
func (p *MallPayReturnRequest) SetStatus(val int8)
func (*MallPayReturnRequest) SetUserId ¶
func (p *MallPayReturnRequest) SetUserId(val int64)
func (*MallPayReturnRequest) String ¶
func (p *MallPayReturnRequest) String() string
type MallPayReturnResponse ¶
type MallPayReturnResponse struct {
CommonResp *common.CommonResponse `thrift:"common_resp,1" frugal:"1,default,common.CommonResponse" json:"common_resp"`
}
var PayServicePayReturnResult_Success_DEFAULT *MallPayReturnResponse
func NewMallPayReturnResponse ¶
func NewMallPayReturnResponse() *MallPayReturnResponse
func (*MallPayReturnResponse) BLength ¶
func (p *MallPayReturnResponse) BLength() int
func (*MallPayReturnResponse) DeepEqual ¶
func (p *MallPayReturnResponse) DeepEqual(ano *MallPayReturnResponse) bool
func (*MallPayReturnResponse) FastRead ¶
func (p *MallPayReturnResponse) FastRead(buf []byte) (int, error)
func (*MallPayReturnResponse) FastReadField1 ¶
func (p *MallPayReturnResponse) FastReadField1(buf []byte) (int, error)
func (*MallPayReturnResponse) FastWrite ¶
func (p *MallPayReturnResponse) FastWrite(buf []byte) int
for compatibility
func (*MallPayReturnResponse) FastWriteNocopy ¶
func (p *MallPayReturnResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*MallPayReturnResponse) Field1DeepEqual ¶
func (p *MallPayReturnResponse) Field1DeepEqual(src *common.CommonResponse) bool
func (*MallPayReturnResponse) GetCommonResp ¶
func (p *MallPayReturnResponse) GetCommonResp() (v *common.CommonResponse)
func (*MallPayReturnResponse) InitDefault ¶
func (p *MallPayReturnResponse) InitDefault()
func (*MallPayReturnResponse) IsSetCommonResp ¶
func (p *MallPayReturnResponse) IsSetCommonResp() bool
func (*MallPayReturnResponse) Read ¶
func (p *MallPayReturnResponse) Read(iprot thrift.TProtocol) (err error)
func (*MallPayReturnResponse) ReadField1 ¶
func (p *MallPayReturnResponse) ReadField1(iprot thrift.TProtocol) error
func (*MallPayReturnResponse) SetCommonResp ¶
func (p *MallPayReturnResponse) SetCommonResp(val *common.CommonResponse)
func (*MallPayReturnResponse) String ¶
func (p *MallPayReturnResponse) String() string
type PayService ¶
type PayService interface { CreatePay(ctx context.Context, req *MallCreatePayRequest) (r *MallCreatePayResponse, err error) PayDetail(ctx context.Context, req *MallPayDetailRequest) (r *MallPayDetailResponse, err error) PayReturn(ctx context.Context, req *MallPayReturnRequest) (r *MallPayReturnResponse, err error) PayNotify(ctx context.Context, req *MallPayNotifyRequest) (r *MallPayNotifyResponse, err error) }
type PayServiceClient ¶
type PayServiceClient struct {
// contains filtered or unexported fields
}
func NewPayServiceClient ¶
func NewPayServiceClient(c thrift.TClient) *PayServiceClient
func NewPayServiceClientFactory ¶
func NewPayServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *PayServiceClient
func NewPayServiceClientProtocol ¶
func NewPayServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *PayServiceClient
func (*PayServiceClient) Client_ ¶
func (p *PayServiceClient) Client_() thrift.TClient
func (*PayServiceClient) CreatePay ¶
func (p *PayServiceClient) CreatePay(ctx context.Context, req *MallCreatePayRequest) (r *MallCreatePayResponse, err error)
func (*PayServiceClient) PayDetail ¶
func (p *PayServiceClient) PayDetail(ctx context.Context, req *MallPayDetailRequest) (r *MallPayDetailResponse, err error)
func (*PayServiceClient) PayNotify ¶
func (p *PayServiceClient) PayNotify(ctx context.Context, req *MallPayNotifyRequest) (r *MallPayNotifyResponse, err error)
func (*PayServiceClient) PayReturn ¶
func (p *PayServiceClient) PayReturn(ctx context.Context, req *MallPayReturnRequest) (r *MallPayReturnResponse, err error)
type PayServiceCreatePayArgs ¶
type PayServiceCreatePayArgs struct {
Req *MallCreatePayRequest `thrift:"req,1" frugal:"1,default,MallCreatePayRequest" json:"req"`
}
func NewPayServiceCreatePayArgs ¶
func NewPayServiceCreatePayArgs() *PayServiceCreatePayArgs
func (*PayServiceCreatePayArgs) BLength ¶
func (p *PayServiceCreatePayArgs) BLength() int
func (*PayServiceCreatePayArgs) DeepEqual ¶
func (p *PayServiceCreatePayArgs) DeepEqual(ano *PayServiceCreatePayArgs) bool
func (*PayServiceCreatePayArgs) FastRead ¶
func (p *PayServiceCreatePayArgs) FastRead(buf []byte) (int, error)
func (*PayServiceCreatePayArgs) FastReadField1 ¶
func (p *PayServiceCreatePayArgs) FastReadField1(buf []byte) (int, error)
func (*PayServiceCreatePayArgs) FastWrite ¶
func (p *PayServiceCreatePayArgs) FastWrite(buf []byte) int
for compatibility
func (*PayServiceCreatePayArgs) FastWriteNocopy ¶
func (p *PayServiceCreatePayArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServiceCreatePayArgs) Field1DeepEqual ¶
func (p *PayServiceCreatePayArgs) Field1DeepEqual(src *MallCreatePayRequest) bool
func (*PayServiceCreatePayArgs) GetFirstArgument ¶
func (p *PayServiceCreatePayArgs) GetFirstArgument() interface{}
func (*PayServiceCreatePayArgs) GetReq ¶
func (p *PayServiceCreatePayArgs) GetReq() (v *MallCreatePayRequest)
func (*PayServiceCreatePayArgs) InitDefault ¶
func (p *PayServiceCreatePayArgs) InitDefault()
func (*PayServiceCreatePayArgs) IsSetReq ¶
func (p *PayServiceCreatePayArgs) IsSetReq() bool
func (*PayServiceCreatePayArgs) Read ¶
func (p *PayServiceCreatePayArgs) Read(iprot thrift.TProtocol) (err error)
func (*PayServiceCreatePayArgs) ReadField1 ¶
func (p *PayServiceCreatePayArgs) ReadField1(iprot thrift.TProtocol) error
func (*PayServiceCreatePayArgs) SetReq ¶
func (p *PayServiceCreatePayArgs) SetReq(val *MallCreatePayRequest)
func (*PayServiceCreatePayArgs) String ¶
func (p *PayServiceCreatePayArgs) String() string
type PayServiceCreatePayResult ¶
type PayServiceCreatePayResult struct {
Success *MallCreatePayResponse `thrift:"success,0,optional" frugal:"0,optional,MallCreatePayResponse" json:"success,omitempty"`
}
func NewPayServiceCreatePayResult ¶
func NewPayServiceCreatePayResult() *PayServiceCreatePayResult
func (*PayServiceCreatePayResult) BLength ¶
func (p *PayServiceCreatePayResult) BLength() int
func (*PayServiceCreatePayResult) DeepEqual ¶
func (p *PayServiceCreatePayResult) DeepEqual(ano *PayServiceCreatePayResult) bool
func (*PayServiceCreatePayResult) FastRead ¶
func (p *PayServiceCreatePayResult) FastRead(buf []byte) (int, error)
func (*PayServiceCreatePayResult) FastReadField0 ¶
func (p *PayServiceCreatePayResult) FastReadField0(buf []byte) (int, error)
func (*PayServiceCreatePayResult) FastWrite ¶
func (p *PayServiceCreatePayResult) FastWrite(buf []byte) int
for compatibility
func (*PayServiceCreatePayResult) FastWriteNocopy ¶
func (p *PayServiceCreatePayResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServiceCreatePayResult) Field0DeepEqual ¶
func (p *PayServiceCreatePayResult) Field0DeepEqual(src *MallCreatePayResponse) bool
func (*PayServiceCreatePayResult) GetResult ¶
func (p *PayServiceCreatePayResult) GetResult() interface{}
func (*PayServiceCreatePayResult) GetSuccess ¶
func (p *PayServiceCreatePayResult) GetSuccess() (v *MallCreatePayResponse)
func (*PayServiceCreatePayResult) InitDefault ¶
func (p *PayServiceCreatePayResult) InitDefault()
func (*PayServiceCreatePayResult) IsSetSuccess ¶
func (p *PayServiceCreatePayResult) IsSetSuccess() bool
func (*PayServiceCreatePayResult) Read ¶
func (p *PayServiceCreatePayResult) Read(iprot thrift.TProtocol) (err error)
func (*PayServiceCreatePayResult) ReadField0 ¶
func (p *PayServiceCreatePayResult) ReadField0(iprot thrift.TProtocol) error
func (*PayServiceCreatePayResult) SetSuccess ¶
func (p *PayServiceCreatePayResult) SetSuccess(x interface{})
func (*PayServiceCreatePayResult) String ¶
func (p *PayServiceCreatePayResult) String() string
type PayServicePayDetailArgs ¶
type PayServicePayDetailArgs struct {
Req *MallPayDetailRequest `thrift:"req,1" frugal:"1,default,MallPayDetailRequest" json:"req"`
}
func NewPayServicePayDetailArgs ¶
func NewPayServicePayDetailArgs() *PayServicePayDetailArgs
func (*PayServicePayDetailArgs) BLength ¶
func (p *PayServicePayDetailArgs) BLength() int
func (*PayServicePayDetailArgs) DeepEqual ¶
func (p *PayServicePayDetailArgs) DeepEqual(ano *PayServicePayDetailArgs) bool
func (*PayServicePayDetailArgs) FastRead ¶
func (p *PayServicePayDetailArgs) FastRead(buf []byte) (int, error)
func (*PayServicePayDetailArgs) FastReadField1 ¶
func (p *PayServicePayDetailArgs) FastReadField1(buf []byte) (int, error)
func (*PayServicePayDetailArgs) FastWrite ¶
func (p *PayServicePayDetailArgs) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayDetailArgs) FastWriteNocopy ¶
func (p *PayServicePayDetailArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayDetailArgs) Field1DeepEqual ¶
func (p *PayServicePayDetailArgs) Field1DeepEqual(src *MallPayDetailRequest) bool
func (*PayServicePayDetailArgs) GetFirstArgument ¶
func (p *PayServicePayDetailArgs) GetFirstArgument() interface{}
func (*PayServicePayDetailArgs) GetReq ¶
func (p *PayServicePayDetailArgs) GetReq() (v *MallPayDetailRequest)
func (*PayServicePayDetailArgs) InitDefault ¶
func (p *PayServicePayDetailArgs) InitDefault()
func (*PayServicePayDetailArgs) IsSetReq ¶
func (p *PayServicePayDetailArgs) IsSetReq() bool
func (*PayServicePayDetailArgs) Read ¶
func (p *PayServicePayDetailArgs) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayDetailArgs) ReadField1 ¶
func (p *PayServicePayDetailArgs) ReadField1(iprot thrift.TProtocol) error
func (*PayServicePayDetailArgs) SetReq ¶
func (p *PayServicePayDetailArgs) SetReq(val *MallPayDetailRequest)
func (*PayServicePayDetailArgs) String ¶
func (p *PayServicePayDetailArgs) String() string
type PayServicePayDetailResult ¶
type PayServicePayDetailResult struct {
Success *MallPayDetailResponse `thrift:"success,0,optional" frugal:"0,optional,MallPayDetailResponse" json:"success,omitempty"`
}
func NewPayServicePayDetailResult ¶
func NewPayServicePayDetailResult() *PayServicePayDetailResult
func (*PayServicePayDetailResult) BLength ¶
func (p *PayServicePayDetailResult) BLength() int
func (*PayServicePayDetailResult) DeepEqual ¶
func (p *PayServicePayDetailResult) DeepEqual(ano *PayServicePayDetailResult) bool
func (*PayServicePayDetailResult) FastRead ¶
func (p *PayServicePayDetailResult) FastRead(buf []byte) (int, error)
func (*PayServicePayDetailResult) FastReadField0 ¶
func (p *PayServicePayDetailResult) FastReadField0(buf []byte) (int, error)
func (*PayServicePayDetailResult) FastWrite ¶
func (p *PayServicePayDetailResult) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayDetailResult) FastWriteNocopy ¶
func (p *PayServicePayDetailResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayDetailResult) Field0DeepEqual ¶
func (p *PayServicePayDetailResult) Field0DeepEqual(src *MallPayDetailResponse) bool
func (*PayServicePayDetailResult) GetResult ¶
func (p *PayServicePayDetailResult) GetResult() interface{}
func (*PayServicePayDetailResult) GetSuccess ¶
func (p *PayServicePayDetailResult) GetSuccess() (v *MallPayDetailResponse)
func (*PayServicePayDetailResult) InitDefault ¶
func (p *PayServicePayDetailResult) InitDefault()
func (*PayServicePayDetailResult) IsSetSuccess ¶
func (p *PayServicePayDetailResult) IsSetSuccess() bool
func (*PayServicePayDetailResult) Read ¶
func (p *PayServicePayDetailResult) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayDetailResult) ReadField0 ¶
func (p *PayServicePayDetailResult) ReadField0(iprot thrift.TProtocol) error
func (*PayServicePayDetailResult) SetSuccess ¶
func (p *PayServicePayDetailResult) SetSuccess(x interface{})
func (*PayServicePayDetailResult) String ¶
func (p *PayServicePayDetailResult) String() string
type PayServicePayNotifyArgs ¶
type PayServicePayNotifyArgs struct {
Req *MallPayNotifyRequest `thrift:"req,1" frugal:"1,default,MallPayNotifyRequest" json:"req"`
}
func NewPayServicePayNotifyArgs ¶
func NewPayServicePayNotifyArgs() *PayServicePayNotifyArgs
func (*PayServicePayNotifyArgs) BLength ¶
func (p *PayServicePayNotifyArgs) BLength() int
func (*PayServicePayNotifyArgs) DeepEqual ¶
func (p *PayServicePayNotifyArgs) DeepEqual(ano *PayServicePayNotifyArgs) bool
func (*PayServicePayNotifyArgs) FastRead ¶
func (p *PayServicePayNotifyArgs) FastRead(buf []byte) (int, error)
func (*PayServicePayNotifyArgs) FastReadField1 ¶
func (p *PayServicePayNotifyArgs) FastReadField1(buf []byte) (int, error)
func (*PayServicePayNotifyArgs) FastWrite ¶
func (p *PayServicePayNotifyArgs) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayNotifyArgs) FastWriteNocopy ¶
func (p *PayServicePayNotifyArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayNotifyArgs) Field1DeepEqual ¶
func (p *PayServicePayNotifyArgs) Field1DeepEqual(src *MallPayNotifyRequest) bool
func (*PayServicePayNotifyArgs) GetFirstArgument ¶
func (p *PayServicePayNotifyArgs) GetFirstArgument() interface{}
func (*PayServicePayNotifyArgs) GetReq ¶
func (p *PayServicePayNotifyArgs) GetReq() (v *MallPayNotifyRequest)
func (*PayServicePayNotifyArgs) InitDefault ¶
func (p *PayServicePayNotifyArgs) InitDefault()
func (*PayServicePayNotifyArgs) IsSetReq ¶
func (p *PayServicePayNotifyArgs) IsSetReq() bool
func (*PayServicePayNotifyArgs) Read ¶
func (p *PayServicePayNotifyArgs) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayNotifyArgs) ReadField1 ¶
func (p *PayServicePayNotifyArgs) ReadField1(iprot thrift.TProtocol) error
func (*PayServicePayNotifyArgs) SetReq ¶
func (p *PayServicePayNotifyArgs) SetReq(val *MallPayNotifyRequest)
func (*PayServicePayNotifyArgs) String ¶
func (p *PayServicePayNotifyArgs) String() string
type PayServicePayNotifyResult ¶
type PayServicePayNotifyResult struct {
Success *MallPayNotifyResponse `thrift:"success,0,optional" frugal:"0,optional,MallPayNotifyResponse" json:"success,omitempty"`
}
func NewPayServicePayNotifyResult ¶
func NewPayServicePayNotifyResult() *PayServicePayNotifyResult
func (*PayServicePayNotifyResult) BLength ¶
func (p *PayServicePayNotifyResult) BLength() int
func (*PayServicePayNotifyResult) DeepEqual ¶
func (p *PayServicePayNotifyResult) DeepEqual(ano *PayServicePayNotifyResult) bool
func (*PayServicePayNotifyResult) FastRead ¶
func (p *PayServicePayNotifyResult) FastRead(buf []byte) (int, error)
func (*PayServicePayNotifyResult) FastReadField0 ¶
func (p *PayServicePayNotifyResult) FastReadField0(buf []byte) (int, error)
func (*PayServicePayNotifyResult) FastWrite ¶
func (p *PayServicePayNotifyResult) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayNotifyResult) FastWriteNocopy ¶
func (p *PayServicePayNotifyResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayNotifyResult) Field0DeepEqual ¶
func (p *PayServicePayNotifyResult) Field0DeepEqual(src *MallPayNotifyResponse) bool
func (*PayServicePayNotifyResult) GetResult ¶
func (p *PayServicePayNotifyResult) GetResult() interface{}
func (*PayServicePayNotifyResult) GetSuccess ¶
func (p *PayServicePayNotifyResult) GetSuccess() (v *MallPayNotifyResponse)
func (*PayServicePayNotifyResult) InitDefault ¶
func (p *PayServicePayNotifyResult) InitDefault()
func (*PayServicePayNotifyResult) IsSetSuccess ¶
func (p *PayServicePayNotifyResult) IsSetSuccess() bool
func (*PayServicePayNotifyResult) Read ¶
func (p *PayServicePayNotifyResult) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayNotifyResult) ReadField0 ¶
func (p *PayServicePayNotifyResult) ReadField0(iprot thrift.TProtocol) error
func (*PayServicePayNotifyResult) SetSuccess ¶
func (p *PayServicePayNotifyResult) SetSuccess(x interface{})
func (*PayServicePayNotifyResult) String ¶
func (p *PayServicePayNotifyResult) String() string
type PayServicePayReturnArgs ¶
type PayServicePayReturnArgs struct {
Req *MallPayReturnRequest `thrift:"req,1" frugal:"1,default,MallPayReturnRequest" json:"req"`
}
func NewPayServicePayReturnArgs ¶
func NewPayServicePayReturnArgs() *PayServicePayReturnArgs
func (*PayServicePayReturnArgs) BLength ¶
func (p *PayServicePayReturnArgs) BLength() int
func (*PayServicePayReturnArgs) DeepEqual ¶
func (p *PayServicePayReturnArgs) DeepEqual(ano *PayServicePayReturnArgs) bool
func (*PayServicePayReturnArgs) FastRead ¶
func (p *PayServicePayReturnArgs) FastRead(buf []byte) (int, error)
func (*PayServicePayReturnArgs) FastReadField1 ¶
func (p *PayServicePayReturnArgs) FastReadField1(buf []byte) (int, error)
func (*PayServicePayReturnArgs) FastWrite ¶
func (p *PayServicePayReturnArgs) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayReturnArgs) FastWriteNocopy ¶
func (p *PayServicePayReturnArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayReturnArgs) Field1DeepEqual ¶
func (p *PayServicePayReturnArgs) Field1DeepEqual(src *MallPayReturnRequest) bool
func (*PayServicePayReturnArgs) GetFirstArgument ¶
func (p *PayServicePayReturnArgs) GetFirstArgument() interface{}
func (*PayServicePayReturnArgs) GetReq ¶
func (p *PayServicePayReturnArgs) GetReq() (v *MallPayReturnRequest)
func (*PayServicePayReturnArgs) InitDefault ¶
func (p *PayServicePayReturnArgs) InitDefault()
func (*PayServicePayReturnArgs) IsSetReq ¶
func (p *PayServicePayReturnArgs) IsSetReq() bool
func (*PayServicePayReturnArgs) Read ¶
func (p *PayServicePayReturnArgs) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayReturnArgs) ReadField1 ¶
func (p *PayServicePayReturnArgs) ReadField1(iprot thrift.TProtocol) error
func (*PayServicePayReturnArgs) SetReq ¶
func (p *PayServicePayReturnArgs) SetReq(val *MallPayReturnRequest)
func (*PayServicePayReturnArgs) String ¶
func (p *PayServicePayReturnArgs) String() string
type PayServicePayReturnResult ¶
type PayServicePayReturnResult struct {
Success *MallPayReturnResponse `thrift:"success,0,optional" frugal:"0,optional,MallPayReturnResponse" json:"success,omitempty"`
}
func NewPayServicePayReturnResult ¶
func NewPayServicePayReturnResult() *PayServicePayReturnResult
func (*PayServicePayReturnResult) BLength ¶
func (p *PayServicePayReturnResult) BLength() int
func (*PayServicePayReturnResult) DeepEqual ¶
func (p *PayServicePayReturnResult) DeepEqual(ano *PayServicePayReturnResult) bool
func (*PayServicePayReturnResult) FastRead ¶
func (p *PayServicePayReturnResult) FastRead(buf []byte) (int, error)
func (*PayServicePayReturnResult) FastReadField0 ¶
func (p *PayServicePayReturnResult) FastReadField0(buf []byte) (int, error)
func (*PayServicePayReturnResult) FastWrite ¶
func (p *PayServicePayReturnResult) FastWrite(buf []byte) int
for compatibility
func (*PayServicePayReturnResult) FastWriteNocopy ¶
func (p *PayServicePayReturnResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
func (*PayServicePayReturnResult) Field0DeepEqual ¶
func (p *PayServicePayReturnResult) Field0DeepEqual(src *MallPayReturnResponse) bool
func (*PayServicePayReturnResult) GetResult ¶
func (p *PayServicePayReturnResult) GetResult() interface{}
func (*PayServicePayReturnResult) GetSuccess ¶
func (p *PayServicePayReturnResult) GetSuccess() (v *MallPayReturnResponse)
func (*PayServicePayReturnResult) InitDefault ¶
func (p *PayServicePayReturnResult) InitDefault()
func (*PayServicePayReturnResult) IsSetSuccess ¶
func (p *PayServicePayReturnResult) IsSetSuccess() bool
func (*PayServicePayReturnResult) Read ¶
func (p *PayServicePayReturnResult) Read(iprot thrift.TProtocol) (err error)
func (*PayServicePayReturnResult) ReadField0 ¶
func (p *PayServicePayReturnResult) ReadField0(iprot thrift.TProtocol) error
func (*PayServicePayReturnResult) SetSuccess ¶
func (p *PayServicePayReturnResult) SetSuccess(x interface{})
func (*PayServicePayReturnResult) String ¶
func (p *PayServicePayReturnResult) String() string
type PayServiceProcessor ¶
type PayServiceProcessor struct {
// contains filtered or unexported fields
}
func NewPayServiceProcessor ¶
func NewPayServiceProcessor(handler PayService) *PayServiceProcessor
func (*PayServiceProcessor) AddToProcessorMap ¶
func (p *PayServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
func (*PayServiceProcessor) GetProcessorFunction ¶
func (p *PayServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
func (*PayServiceProcessor) Process ¶
func (p *PayServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
func (*PayServiceProcessor) ProcessorMap ¶
func (p *PayServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
Click to show internal directories.
Click to hide internal directories.