Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseUnpacker ¶
type BaseUnpacker struct {
// contains filtered or unexported fields
}
BaseUnpacker is the base unpacker for all services.
func (*BaseUnpacker) UnpackHTTPRequest ¶
func (b *BaseUnpacker) UnpackHTTPRequest(o *data.Operation, r *http.Response, x *reflect.Value) error
UnpackHTTPRequest unpacks http response with an operation and an output.
type QingStorUnpacker ¶
type QingStorUnpacker struct {
// contains filtered or unexported fields
}
QingStorUnpacker is the response unpacker for QingStor service.
func (*QingStorUnpacker) UnpackHTTPRequest ¶
func (qu *QingStorUnpacker) UnpackHTTPRequest(o *data.Operation, r *http.Response, x *reflect.Value) error
UnpackHTTPRequest unpack the http response with an operation, http response and an output.
Click to show internal directories.
Click to hide internal directories.