Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostS3Persistent ¶
type PostS3Persistent interface {
UploadContent(ctx context.Context, input *UploadContentInput) (*UploadContentOutput, error)
}
func NewPostS3Persistent ¶
func NewPostS3Persistent(s3client postS3PersistentS3) PostS3Persistent
type UploadContentInput ¶
type UploadContentOutput ¶
type UploadContentOutput struct {
Key string
}
Click to show internal directories.
Click to hide internal directories.