blob

package
v0.2.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CreateBlobResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var GetBlobURLResponse_BaseResp_DEFAULT *base.BaseResponse
View Source
var KitexUnusedProtection = struct{}{}

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

Functions

This section is empty.

Types

type BlobService

type BlobService interface {
	CreateBlob(ctx context.Context, req *CreateBlobRequest) (r *CreateBlobResponse, err error)

	GetBlobURL(ctx context.Context, req *GetBlobURLRequest) (r *GetBlobURLResponse, err error)
}

type BlobServiceClient

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

func NewBlobServiceClient

func NewBlobServiceClient(c thrift.TClient) *BlobServiceClient

func NewBlobServiceClientProtocol

func NewBlobServiceClientProtocol(t thrift.TTransport, iprot thrift.TProtocol, oprot thrift.TProtocol) *BlobServiceClient

func (*BlobServiceClient) Client_

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

func (*BlobServiceClient) CreateBlob

func (p *BlobServiceClient) CreateBlob(ctx context.Context, req *CreateBlobRequest) (r *CreateBlobResponse, err error)

func (*BlobServiceClient) GetBlobURL

func (p *BlobServiceClient) GetBlobURL(ctx context.Context, req *GetBlobURLRequest) (r *GetBlobURLResponse, err error)

type BlobServiceCreateBlobArgs

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

func NewBlobServiceCreateBlobArgs

func NewBlobServiceCreateBlobArgs() *BlobServiceCreateBlobArgs

func (*BlobServiceCreateBlobArgs) BLength

func (p *BlobServiceCreateBlobArgs) BLength() int

func (*BlobServiceCreateBlobArgs) DeepEqual

func (*BlobServiceCreateBlobArgs) FastRead

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

func (*BlobServiceCreateBlobArgs) FastReadField1

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

func (*BlobServiceCreateBlobArgs) FastWrite

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

for compatibility

func (*BlobServiceCreateBlobArgs) FastWriteNocopy

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

func (*BlobServiceCreateBlobArgs) Field1DeepEqual

func (p *BlobServiceCreateBlobArgs) Field1DeepEqual(src *CreateBlobRequest) bool

func (*BlobServiceCreateBlobArgs) GetFirstArgument

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

func (*BlobServiceCreateBlobArgs) GetReq

func (*BlobServiceCreateBlobArgs) InitDefault

func (p *BlobServiceCreateBlobArgs) InitDefault()

func (*BlobServiceCreateBlobArgs) IsSetReq

func (p *BlobServiceCreateBlobArgs) IsSetReq() bool

func (*BlobServiceCreateBlobArgs) Read

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

func (*BlobServiceCreateBlobArgs) ReadField1

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

func (*BlobServiceCreateBlobArgs) SetReq

func (*BlobServiceCreateBlobArgs) String

func (p *BlobServiceCreateBlobArgs) String() string

func (*BlobServiceCreateBlobArgs) Write

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

type BlobServiceCreateBlobResult

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

func NewBlobServiceCreateBlobResult

func NewBlobServiceCreateBlobResult() *BlobServiceCreateBlobResult

func (*BlobServiceCreateBlobResult) BLength

func (p *BlobServiceCreateBlobResult) BLength() int

func (*BlobServiceCreateBlobResult) DeepEqual

func (*BlobServiceCreateBlobResult) FastRead

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

func (*BlobServiceCreateBlobResult) FastReadField0

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

func (*BlobServiceCreateBlobResult) FastWrite

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

for compatibility

func (*BlobServiceCreateBlobResult) FastWriteNocopy

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

func (*BlobServiceCreateBlobResult) Field0DeepEqual

func (p *BlobServiceCreateBlobResult) Field0DeepEqual(src *CreateBlobResponse) bool

func (*BlobServiceCreateBlobResult) GetResult

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

func (*BlobServiceCreateBlobResult) GetSuccess

func (p *BlobServiceCreateBlobResult) GetSuccess() (v *CreateBlobResponse)

func (*BlobServiceCreateBlobResult) InitDefault

func (p *BlobServiceCreateBlobResult) InitDefault()

func (*BlobServiceCreateBlobResult) IsSetSuccess

func (p *BlobServiceCreateBlobResult) IsSetSuccess() bool

func (*BlobServiceCreateBlobResult) Read

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

