Documentation ¶
Index ¶
- type AssumeRoleReturns
- type BatchGetItemReturns
- type DynamoDBMock
- func (d *DynamoDBMock) DynamoDBMiddlewareInjector() func(stack *middleware.Stack) error
- func (d *DynamoDBMock) GetCallCount() map[string]int
- func (d *DynamoDBMock) SetBatchGetItemError(e error)
- func (d *DynamoDBMock) SetBatchGetItemReturn(o dynamodb.BatchGetItemOutput)
- func (d *DynamoDBMock) SetListTablesError(e error)
- func (d *DynamoDBMock) SetListTablesReturn(o dynamodb.ListTablesOutput)
- type GetCallerIdentityReturns
- type ListTablesReturns
- type STSMock
- func (s *STSMock) GetCallCount() map[string]int
- func (s *STSMock) STSMiddlewareInjector() func(stack *middleware.Stack) error
- func (s *STSMock) SetAssumeRoleError(e error)
- func (s *STSMock) SetAssumeRoleReturn(o sts.AssumeRoleOutput)
- func (s *STSMock) SetGetCallerIdentityError(e error)
- func (s *STSMock) SetGetCallerIdentityReturn(o sts.GetCallerIdentityOutput)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssumeRoleReturns ¶
type AssumeRoleReturns struct { Return sts.AssumeRoleOutput Error error }
type BatchGetItemReturns ¶
type BatchGetItemReturns struct { Return dynamodb.BatchGetItemOutput Error error }
type DynamoDBMock ¶
type DynamoDBMock struct {
// contains filtered or unexported fields
}
func NewDynamoDBMock ¶
func NewDynamoDBMock() *DynamoDBMock
func (*DynamoDBMock) DynamoDBMiddlewareInjector ¶
func (d *DynamoDBMock) DynamoDBMiddlewareInjector() func(stack *middleware.Stack) error
func (*DynamoDBMock) GetCallCount ¶
func (d *DynamoDBMock) GetCallCount() map[string]int
func (*DynamoDBMock) SetBatchGetItemError ¶
func (d *DynamoDBMock) SetBatchGetItemError(e error)
func (*DynamoDBMock) SetBatchGetItemReturn ¶
func (d *DynamoDBMock) SetBatchGetItemReturn(o dynamodb.BatchGetItemOutput)
func (*DynamoDBMock) SetListTablesError ¶
func (d *DynamoDBMock) SetListTablesError(e error)
func (*DynamoDBMock) SetListTablesReturn ¶
func (d *DynamoDBMock) SetListTablesReturn(o dynamodb.ListTablesOutput)
type GetCallerIdentityReturns ¶
type GetCallerIdentityReturns struct { Return sts.GetCallerIdentityOutput Error error }
type ListTablesReturns ¶
type ListTablesReturns struct { Return dynamodb.ListTablesOutput Error error }
type STSMock ¶
type STSMock struct {
// contains filtered or unexported fields
}
func NewSTSMock ¶
func NewSTSMock() *STSMock
func (*STSMock) GetCallCount ¶
func (*STSMock) STSMiddlewareInjector ¶
func (s *STSMock) STSMiddlewareInjector() func(stack *middleware.Stack) error
func (*STSMock) SetAssumeRoleError ¶
func (*STSMock) SetAssumeRoleReturn ¶
func (s *STSMock) SetAssumeRoleReturn(o sts.AssumeRoleOutput)
func (*STSMock) SetGetCallerIdentityError ¶
func (*STSMock) SetGetCallerIdentityReturn ¶
func (s *STSMock) SetGetCallerIdentityReturn(o sts.GetCallerIdentityOutput)
Click to show internal directories.
Click to hide internal directories.