fake

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDynamoClient

type MockDynamoClient struct {
	MockDescribe func(input *dynamodb.DescribeTableInput) dynamodb.DescribeTableRequest
	MockCreate   func(input *dynamodb.CreateTableInput) dynamodb.CreateTableRequest
	MockDelete   func(input *dynamodb.DeleteTableInput) dynamodb.DeleteTableRequest
	MockUpdate   func(input *dynamodb.UpdateTableInput) dynamodb.UpdateTableRequest
}

MockDynamoClient for testing.

func (*MockDynamoClient) CreateTableRequest

CreateTableRequest creates DynamoDB Table with provided Specification

func (*MockDynamoClient) DeleteTableRequest

DeleteTableRequest modifies DynamoDB Table with provided Specification

func (*MockDynamoClient) DescribeTableRequest

DescribeTableRequest finds DynamoDB Table by name

func (*MockDynamoClient) UpdateTableRequest

UpdateTableRequest deletes DynamoDB Table

Jump to

Keyboard shortcuts

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