Documentation ¶
Index ¶
- Variables
- type Dynamo
- func (d *Dynamo) Cleanup() error
- func (d *Dynamo) ClearWork() error
- func (d *Dynamo) GetWork() (io.Reader, error)
- func (d *Dynamo) HandleFailure() error
- func (d *Dynamo) Init() error
- func (d *Dynamo) LoadEnv(prefix string) error
- func (d *Dynamo) LoadFlags() error
- func (d *Dynamo) LogIdentity() error
- type S3
- type S3Op
- type S3Operation
- type SQS
- type STSSession
Constants ¶
This section is empty.
Variables ¶
View Source
var ( S3OperationRM = S3Operation("rm") S3OperationMV = S3Operation("mv") )
Functions ¶
This section is empty.
Types ¶
type Dynamo ¶
type Dynamo struct { Client *dynamodb.DynamoDB Table string Region string RetrieveField *string Limit *int64 NextToken *string IncludeNextToken bool RoleARN string RetrieveQuery *string ClearQuery *string FailQuery *string // contains filtered or unexported fields }
func (*Dynamo) HandleFailure ¶
func (*Dynamo) LogIdentity ¶ added in v0.0.27
type S3 ¶ added in v0.0.22
type S3 struct { Client *s3.S3 Bucket string Key string KeyRegex string KeyPrefix string Region string RoleARN string ClearOp *S3Op FailOp *S3Op // contains filtered or unexported fields }
func (*S3) HandleFailure ¶ added in v0.0.22
func (*S3) LogIdentity ¶ added in v0.0.27
type S3Op ¶ added in v0.0.22
type S3Op struct { Operation S3Operation Bucket string Key string KeyTemplate string }
type S3Operation ¶ added in v0.0.22
type S3Operation string
Click to show internal directories.
Click to hide internal directories.