func (*BlobServiceCreateBlobResult) ReadField0

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

func (*BlobServiceCreateBlobResult) SetSuccess

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

func (*BlobServiceCreateBlobResult) String

func (p *BlobServiceCreateBlobResult) String() string

func (*BlobServiceCreateBlobResult) Write

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

type BlobServiceGetBlobURLArgs

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

func NewBlobServiceGetBlobURLArgs

func NewBlobServiceGetBlobURLArgs() *BlobServiceGetBlobURLArgs

func (*BlobServiceGetBlobURLArgs) BLength

func (p *BlobServiceGetBlobURLArgs) BLength() int

func (*BlobServiceGetBlobURLArgs) DeepEqual

func (*BlobServiceGetBlobURLArgs) FastRead

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

func (*BlobServiceGetBlobURLArgs) FastReadField1

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

func (*BlobServiceGetBlobURLArgs) FastWrite

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

for compatibility

func (*BlobServiceGetBlobURLArgs) FastWriteNocopy

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

func (*BlobServiceGetBlobURLArgs) Field1DeepEqual

func (p *BlobServiceGetBlobURLArgs) Field1DeepEqual(src *GetBlobURLRequest) bool

func (*BlobServiceGetBlobURLArgs) GetFirstArgument

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

func (*BlobServiceGetBlobURLArgs) GetReq

func (*BlobServiceGetBlobURLArgs) InitDefault

func (p *BlobServiceGetBlobURLArgs) InitDefault()

func (*BlobServiceGetBlobURLArgs) IsSetReq

func (p *BlobServiceGetBlobURLArgs) IsSetReq() bool

func (*BlobServiceGetBlobURLArgs) Read

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

func (*BlobServiceGetBlobURLArgs) ReadField1

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

func (*BlobServiceGetBlobURLArgs) SetReq

func (*BlobServiceGetBlobURLArgs) String

func (p *BlobServiceGetBlobURLArgs) String() string

func (*BlobServiceGetBlobURLArgs) Write

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

type BlobServiceGetBlobURLResult

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

func NewBlobServiceGetBlobURLResult

func NewBlobServiceGetBlobURLResult() *BlobServiceGetBlobURLResult

func (*BlobServiceGetBlobURLResult) BLength

func (p *BlobServiceGetBlobURLResult) BLength() int

func (*BlobServiceGetBlobURLResult) DeepEqual

func (*BlobServiceGetBlobURLResult) FastRead

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

func (*BlobServiceGetBlobURLResult) FastReadField0

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

func (*BlobServiceGetBlobURLResult) FastWrite

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

for compatibility

func (*BlobServiceGetBlobURLResult) FastWriteNocopy

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

func (*BlobServiceGetBlobURLResult) Field0DeepEqual

func (p *BlobServiceGetBlobURLResult) Field0DeepEqual(src *GetBlobURLResponse) bool

func (*BlobServiceGetBlobURLResult) GetResult

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

func (*BlobServiceGetBlobURLResult) GetSuccess

func (p *BlobServiceGetBlobURLResult) GetSuccess() (v *GetBlobURLResponse)

func (*BlobServiceGetBlobURLResult) InitDefault

func (p *BlobServiceGetBlobURLResult) InitDefault()

func (*BlobServiceGetBlobURLResult) IsSetSuccess

func (p *BlobServiceGetBlobURLResult) IsSetSuccess() bool

func (*BlobServiceGetBlobURLResult) Read

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

func (*BlobServiceGetBlobURLResult) ReadField0

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

func (*BlobServiceGetBlobURLResult) SetSuccess

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

func (*BlobServiceGetBlobURLResult) String

func (p *BlobServiceGetBlobURLResult) String() string

func (*BlobServiceGetBlobURLResult) Write

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

type BlobServiceProcessor

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

func NewBlobServiceProcessor

func NewBlobServiceProcessor(handler BlobService) *BlobServiceProcessor

func (*BlobServiceProcessor) AddToProcessorMap

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

func (*BlobServiceProcessor) GetProcessorFunction

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

func (*BlobServiceProcessor) Process

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

func (*BlobServiceProcessor) ProcessorMap

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

type CreateBlobRequest

