Documentation ¶
Index ¶
- Variables
- type BlobService
- type BlobServiceClient
- type BlobServiceCreateBlobArgs
- func (p *BlobServiceCreateBlobArgs) BLength() int
- func (p *BlobServiceCreateBlobArgs) DeepEqual(ano *BlobServiceCreateBlobArgs) bool
- func (p *BlobServiceCreateBlobArgs) FastRead(buf []byte) (int, error)
- func (p *BlobServiceCreateBlobArgs) FastReadField1(buf []byte) (int, error)
- func (p *BlobServiceCreateBlobArgs) FastWrite(buf []byte) int
- func (p *BlobServiceCreateBlobArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *BlobServiceCreateBlobArgs) Field1DeepEqual(src *CreateBlobRequest) bool
- func (p *BlobServiceCreateBlobArgs) GetFirstArgument() interface{}
- func (p *BlobServiceCreateBlobArgs) GetReq() (v *CreateBlobRequest)
- func (p *BlobServiceCreateBlobArgs) InitDefault()
- func (p *BlobServiceCreateBlobArgs) IsSetReq() bool
- func (p *BlobServiceCreateBlobArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *BlobServiceCreateBlobArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *BlobServiceCreateBlobArgs) SetReq(val *CreateBlobRequest)
- func (p *BlobServiceCreateBlobArgs) String() string
- func (p *BlobServiceCreateBlobArgs) Write(oprot thrift.TProtocol) (err error)
- type BlobServiceCreateBlobResult
- func (p *BlobServiceCreateBlobResult) BLength() int
- func (p *BlobServiceCreateBlobResult) DeepEqual(ano *BlobServiceCreateBlobResult) bool
- func (p *BlobServiceCreateBlobResult) FastRead(buf []byte) (int, error)
- func (p *BlobServiceCreateBlobResult) FastReadField0(buf []byte) (int, error)
- func (p *BlobServiceCreateBlobResult) FastWrite(buf []byte) int
- func (p *BlobServiceCreateBlobResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *BlobServiceCreateBlobResult) Field0DeepEqual(src *CreateBlobResponse) bool
- func (p *BlobServiceCreateBlobResult) GetResult() interface{}
- func (p *BlobServiceCreateBlobResult) GetSuccess() (v *CreateBlobResponse)
- func (p *BlobServiceCreateBlobResult) InitDefault()
- func (p *BlobServiceCreateBlobResult) IsSetSuccess() bool
- func (p *BlobServiceCreateBlobResult) Read(iprot thrift.TProtocol) (err error)
- func (p *BlobServiceCreateBlobResult) ReadField0(iprot thrift.TProtocol) error
- func (p *BlobServiceCreateBlobResult) SetSuccess(x interface{})
- func (p *BlobServiceCreateBlobResult) String() string
- func (p *BlobServiceCreateBlobResult) Write(oprot thrift.TProtocol) (err error)
- type BlobServiceGetBlobURLArgs
- func (p *BlobServiceGetBlobURLArgs) BLength() int
- func (p *BlobServiceGetBlobURLArgs) DeepEqual(ano *BlobServiceGetBlobURLArgs) bool
- func (p *BlobServiceGetBlobURLArgs) FastRead(buf []byte) (int, error)
- func (p *BlobServiceGetBlobURLArgs) FastReadField1(buf []byte) (int, error)
- func (p *BlobServiceGetBlobURLArgs) FastWrite(buf []byte) int
- func (p *BlobServiceGetBlobURLArgs) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *BlobServiceGetBlobURLArgs) Field1DeepEqual(src *GetBlobURLRequest) bool
- func (p *BlobServiceGetBlobURLArgs) GetFirstArgument() interface{}
- func (p *BlobServiceGetBlobURLArgs) GetReq() (v *GetBlobURLRequest)
- func (p *BlobServiceGetBlobURLArgs) InitDefault()
- func (p *BlobServiceGetBlobURLArgs) IsSetReq() bool
- func (p *BlobServiceGetBlobURLArgs) Read(iprot thrift.TProtocol) (err error)
- func (p *BlobServiceGetBlobURLArgs) ReadField1(iprot thrift.TProtocol) error
- func (p *BlobServiceGetBlobURLArgs) SetReq(val *GetBlobURLRequest)
- func (p *BlobServiceGetBlobURLArgs) String() string
- func (p *BlobServiceGetBlobURLArgs) Write(oprot thrift.TProtocol) (err error)
- type BlobServiceGetBlobURLResult
- func (p *BlobServiceGetBlobURLResult) BLength() int
- func (p *BlobServiceGetBlobURLResult) DeepEqual(ano *BlobServiceGetBlobURLResult) bool
- func (p *BlobServiceGetBlobURLResult) FastRead(buf []byte) (int, error)
- func (p *BlobServiceGetBlobURLResult) FastReadField0(buf []byte) (int, error)
- func (p *BlobServiceGetBlobURLResult) FastWrite(buf []byte) int
- func (p *BlobServiceGetBlobURLResult) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *BlobServiceGetBlobURLResult) Field0DeepEqual(src *GetBlobURLResponse) bool
- func (p *BlobServiceGetBlobURLResult) GetResult() interface{}
- func (p *BlobServiceGetBlobURLResult) GetSuccess() (v *GetBlobURLResponse)
- func (p *BlobServiceGetBlobURLResult) InitDefault()
- func (p *BlobServiceGetBlobURLResult) IsSetSuccess() bool
- func (p *BlobServiceGetBlobURLResult) Read(iprot thrift.TProtocol) (err error)
- func (p *BlobServiceGetBlobURLResult) ReadField0(iprot thrift.TProtocol) error
- func (p *BlobServiceGetBlobURLResult) SetSuccess(x interface{})
- func (p *BlobServiceGetBlobURLResult) String() string
- func (p *BlobServiceGetBlobURLResult) Write(oprot thrift.TProtocol) (err error)
- type BlobServiceProcessor
- func (p *BlobServiceProcessor) AddToProcessorMap(key string, processor thrift.TProcessorFunction)
- func (p *BlobServiceProcessor) GetProcessorFunction(key string) (processor thrift.TProcessorFunction, ok bool)
- func (p *BlobServiceProcessor) Process(ctx context.Context, iprot, oprot thrift.TProtocol) (success bool, err thrift.TException)
- func (p *BlobServiceProcessor) ProcessorMap() map[string]thrift.TProcessorFunction
- type CreateBlobRequest
- func (p *CreateBlobRequest) BLength() int
- func (p *CreateBlobRequest) DeepEqual(ano *CreateBlobRequest) bool
- func (p *CreateBlobRequest) FastRead(buf []byte) (int, error)
- func (p *CreateBlobRequest) FastReadField1(buf []byte) (int, error)
- func (p *CreateBlobRequest) FastReadField2(buf []byte) (int, error)
- func (p *CreateBlobRequest) FastWrite(buf []byte) int
- func (p *CreateBlobRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CreateBlobRequest) Field1DeepEqual(src string) bool
- func (p *CreateBlobRequest) Field2DeepEqual(src int32) bool
- func (p *CreateBlobRequest) GetAccountId() (v string)
- func (p *CreateBlobRequest) GetUploadUrlTimeoutSec() (v int32)
- func (p *CreateBlobRequest) InitDefault()
- func (p *CreateBlobRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *CreateBlobRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *CreateBlobRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *CreateBlobRequest) SetAccountId(val string)
- func (p *CreateBlobRequest) SetUploadUrlTimeoutSec(val int32)
- func (p *CreateBlobRequest) String() string
- func (p *CreateBlobRequest) Write(oprot thrift.TProtocol) (err error)
- type CreateBlobResponse
- func (p *CreateBlobResponse) BLength() int
- func (p *CreateBlobResponse) DeepEqual(ano *CreateBlobResponse) bool
- func (p *CreateBlobResponse) FastRead(buf []byte) (int, error)
- func (p *CreateBlobResponse) FastReadField1(buf []byte) (int, error)
- func (p *CreateBlobResponse) FastReadField2(buf []byte) (int, error)
- func (p *CreateBlobResponse) FastReadField3(buf []byte) (int, error)
- func (p *CreateBlobResponse) FastWrite(buf []byte) int
- func (p *CreateBlobResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *CreateBlobResponse) Field1DeepEqual(src *base.BaseResponse) bool
- func (p *CreateBlobResponse) Field2DeepEqual(src string) bool
- func (p *CreateBlobResponse) Field3DeepEqual(src string) bool
- func (p *CreateBlobResponse) GetBaseResp() (v *base.BaseResponse)
- func (p *CreateBlobResponse) GetId() (v string)
- func (p *CreateBlobResponse) GetUploadUrl() (v string)
- func (p *CreateBlobResponse) InitDefault()
- func (p *CreateBlobResponse) IsSetBaseResp() bool
- func (p *CreateBlobResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *CreateBlobResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *CreateBlobResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *CreateBlobResponse) ReadField3(iprot thrift.TProtocol) error
- func (p *CreateBlobResponse) SetBaseResp(val *base.BaseResponse)
- func (p *CreateBlobResponse) SetId(val string)
- func (p *CreateBlobResponse) SetUploadUrl(val string)
- func (p *CreateBlobResponse) String() string
- func (p *CreateBlobResponse) Write(oprot thrift.TProtocol) (err error)
- type GetBlobURLRequest
- func (p *GetBlobURLRequest) BLength() int
- func (p *GetBlobURLRequest) DeepEqual(ano *GetBlobURLRequest) bool
- func (p *GetBlobURLRequest) FastRead(buf []byte) (int, error)
- func (p *GetBlobURLRequest) FastReadField1(buf []byte) (int, error)
- func (p *GetBlobURLRequest) FastReadField2(buf []byte) (int, error)
- func (p *GetBlobURLRequest) FastWrite(buf []byte) int
- func (p *GetBlobURLRequest) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *GetBlobURLRequest) Field1DeepEqual(src string) bool
- func (p *GetBlobURLRequest) Field2DeepEqual(src int32) bool
- func (p *GetBlobURLRequest) GetId() (v string)
- func (p *GetBlobURLRequest) GetTimeoutSec() (v int32)
- func (p *GetBlobURLRequest) InitDefault()
- func (p *GetBlobURLRequest) Read(iprot thrift.TProtocol) (err error)
- func (p *GetBlobURLRequest) ReadField1(iprot thrift.TProtocol) error
- func (p *GetBlobURLRequest) ReadField2(iprot thrift.TProtocol) error
- func (p *GetBlobURLRequest) SetId(val string)
- func (p *GetBlobURLRequest) SetTimeoutSec(val int32)
- func (p *GetBlobURLRequest) String() string
- func (p *GetBlobURLRequest) Write(oprot thrift.TProtocol) (err error)
- type GetBlobURLResponse
- func (p *GetBlobURLResponse) BLength() int
- func (p *GetBlobURLResponse) DeepEqual(ano *GetBlobURLResponse) bool
- func (p *GetBlobURLResponse) FastRead(buf []byte) (int, error)
- func (p *GetBlobURLResponse) FastReadField1(buf []byte) (int, error)
- func (p *GetBlobURLResponse) FastReadField2(buf []byte) (int, error)
- func (p *GetBlobURLResponse) FastWrite(buf []byte) int
- func (p *GetBlobURLResponse) FastWriteNocopy(buf []byte, binaryWriter bthrift.BinaryWriter) int
- func (p *GetBlobURLResponse) Field1DeepEqual(src *base.BaseResponse) bool
- func (p *GetBlobURLResponse) Field2DeepEqual(src string) bool
- func (p *GetBlobURLResponse) GetBaseResp() (v *base.BaseResponse)
- func (p *GetBlobURLResponse) GetUrl() (v string)
- func (p *GetBlobURLResponse) InitDefault()
- func (p *GetBlobURLResponse) IsSetBaseResp() bool
- func (p *GetBlobURLResponse) Read(iprot thrift.TProtocol) (err error)
- func (p *GetBlobURLResponse) ReadField1(iprot thrift.TProtocol) error
- func (p *GetBlobURLResponse) ReadField2(iprot thrift.TProtocol) error
- func (p *GetBlobURLResponse) SetBaseResp(val *base.BaseResponse)
- func (p *GetBlobURLResponse) SetUrl(val string)
- func (p *GetBlobURLResponse) String() string
- func (p *GetBlobURLResponse) Write(oprot thrift.TProtocol) (err error)
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 NewBlobServiceClientFactory ¶
func NewBlobServiceClientFactory(t thrift.TTransport, f thrift.TProtocolFactory) *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 (p *BlobServiceCreateBlobArgs) DeepEqual(ano *BlobServiceCreateBlobArgs) bool
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 (p *BlobServiceCreateBlobArgs) GetReq() (v *CreateBlobRequest)
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 (p *BlobServiceCreateBlobArgs) SetReq(val *CreateBlobRequest)
func (*BlobServiceCreateBlobArgs) String ¶
func (p *BlobServiceCreateBlobArgs) String() string
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 (p *BlobServiceCreateBlobResult) DeepEqual(ano *BlobServiceCreateBlobResult) bool
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
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 (p *BlobServiceGetBlobURLArgs) DeepEqual(ano *BlobServiceGetBlobURLArgs) bool
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 (p *BlobServiceGetBlobURLArgs) GetReq() (v *GetBlobURLRequest)
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 (p *BlobServiceGetBlobURLArgs) SetReq(val *GetBlobURLRequest)
func (*BlobServiceGetBlobURLArgs) String ¶
func (p *BlobServiceGetBlobURLArgs) String() string
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 (p *BlobServiceGetBlobURLResult) DeepEqual(ano *BlobServiceGetBlobURLResult) bool
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
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) 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
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
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) 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
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
Click to show internal directories.
Click to hide internal directories.