Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingPath = errors.New("missing path in request")
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
func NewCommand ¶
func NewCommand(s3client s3resource.S3Client) *Command
type Request ¶
type Request struct {
Source s3resource.Source `json:"source"`
Version s3resource.Version `json:"version"`
Params Params `json:"params"`
}
type RequestURLProvider ¶
type RequestURLProvider struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.