Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseBuilder ¶
type BaseBuilder struct {
// contains filtered or unexported fields
}
BaseBuilder is the base builder for all services.
func (*BaseBuilder) BuildHTTPRequest ¶
BuildHTTPRequest builds http request with an operation and an input.
type QingStorBuilder ¶
type QingStorBuilder struct {
// contains filtered or unexported fields
}
QingStorBuilder is the request builder for QingStor service.
func (*QingStorBuilder) BuildHTTPRequest ¶
func (qb *QingStorBuilder) BuildHTTPRequest(o *data.Operation, i *reflect.Value) (*http.Request, error)
BuildHTTPRequest builds http request with an operation and an input.
Click to show internal directories.
Click to hide internal directories.