Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { S3 S3Uploader Dynamo DynamoWrapper }
type DynamoWrapper ¶
type DynamoWrapper interface { PutItem(input *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error) GetItem(input *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error) }
type S3Uploader ¶
type S3Uploader interface {
Upload(input *s3manager.UploadInput, options ...func(*s3manager.Uploader)) (*s3manager.UploadOutput, error)
}
Click to show internal directories.
Click to hide internal directories.