Documentation ¶
Index ¶
- func MustExists(b bool, err error) bool
- type Session
- func (m *Session) AddService(i interface{}, f func() error, err error) interface{}
- func (m *Session) Defer() func()
- func (m *Session) DynamoDBTableMustCreateByDynamo(name string, from interface{})
- func (m *Session) S3BucketMustCreate(name string) *s3.CreateBucketOutput
- func (m *Session) SQSQueueMustCreate(name string) *sqs.CreateQueueOutput
- func (m *Session) Teardown()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustExists ¶
Types ¶
type Session ¶
func NewScopedSession ¶
func NewSession ¶
func (*Session) AddService ¶
func (*Session) DynamoDBTableMustCreateByDynamo ¶
func (*Session) S3BucketMustCreate ¶
func (m *Session) S3BucketMustCreate(name string) *s3.CreateBucketOutput
func (*Session) SQSQueueMustCreate ¶
func (m *Session) SQSQueueMustCreate(name string) *sqs.CreateQueueOutput
Click to show internal directories.
Click to hide internal directories.