type CreateBlobRequest struct {
	AccountId           string `thrift:"account_id,1" frugal:"1,default,string" json:"account_id"`
	UploadUrlTimeoutSec int32  `thrift:"upload_url_timeout_sec,2" frugal:"2,default,i32" json:"upload_url_timeout_sec"`
}
var BlobServiceCreateBlobArgs_Req_DEFAULT *CreateBlobRequest

func NewCreateBlobRequest

func NewCreateBlobRequest() *CreateBlobRequest

func (*CreateBlobRequest) BLength

func (p *CreateBlobRequest) BLength() int

func (*CreateBlobRequest) DeepEqual

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

func (*CreateBlobRequest) FastRead

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

func (*CreateBlobRequest) FastReadField1

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

func (*CreateBlobRequest) FastReadField2

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

func (*CreateBlobRequest) FastWrite

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

for compatibility

func (*CreateBlobRequest) FastWriteNocopy

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

func (*CreateBlobRequest) Field1DeepEqual

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

func (*CreateBlobRequest) Field2DeepEqual

func (p *CreateBlobRequest) Field2DeepEqual(src int32) bool

func (*CreateBlobRequest) GetAccountId

func (p *CreateBlobRequest) GetAccountId() (v string)

func (*CreateBlobRequest) GetUploadUrlTimeoutSec

func (p *CreateBlobRequest) GetUploadUrlTimeoutSec() (v int32)

func (*CreateBlobRequest) InitDefault

func (p *CreateBlobRequest) InitDefault()

func (*CreateBlobRequest) Read

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

func (*CreateBlobRequest) ReadField1

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

func (*CreateBlobRequest) ReadField2

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

func (*CreateBlobRequest) SetAccountId

func (p *CreateBlobRequest) SetAccountId(val string)

func (*CreateBlobRequest) SetUploadUrlTimeoutSec

func (p *CreateBlobRequest) SetUploadUrlTimeoutSec(val int32)

func (*CreateBlobRequest) String

func (p *CreateBlobRequest) String() string

func (*CreateBlobRequest) Write

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

type CreateBlobResponse

type CreateBlobResponse struct {
	BaseResp  *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Id        string             `thrift:"id,2" frugal:"2,default,string" json:"id"`
	UploadUrl string             `thrift:"upload_url,3" frugal:"3,default,string" json:"upload_url"`
}
var BlobServiceCreateBlobResult_Success_DEFAULT *CreateBlobResponse

func NewCreateBlobResponse

func NewCreateBlobResponse() *CreateBlobResponse

func (*CreateBlobResponse) BLength

func (p *CreateBlobResponse) BLength() int

func (*CreateBlobResponse) DeepEqual

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

func (*CreateBlobResponse) FastRead

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

func (*CreateBlobResponse) FastReadField1

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

func (*CreateBlobResponse) FastReadField2

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

func (*CreateBlobResponse) FastReadField3

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

func (*CreateBlobResponse) FastWrite

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

for compatibility

func (*CreateBlobResponse) FastWriteNocopy

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

func (*CreateBlobResponse) Field1DeepEqual

func (p *CreateBlobResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*CreateBlobResponse) Field2DeepEqual

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

func (*CreateBlobResponse) Field3DeepEqual

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

func (*CreateBlobResponse) GetBaseResp

func (p *CreateBlobResponse) GetBaseResp() (v *base.BaseResponse)

func (*CreateBlobResponse) GetId

func (p *CreateBlobResponse) GetId() (v string)

func (*CreateBlobResponse) GetUploadUrl

func (p *CreateBlobResponse) GetUploadUrl() (v string)

func (*CreateBlobResponse) InitDefault

func (p *CreateBlobResponse) InitDefault()

func (*CreateBlobResponse) IsSetBaseResp

func (p *CreateBlobResponse) IsSetBaseResp() bool

func (*CreateBlobResponse) Read

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

func (*CreateBlobResponse) ReadField1

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

func (*CreateBlobResponse) ReadField2

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

func (*CreateBlobResponse) ReadField3

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

func (*CreateBlobResponse) SetBaseResp

func (p *CreateBlobResponse) SetBaseResp(val *base.BaseResponse)

func (*CreateBlobResponse) SetId

func (p *CreateBlobResponse) SetId(val string)

func (*CreateBlobResponse) SetUploadUrl

func (p *CreateBlobResponse) SetUploadUrl(val string)

func (*CreateBlobResponse) String

func (p *CreateBlobResponse) String() string

func (*CreateBlobResponse) Write

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

