runner

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DynamoDB

type DynamoDB struct {
	// contains filtered or unexported fields
}

DynamoDB provides dynamodb operation from cloudformation settings

func NewDynamoDB

NewDynamoDB returns DynamoDB operation object

func (*DynamoDB) CreateIfNotExists

func (t *DynamoDB) CreateIfNotExists() bool

CreateIfNotExists provides create table operation

func (*DynamoDB) Truncate

func (t *DynamoDB) Truncate()

Truncate provides cleanup table

type S3 added in v0.2.1

type S3 struct {
	// contains filtered or unexported fields
}

S3 provides s3 operation from cloudformation settings.

func NewS3 added in v0.2.1

func NewS3(svc s3iface.S3API, resource *resources.AWSS3Bucket) *S3

NewS3 returns S3 operation object.

func (*S3) CreateIfNotExists added in v0.2.1

func (s *S3) CreateIfNotExists() bool

CreateIfNotExists provides create bucket operation.

type SQS

type SQS struct {
	// contains filtered or unexported fields
}

SQS provides sqs operation from cloudformation settings

func NewSQS

func NewSQS(endpoint string, svc sqsiface.SQSAPI, que *resources.AWSSQSQueue) *SQS

NewSQS returns SQS operation object

func (*SQS) CreateIfNotExists

func (q *SQS) CreateIfNotExists() bool

CreateIfNotExists provides create queue operation

func (*SQS) Purge

func (q *SQS) Purge()

Purge provides cleanup queue

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL