Documentation ¶
Index ¶
- type DynamoDBClient
- func (d *DynamoDBClient) BatchWriteItem(input *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (d *DynamoDBClient) CreateTable(input *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (d *DynamoDBClient) DeleteTable(input *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (d *DynamoDBClient) DescribeTable(input *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (d *DynamoDBClient) Scan(input *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (d *DynamoDBClient) WaitUntilTableExists(input *dynamodb.DescribeTableInput) error
- func (d *DynamoDBClient) WaitUntilTableNotExists(input *dynamodb.DescribeTableInput) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBClient ¶
type DynamoDBClient struct { dynamodbiface.DynamoDBAPI // contains filtered or unexported fields }
DynamoDBClient is mocking the dynamodb
func NewDynamoDBClient ¶
func NewDynamoDBClient() *DynamoDBClient
NewDynamoDBClient creates a mocked dynamodb client
func (*DynamoDBClient) BatchWriteItem ¶
func (d *DynamoDBClient) BatchWriteItem(input *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem mocks the dynamodb BatchWriteItem operation
func (*DynamoDBClient) CreateTable ¶
func (d *DynamoDBClient) CreateTable(input *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable is mocking the dynamodb CreateTable operation
func (*DynamoDBClient) DeleteTable ¶
func (d *DynamoDBClient) DeleteTable(input *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable is mocking the dynamodb DeleteTable operation
func (*DynamoDBClient) DescribeTable ¶
func (d *DynamoDBClient) DescribeTable(input *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable is mocking the dynamodb DescribeTable operation
func (*DynamoDBClient) Scan ¶
func (d *DynamoDBClient) Scan(input *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
Scan is mocking the dynamodb Scan operation
func (*DynamoDBClient) WaitUntilTableExists ¶
func (d *DynamoDBClient) WaitUntilTableExists(input *dynamodb.DescribeTableInput) error
WaitUntilTableExists is mocking the dynamodb WaitUntilTableExists operation
func (*DynamoDBClient) WaitUntilTableNotExists ¶
func (d *DynamoDBClient) WaitUntilTableNotExists(input *dynamodb.DescribeTableInput) error
WaitUntilTableNotExists is mocking the dynamodb WaitUntilTableNotExists operation
Click to show internal directories.
Click to hide internal directories.