type GetBlobURLRequest

type GetBlobURLRequest struct {
	Id         string `thrift:"id,1" frugal:"1,default,string" json:"id"`
	TimeoutSec int32  `thrift:"timeout_sec,2" frugal:"2,default,i32" json:"timeout_sec"`
}
var BlobServiceGetBlobURLArgs_Req_DEFAULT *GetBlobURLRequest

func NewGetBlobURLRequest

func NewGetBlobURLRequest() *GetBlobURLRequest

func (*GetBlobURLRequest) BLength

func (p *GetBlobURLRequest) BLength() int

func (*GetBlobURLRequest) DeepEqual

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

func (*GetBlobURLRequest) FastRead

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

func (*GetBlobURLRequest) FastReadField1

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

func (*GetBlobURLRequest) FastReadField2

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

func (*GetBlobURLRequest) FastWrite

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

for compatibility

func (*GetBlobURLRequest) FastWriteNocopy

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

func (*GetBlobURLRequest) Field1DeepEqual

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

func (*GetBlobURLRequest) Field2DeepEqual

func (p *GetBlobURLRequest) Field2DeepEqual(src int32) bool

func (*GetBlobURLRequest) GetId

func (p *GetBlobURLRequest) GetId() (v string)

func (*GetBlobURLRequest) GetTimeoutSec

func (p *GetBlobURLRequest) GetTimeoutSec() (v int32)

func (*GetBlobURLRequest) InitDefault

func (p *GetBlobURLRequest) InitDefault()

func (*GetBlobURLRequest) Read

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

func (*GetBlobURLRequest) ReadField1

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

func (*GetBlobURLRequest) ReadField2

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

func (*GetBlobURLRequest) SetId

func (p *GetBlobURLRequest) SetId(val string)

func (*GetBlobURLRequest) SetTimeoutSec

func (p *GetBlobURLRequest) SetTimeoutSec(val int32)

func (*GetBlobURLRequest) String

func (p *GetBlobURLRequest) String() string

func (*GetBlobURLRequest) Write

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

type GetBlobURLResponse

type GetBlobURLResponse struct {
	BaseResp *base.BaseResponse `thrift:"base_resp,1" frugal:"1,default,base.BaseResponse" json:"base_resp"`
	Url      string             `thrift:"url,2" frugal:"2,default,string" json:"url"`
}
var BlobServiceGetBlobURLResult_Success_DEFAULT *GetBlobURLResponse

func NewGetBlobURLResponse

func NewGetBlobURLResponse() *GetBlobURLResponse

func (*GetBlobURLResponse) BLength

func (p *GetBlobURLResponse) BLength() int

func (*GetBlobURLResponse) DeepEqual

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

func (*GetBlobURLResponse) FastRead

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

func (*GetBlobURLResponse) FastReadField1

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

func (*GetBlobURLResponse) FastReadField2

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

func (*GetBlobURLResponse) FastWrite

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

for compatibility

func (*GetBlobURLResponse) FastWriteNocopy

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

func (*GetBlobURLResponse) Field1DeepEqual

func (p *GetBlobURLResponse) Field1DeepEqual(src *base.BaseResponse) bool

func (*GetBlobURLResponse) Field2DeepEqual

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

func (*GetBlobURLResponse) GetBaseResp

func (p *GetBlobURLResponse) GetBaseResp() (v *base.BaseResponse)

func (*GetBlobURLResponse) GetUrl

func (p *GetBlobURLResponse) GetUrl() (v string)

func (*GetBlobURLResponse) InitDefault

func (p *GetBlobURLResponse) InitDefault()

func (*GetBlobURLResponse) IsSetBaseResp

func (p *GetBlobURLResponse) IsSetBaseResp() bool

func (*GetBlobURLResponse) Read

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

func (*GetBlobURLResponse) ReadField1

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

func (*GetBlobURLResponse) ReadField2

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

func (*GetBlobURLResponse) SetBaseResp

func (p *GetBlobURLResponse) SetBaseResp(val *base.BaseResponse)

func (*GetBlobURLResponse) SetUrl

func (p *GetBlobURLResponse) SetUrl(val string)

func (*GetBlobURLResponse) String

func (p *GetBlobURLResponse) String() string

func (*GetBlobURLResponse) Write

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

Directories

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

Jump to

Keyboard shortcuts

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