Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶
type Resource struct {
// contains filtered or unexported fields
}
Resource is the structure that can be just to call composite batch APIs.
func NewResource ¶
func NewResource(session session.ServiceFormatter) (*Resource, error)
NewResource creates a new resourse with the session. If the session is nil an error will be returned.
type Subrequester ¶
type Subrequester interface { URL() string Method() string BinaryPartName() string BinaryPartNameAlias() string RichInput() map[string]interface{} }
Subrequester provides the composite batch API requests.
Click to show internal directories.
Click to hide internal directories.