Documentation ¶
Overview ¶
Package mock_dynamodbiface is a generated GoMock package.
Package mock_djoemo is a generated GoMock package.
Package mock_djoemo is a generated GoMock package.
Index ¶
- func Invoke(any interface{}, name string, args ...interface{}) *gomock.Call
- type DynamoDBOption
- type DynamoMock
- func (d *DynamoMock) Delete(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) DeleteAll(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) Exec() *DynamoMock
- func (d *DynamoMock) Get(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) GetAll(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) Query(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) Save(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) SaveAll(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) ScanAll(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) Should() *DynamoMock
- func (d *DynamoMock) Update(opts ...DynamoDBOption) *DynamoMock
- func (d *DynamoMock) WithCondition(field string, value interface{}, operator string) DynamoDBOption
- func (d *DynamoMock) WithConditionExpression(expression string, value interface{}) DynamoDBOption
- func (d *DynamoMock) WithDeleteInput(value map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithDeleteInputs(values []map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithDesc(desc bool) DynamoDBOption
- func (d *DynamoMock) WithError(err error) DynamoDBOption
- func (d *DynamoMock) WithGetAllOutput(value []map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithGetKeys(keys []map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithGetOutput(value map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithHash(key string, value interface{}) DynamoDBOption
- func (d *DynamoMock) WithIndex(name string) DynamoDBOption
- func (d *DynamoMock) WithInput(value map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithInputs(values []map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithLimit(limit int64) DynamoDBOption
- func (d *DynamoMock) WithMatch(m gomock.Matcher) DynamoDBOption
- func (d *DynamoMock) WithQueryOutput(value interface{}) DynamoDBOption
- func (d *DynamoMock) WithRange(key string, value interface{}) DynamoDBOption
- func (d *DynamoMock) WithScanAllOutput(value []map[string]interface{}) DynamoDBOption
- func (d *DynamoMock) WithTable(name string) DynamoDBOption
- type InputMatcher
- type MockDynamoDBAPI
- func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, ...) error
- func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
- func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
- func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
- func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
- func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 aws.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
- func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateGlobalTableInput, ...) (*dynamodb.CreateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
- func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
- func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)
- func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
- func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
- func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
- func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
- func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, ...) (*dynamodb.DescribeContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
- func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeEndpointsInput, ...) (*dynamodb.DescribeEndpointsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, ...) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableInput, ...) (*dynamodb.DescribeGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
- func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
- func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
- func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
- func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTimeToLiveInput, ...) (*dynamodb.DescribeTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
- func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
- func (m *MockDynamoDBAPI) GetItemWithContext(arg0 aws.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)
- func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
- func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
- func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, ...) error
- func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
- func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
- func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 aws.Context, arg1 *dynamodb.ListTagsOfResourceInput, ...) (*dynamodb.ListTagsOfResourceOutput, error)
- func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
- func (m *MockDynamoDBAPI) PutItemWithContext(arg0 aws.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)
- func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error
- func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, ...) error
- func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
- func (m *MockDynamoDBAPI) QueryWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
- func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableFromBackupInput, ...) (*dynamodb.RestoreTableFromBackupOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
- func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, ...) (*dynamodb.RestoreTableToPointInTimeOutput, error)
- func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error
- func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, ...) error
- func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
- func (m *MockDynamoDBAPI) ScanWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)
- func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
- func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
- func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
- func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactWriteItemsInput, ...) (*dynamodb.TransactWriteItemsOutput, error)
- func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
- func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
- func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, ...) (*dynamodb.UpdateContinuousBackupsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
- func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, ...) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
- func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableInput, ...) (*dynamodb.UpdateGlobalTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
- func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
- func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
- func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
- func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
- func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error
- func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, ...) error
- type MockDynamoDBAPIMockRecorder
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
- func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockLogInterface
- func (m *MockLogInterface) EXPECT() *MockLogInterfaceMockRecorder
- func (m *MockLogInterface) Error(message string)
- func (m *MockLogInterface) Info(message string)
- func (m *MockLogInterface) Warn(message string)
- func (m *MockLogInterface) WithContext(ctx context.Context) djoemo.LogInterface
- func (m *MockLogInterface) WithFields(fields map[string]interface{}) djoemo.LogInterface
- type MockLogInterfaceMockRecorder
- func (mr *MockLogInterfaceMockRecorder) Error(message interface{}) *gomock.Call
- func (mr *MockLogInterfaceMockRecorder) Info(message interface{}) *gomock.Call
- func (mr *MockLogInterfaceMockRecorder) Warn(message interface{}) *gomock.Call
- func (mr *MockLogInterfaceMockRecorder) WithContext(ctx interface{}) *gomock.Call
- func (mr *MockLogInterfaceMockRecorder) WithFields(fields interface{}) *gomock.Call
- type MockMetricsInterface
- type MockMetricsInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DynamoDBOption ¶
type DynamoDBOption func(*DynamoMock)
DynamoDBOption type of configeration function
type DynamoMock ¶
type DynamoMock struct { DynamoDBAPIMock *MockDynamoDBAPI TableName string Hash map[string]*dynamodb.AttributeValue Range map[string]*dynamodb.AttributeValue Index string GetOutput *dynamodb.GetItemOutput QueryOutput *dynamodb.QueryOutput ScanAllOutput *dynamodb.ScanOutput Input *dynamodb.PutItemInput DeleteItemInput *dynamodb.DeleteItemInput Inputs *dynamodb.BatchWriteItemInput DeleteInputs *dynamodb.BatchWriteItemInput BatchWriteOutput *dynamodb.BatchWriteItemOutput BatchGetKeys []map[string]interface{} BatchGetOutput *dynamodb.BatchGetItemOutput Err error Times int Calls []call Conditions map[string]*dynamodb.Condition InputMatcher gomock.Matcher Limit int64 Desc bool ConditionExpression *string ExpressionAttributeValues map[string]*dynamodb.AttributeValue }
DynamoMock wrapper for dynamodb mock support configeration function
func NewDynamoMock ¶
func NewDynamoMock(DynamoDBAPIMock *MockDynamoDBAPI) DynamoMock
NewDynamoMock Factory for DynamoMock wrapper
func (*DynamoMock) Delete ¶
func (d *DynamoMock) Delete(opts ...DynamoDBOption) *DynamoMock
func (*DynamoMock) DeleteAll ¶
func (d *DynamoMock) DeleteAll(opts ...DynamoDBOption) *DynamoMock
func (*DynamoMock) Exec ¶
func (d *DynamoMock) Exec() *DynamoMock
Exec execute all registered calls with its options
func (*DynamoMock) Get ¶
func (d *DynamoMock) Get(opts ...DynamoDBOption) *DynamoMock
Get register call for DynamoMock GetItemWithContext with its option
func (*DynamoMock) GetAll ¶
func (d *DynamoMock) GetAll(opts ...DynamoDBOption) *DynamoMock
func (*DynamoMock) Query ¶
func (d *DynamoMock) Query(opts ...DynamoDBOption) *DynamoMock
Query register call for DynamoMock GetItemWithContext with its option
func (*DynamoMock) Save ¶
func (d *DynamoMock) Save(opts ...DynamoDBOption) *DynamoMock
Save register call for DynamoMock PutItemWithContext with its option
func (*DynamoMock) SaveAll ¶
func (d *DynamoMock) SaveAll(opts ...DynamoDBOption) *DynamoMock
func (*DynamoMock) ScanAll ¶
func (d *DynamoMock) ScanAll(opts ...DynamoDBOption) *DynamoMock
ScanAll ...
func (*DynamoMock) Should ¶
func (d *DynamoMock) Should() *DynamoMock
Should return pointer to DynamoMock
func (*DynamoMock) Update ¶
func (d *DynamoMock) Update(opts ...DynamoDBOption) *DynamoMock
Update register call for DynamoMock PutItemWithContext with its option
func (*DynamoMock) WithCondition ¶
func (d *DynamoMock) WithCondition(field string, value interface{}, operator string) DynamoDBOption
WithCondition register option dynamodb GetItemOutput
func (*DynamoMock) WithConditionExpression ¶
func (d *DynamoMock) WithConditionExpression(expression string, value interface{}) DynamoDBOption
WithConditionExpression register option dynamodb GetItemOutput
func (*DynamoMock) WithDeleteInput ¶
func (d *DynamoMock) WithDeleteInput(value map[string]interface{}) DynamoDBOption
WithInput register option dynamodb PutItemInput
func (*DynamoMock) WithDeleteInputs ¶
func (d *DynamoMock) WithDeleteInputs(values []map[string]interface{}) DynamoDBOption
func (*DynamoMock) WithDesc ¶
func (d *DynamoMock) WithDesc(desc bool) DynamoDBOption
WithDesc register option limit
func (*DynamoMock) WithError ¶
func (d *DynamoMock) WithError(err error) DynamoDBOption
WithError register error to call note its on mock scope
func (*DynamoMock) WithGetAllOutput ¶
func (d *DynamoMock) WithGetAllOutput(value []map[string]interface{}) DynamoDBOption
WithGetAllOutput register option dynamodb
func (*DynamoMock) WithGetKeys ¶
func (d *DynamoMock) WithGetKeys(keys []map[string]interface{}) DynamoDBOption
func (*DynamoMock) WithGetOutput ¶
func (d *DynamoMock) WithGetOutput(value map[string]interface{}) DynamoDBOption
WithGetOutput register option dynamodb GetItemOutput
func (*DynamoMock) WithHash ¶
func (d *DynamoMock) WithHash(key string, value interface{}) DynamoDBOption
WithHash register option hash key and value
func (*DynamoMock) WithIndex ¶
func (d *DynamoMock) WithIndex(name string) DynamoDBOption
WithIndex register option range key and value
func (*DynamoMock) WithInput ¶
func (d *DynamoMock) WithInput(value map[string]interface{}) DynamoDBOption
WithInput register option dynamodb PutItemInput
func (*DynamoMock) WithInputs ¶
func (d *DynamoMock) WithInputs(values []map[string]interface{}) DynamoDBOption
func (*DynamoMock) WithLimit ¶
func (d *DynamoMock) WithLimit(limit int64) DynamoDBOption
WithLimit register option limit
func (*DynamoMock) WithMatch ¶
func (d *DynamoMock) WithMatch(m gomock.Matcher) DynamoDBOption
WithMatch register option dynamodb PutItemInput
func (*DynamoMock) WithQueryOutput ¶
func (d *DynamoMock) WithQueryOutput(value interface{}) DynamoDBOption
WithQueryOutput register option dynamodb GetItemOutput
func (*DynamoMock) WithRange ¶
func (d *DynamoMock) WithRange(key string, value interface{}) DynamoDBOption
WithRange register option range key and value
func (*DynamoMock) WithScanAllOutput ¶
func (d *DynamoMock) WithScanAllOutput(value []map[string]interface{}) DynamoDBOption
WithScanAllOutput ...
func (*DynamoMock) WithTable ¶
func (d *DynamoMock) WithTable(name string) DynamoDBOption
WithTable register option dynamodb table name
type InputMatcher ¶
InputMatcher matcher to match only specified fields and not pass all fields to mock ## Usage matcher := mocks.InputExpect().
FieldEq("FIELD_NAME", "FIELD_VALUE"). FieldEq("FIELD_NAME_1", "FIELD_VALUE_1"),
dynamoDBMock := mocks.NewMockDynamoDBAPI(mockCtrl) dynamoDBMock.EXPECT().PutItem()
## usage with dynamomock helper dynamoMock := mocks.NewMockDynamoDBAPI(mockCtrl) dmock := mocks.NewDynamoMock(dynamoMock)
dmock.Should(). SaveItem( dmock.WithTable("TABLENAME"), dmock.WithMatch( mocks.InputExpect(). FieldEq("FIELD_NAME", "FIELD_VALUE"). FieldEq("FIELD_NAME_1", "FIELD_VALUE_1"), ), ).Exec()
func (*InputMatcher) FieldEq ¶
func (i *InputMatcher) FieldEq(name string, value interface{}) *InputMatcher
FieldEq add field to be matched by dynamodb mock
func (InputMatcher) Matches ¶
func (i InputMatcher) Matches(x interface{}) bool
Matches match registered field with actual value mock received
func (InputMatcher) String ¶
func (i InputMatcher) String() string
type MockDynamoDBAPI ¶
type MockDynamoDBAPI struct {
// contains filtered or unexported fields
}
MockDynamoDBAPI is a mock of DynamoDBAPI interface
func NewMockDynamoDBAPI ¶
func NewMockDynamoDBAPI(ctrl *gomock.Controller) *MockDynamoDBAPI
NewMockDynamoDBAPI creates a new mock instance
func (*MockDynamoDBAPI) BatchGetItem ¶
func (m *MockDynamoDBAPI) BatchGetItem(arg0 *dynamodb.BatchGetItemInput) (*dynamodb.BatchGetItemOutput, error)
BatchGetItem mocks base method
func (*MockDynamoDBAPI) BatchGetItemPages ¶
func (m *MockDynamoDBAPI) BatchGetItemPages(arg0 *dynamodb.BatchGetItemInput, arg1 func(*dynamodb.BatchGetItemOutput, bool) bool) error
BatchGetItemPages mocks base method
func (*MockDynamoDBAPI) BatchGetItemPagesWithContext ¶
func (m *MockDynamoDBAPI) BatchGetItemPagesWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 func(*dynamodb.BatchGetItemOutput, bool) bool, arg3 ...request.Option) error
BatchGetItemPagesWithContext mocks base method
func (*MockDynamoDBAPI) BatchGetItemRequest ¶
func (m *MockDynamoDBAPI) BatchGetItemRequest(arg0 *dynamodb.BatchGetItemInput) (*request.Request, *dynamodb.BatchGetItemOutput)
BatchGetItemRequest mocks base method
func (*MockDynamoDBAPI) BatchGetItemWithContext ¶
func (m *MockDynamoDBAPI) BatchGetItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchGetItemInput, arg2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)
BatchGetItemWithContext mocks base method
func (*MockDynamoDBAPI) BatchWriteItem ¶
func (m *MockDynamoDBAPI) BatchWriteItem(arg0 *dynamodb.BatchWriteItemInput) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItem mocks base method
func (*MockDynamoDBAPI) BatchWriteItemRequest ¶
func (m *MockDynamoDBAPI) BatchWriteItemRequest(arg0 *dynamodb.BatchWriteItemInput) (*request.Request, *dynamodb.BatchWriteItemOutput)
BatchWriteItemRequest mocks base method
func (*MockDynamoDBAPI) BatchWriteItemWithContext ¶
func (m *MockDynamoDBAPI) BatchWriteItemWithContext(arg0 aws.Context, arg1 *dynamodb.BatchWriteItemInput, arg2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)
BatchWriteItemWithContext mocks base method
func (*MockDynamoDBAPI) CreateBackup ¶
func (m *MockDynamoDBAPI) CreateBackup(arg0 *dynamodb.CreateBackupInput) (*dynamodb.CreateBackupOutput, error)
CreateBackup mocks base method
func (*MockDynamoDBAPI) CreateBackupRequest ¶
func (m *MockDynamoDBAPI) CreateBackupRequest(arg0 *dynamodb.CreateBackupInput) (*request.Request, *dynamodb.CreateBackupOutput)
CreateBackupRequest mocks base method
func (*MockDynamoDBAPI) CreateBackupWithContext ¶
func (m *MockDynamoDBAPI) CreateBackupWithContext(arg0 aws.Context, arg1 *dynamodb.CreateBackupInput, arg2 ...request.Option) (*dynamodb.CreateBackupOutput, error)
CreateBackupWithContext mocks base method
func (*MockDynamoDBAPI) CreateGlobalTable ¶
func (m *MockDynamoDBAPI) CreateGlobalTable(arg0 *dynamodb.CreateGlobalTableInput) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTable mocks base method
func (*MockDynamoDBAPI) CreateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) CreateGlobalTableRequest(arg0 *dynamodb.CreateGlobalTableInput) (*request.Request, *dynamodb.CreateGlobalTableOutput)
CreateGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) CreateGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) CreateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateGlobalTableInput, arg2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)
CreateGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) CreateTable ¶
func (m *MockDynamoDBAPI) CreateTable(arg0 *dynamodb.CreateTableInput) (*dynamodb.CreateTableOutput, error)
CreateTable mocks base method
func (*MockDynamoDBAPI) CreateTableRequest ¶
func (m *MockDynamoDBAPI) CreateTableRequest(arg0 *dynamodb.CreateTableInput) (*request.Request, *dynamodb.CreateTableOutput)
CreateTableRequest mocks base method
func (*MockDynamoDBAPI) CreateTableWithContext ¶
func (m *MockDynamoDBAPI) CreateTableWithContext(arg0 aws.Context, arg1 *dynamodb.CreateTableInput, arg2 ...request.Option) (*dynamodb.CreateTableOutput, error)
CreateTableWithContext mocks base method
func (*MockDynamoDBAPI) DeleteBackup ¶
func (m *MockDynamoDBAPI) DeleteBackup(arg0 *dynamodb.DeleteBackupInput) (*dynamodb.DeleteBackupOutput, error)
DeleteBackup mocks base method
func (*MockDynamoDBAPI) DeleteBackupRequest ¶
func (m *MockDynamoDBAPI) DeleteBackupRequest(arg0 *dynamodb.DeleteBackupInput) (*request.Request, *dynamodb.DeleteBackupOutput)
DeleteBackupRequest mocks base method
func (*MockDynamoDBAPI) DeleteBackupWithContext ¶
func (m *MockDynamoDBAPI) DeleteBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteBackupInput, arg2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)
DeleteBackupWithContext mocks base method
func (*MockDynamoDBAPI) DeleteItem ¶
func (m *MockDynamoDBAPI) DeleteItem(arg0 *dynamodb.DeleteItemInput) (*dynamodb.DeleteItemOutput, error)
DeleteItem mocks base method
func (*MockDynamoDBAPI) DeleteItemRequest ¶
func (m *MockDynamoDBAPI) DeleteItemRequest(arg0 *dynamodb.DeleteItemInput) (*request.Request, *dynamodb.DeleteItemOutput)
DeleteItemRequest mocks base method
func (*MockDynamoDBAPI) DeleteItemWithContext ¶
func (m *MockDynamoDBAPI) DeleteItemWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteItemInput, arg2 ...request.Option) (*dynamodb.DeleteItemOutput, error)
DeleteItemWithContext mocks base method
func (*MockDynamoDBAPI) DeleteTable ¶
func (m *MockDynamoDBAPI) DeleteTable(arg0 *dynamodb.DeleteTableInput) (*dynamodb.DeleteTableOutput, error)
DeleteTable mocks base method
func (*MockDynamoDBAPI) DeleteTableRequest ¶
func (m *MockDynamoDBAPI) DeleteTableRequest(arg0 *dynamodb.DeleteTableInput) (*request.Request, *dynamodb.DeleteTableOutput)
DeleteTableRequest mocks base method
func (*MockDynamoDBAPI) DeleteTableWithContext ¶
func (m *MockDynamoDBAPI) DeleteTableWithContext(arg0 aws.Context, arg1 *dynamodb.DeleteTableInput, arg2 ...request.Option) (*dynamodb.DeleteTableOutput, error)
DeleteTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeBackup ¶
func (m *MockDynamoDBAPI) DescribeBackup(arg0 *dynamodb.DescribeBackupInput) (*dynamodb.DescribeBackupOutput, error)
DescribeBackup mocks base method
func (*MockDynamoDBAPI) DescribeBackupRequest ¶
func (m *MockDynamoDBAPI) DescribeBackupRequest(arg0 *dynamodb.DescribeBackupInput) (*request.Request, *dynamodb.DescribeBackupOutput)
DescribeBackupRequest mocks base method
func (*MockDynamoDBAPI) DescribeBackupWithContext ¶
func (m *MockDynamoDBAPI) DescribeBackupWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeBackupInput, arg2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)
DescribeBackupWithContext mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackups ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackups(arg0 *dynamodb.DescribeContinuousBackupsInput) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackups mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackupsRequest(arg0 *dynamodb.DescribeContinuousBackupsInput) (*request.Request, *dynamodb.DescribeContinuousBackupsOutput)
DescribeContinuousBackupsRequest mocks base method
func (*MockDynamoDBAPI) DescribeContinuousBackupsWithContext ¶
func (m *MockDynamoDBAPI) DescribeContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.DescribeContinuousBackupsOutput, error)
DescribeContinuousBackupsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeEndpoints ¶
func (m *MockDynamoDBAPI) DescribeEndpoints(arg0 *dynamodb.DescribeEndpointsInput) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpoints mocks base method
func (*MockDynamoDBAPI) DescribeEndpointsRequest ¶
func (m *MockDynamoDBAPI) DescribeEndpointsRequest(arg0 *dynamodb.DescribeEndpointsInput) (*request.Request, *dynamodb.DescribeEndpointsOutput)
DescribeEndpointsRequest mocks base method
func (*MockDynamoDBAPI) DescribeEndpointsWithContext ¶
func (m *MockDynamoDBAPI) DescribeEndpointsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeEndpointsInput, arg2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)
DescribeEndpointsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTable ¶
func (m *MockDynamoDBAPI) DescribeGlobalTable(arg0 *dynamodb.DescribeGlobalTableInput) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTable mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableRequest(arg0 *dynamodb.DescribeGlobalTableInput) (*request.Request, *dynamodb.DescribeGlobalTableOutput)
DescribeGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettings ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettings(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsRequest(arg0 *dynamodb.DescribeGlobalTableSettingsInput) (*request.Request, *dynamodb.DescribeGlobalTableSettingsOutput)
DescribeGlobalTableSettingsRequest mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableSettingsOutput, error)
DescribeGlobalTableSettingsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) DescribeGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeGlobalTableInput, arg2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)
DescribeGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeLimits ¶
func (m *MockDynamoDBAPI) DescribeLimits(arg0 *dynamodb.DescribeLimitsInput) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimits mocks base method
func (*MockDynamoDBAPI) DescribeLimitsRequest ¶
func (m *MockDynamoDBAPI) DescribeLimitsRequest(arg0 *dynamodb.DescribeLimitsInput) (*request.Request, *dynamodb.DescribeLimitsOutput)
DescribeLimitsRequest mocks base method
func (*MockDynamoDBAPI) DescribeLimitsWithContext ¶
func (m *MockDynamoDBAPI) DescribeLimitsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeLimitsInput, arg2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)
DescribeLimitsWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTable ¶
func (m *MockDynamoDBAPI) DescribeTable(arg0 *dynamodb.DescribeTableInput) (*dynamodb.DescribeTableOutput, error)
DescribeTable mocks base method
func (*MockDynamoDBAPI) DescribeTableRequest ¶
func (m *MockDynamoDBAPI) DescribeTableRequest(arg0 *dynamodb.DescribeTableInput) (*request.Request, *dynamodb.DescribeTableOutput)
DescribeTableRequest mocks base method
func (*MockDynamoDBAPI) DescribeTableWithContext ¶
func (m *MockDynamoDBAPI) DescribeTableWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.Option) (*dynamodb.DescribeTableOutput, error)
DescribeTableWithContext mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLive ¶
func (m *MockDynamoDBAPI) DescribeTimeToLive(arg0 *dynamodb.DescribeTimeToLiveInput) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLive mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) DescribeTimeToLiveRequest(arg0 *dynamodb.DescribeTimeToLiveInput) (*request.Request, *dynamodb.DescribeTimeToLiveOutput)
DescribeTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) DescribeTimeToLiveWithContext ¶
func (m *MockDynamoDBAPI) DescribeTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTimeToLiveInput, arg2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)
DescribeTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) EXPECT ¶
func (m *MockDynamoDBAPI) EXPECT() *MockDynamoDBAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDynamoDBAPI) GetItem ¶
func (m *MockDynamoDBAPI) GetItem(arg0 *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
GetItem mocks base method
func (*MockDynamoDBAPI) GetItemRequest ¶
func (m *MockDynamoDBAPI) GetItemRequest(arg0 *dynamodb.GetItemInput) (*request.Request, *dynamodb.GetItemOutput)
GetItemRequest mocks base method
func (*MockDynamoDBAPI) GetItemWithContext ¶
func (m *MockDynamoDBAPI) GetItemWithContext(arg0 aws.Context, arg1 *dynamodb.GetItemInput, arg2 ...request.Option) (*dynamodb.GetItemOutput, error)
GetItemWithContext mocks base method
func (*MockDynamoDBAPI) ListBackups ¶
func (m *MockDynamoDBAPI) ListBackups(arg0 *dynamodb.ListBackupsInput) (*dynamodb.ListBackupsOutput, error)
ListBackups mocks base method
func (*MockDynamoDBAPI) ListBackupsRequest ¶
func (m *MockDynamoDBAPI) ListBackupsRequest(arg0 *dynamodb.ListBackupsInput) (*request.Request, *dynamodb.ListBackupsOutput)
ListBackupsRequest mocks base method
func (*MockDynamoDBAPI) ListBackupsWithContext ¶
func (m *MockDynamoDBAPI) ListBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.ListBackupsInput, arg2 ...request.Option) (*dynamodb.ListBackupsOutput, error)
ListBackupsWithContext mocks base method
func (*MockDynamoDBAPI) ListGlobalTables ¶
func (m *MockDynamoDBAPI) ListGlobalTables(arg0 *dynamodb.ListGlobalTablesInput) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTables mocks base method
func (*MockDynamoDBAPI) ListGlobalTablesRequest ¶
func (m *MockDynamoDBAPI) ListGlobalTablesRequest(arg0 *dynamodb.ListGlobalTablesInput) (*request.Request, *dynamodb.ListGlobalTablesOutput)
ListGlobalTablesRequest mocks base method
func (*MockDynamoDBAPI) ListGlobalTablesWithContext ¶
func (m *MockDynamoDBAPI) ListGlobalTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListGlobalTablesInput, arg2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)
ListGlobalTablesWithContext mocks base method
func (*MockDynamoDBAPI) ListTables ¶
func (m *MockDynamoDBAPI) ListTables(arg0 *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
ListTables mocks base method
func (*MockDynamoDBAPI) ListTablesPages ¶
func (m *MockDynamoDBAPI) ListTablesPages(arg0 *dynamodb.ListTablesInput, arg1 func(*dynamodb.ListTablesOutput, bool) bool) error
ListTablesPages mocks base method
func (*MockDynamoDBAPI) ListTablesPagesWithContext ¶
func (m *MockDynamoDBAPI) ListTablesPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 func(*dynamodb.ListTablesOutput, bool) bool, arg3 ...request.Option) error
ListTablesPagesWithContext mocks base method
func (*MockDynamoDBAPI) ListTablesRequest ¶
func (m *MockDynamoDBAPI) ListTablesRequest(arg0 *dynamodb.ListTablesInput) (*request.Request, *dynamodb.ListTablesOutput)
ListTablesRequest mocks base method
func (*MockDynamoDBAPI) ListTablesWithContext ¶
func (m *MockDynamoDBAPI) ListTablesWithContext(arg0 aws.Context, arg1 *dynamodb.ListTablesInput, arg2 ...request.Option) (*dynamodb.ListTablesOutput, error)
ListTablesWithContext mocks base method
func (*MockDynamoDBAPI) ListTagsOfResource ¶
func (m *MockDynamoDBAPI) ListTagsOfResource(arg0 *dynamodb.ListTagsOfResourceInput) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResource mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceRequest ¶
func (m *MockDynamoDBAPI) ListTagsOfResourceRequest(arg0 *dynamodb.ListTagsOfResourceInput) (*request.Request, *dynamodb.ListTagsOfResourceOutput)
ListTagsOfResourceRequest mocks base method
func (*MockDynamoDBAPI) ListTagsOfResourceWithContext ¶
func (m *MockDynamoDBAPI) ListTagsOfResourceWithContext(arg0 aws.Context, arg1 *dynamodb.ListTagsOfResourceInput, arg2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)
ListTagsOfResourceWithContext mocks base method
func (*MockDynamoDBAPI) PutItem ¶
func (m *MockDynamoDBAPI) PutItem(arg0 *dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error)
PutItem mocks base method
func (*MockDynamoDBAPI) PutItemRequest ¶
func (m *MockDynamoDBAPI) PutItemRequest(arg0 *dynamodb.PutItemInput) (*request.Request, *dynamodb.PutItemOutput)
PutItemRequest mocks base method
func (*MockDynamoDBAPI) PutItemWithContext ¶
func (m *MockDynamoDBAPI) PutItemWithContext(arg0 aws.Context, arg1 *dynamodb.PutItemInput, arg2 ...request.Option) (*dynamodb.PutItemOutput, error)
PutItemWithContext mocks base method
func (*MockDynamoDBAPI) Query ¶
func (m *MockDynamoDBAPI) Query(arg0 *dynamodb.QueryInput) (*dynamodb.QueryOutput, error)
Query mocks base method
func (*MockDynamoDBAPI) QueryPages ¶
func (m *MockDynamoDBAPI) QueryPages(arg0 *dynamodb.QueryInput, arg1 func(*dynamodb.QueryOutput, bool) bool) error
QueryPages mocks base method
func (*MockDynamoDBAPI) QueryPagesWithContext ¶
func (m *MockDynamoDBAPI) QueryPagesWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 func(*dynamodb.QueryOutput, bool) bool, arg3 ...request.Option) error
QueryPagesWithContext mocks base method
func (*MockDynamoDBAPI) QueryRequest ¶
func (m *MockDynamoDBAPI) QueryRequest(arg0 *dynamodb.QueryInput) (*request.Request, *dynamodb.QueryOutput)
QueryRequest mocks base method
func (*MockDynamoDBAPI) QueryWithContext ¶
func (m *MockDynamoDBAPI) QueryWithContext(arg0 aws.Context, arg1 *dynamodb.QueryInput, arg2 ...request.Option) (*dynamodb.QueryOutput, error)
QueryWithContext mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackup ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackup(arg0 *dynamodb.RestoreTableFromBackupInput) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackup mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackupRequest ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackupRequest(arg0 *dynamodb.RestoreTableFromBackupInput) (*request.Request, *dynamodb.RestoreTableFromBackupOutput)
RestoreTableFromBackupRequest mocks base method
func (*MockDynamoDBAPI) RestoreTableFromBackupWithContext ¶
func (m *MockDynamoDBAPI) RestoreTableFromBackupWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableFromBackupInput, arg2 ...request.Option) (*dynamodb.RestoreTableFromBackupOutput, error)
RestoreTableFromBackupWithContext mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTime ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTime(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTime mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTimeRequest ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTimeRequest(arg0 *dynamodb.RestoreTableToPointInTimeInput) (*request.Request, *dynamodb.RestoreTableToPointInTimeOutput)
RestoreTableToPointInTimeRequest mocks base method
func (*MockDynamoDBAPI) RestoreTableToPointInTimeWithContext ¶
func (m *MockDynamoDBAPI) RestoreTableToPointInTimeWithContext(arg0 aws.Context, arg1 *dynamodb.RestoreTableToPointInTimeInput, arg2 ...request.Option) (*dynamodb.RestoreTableToPointInTimeOutput, error)
RestoreTableToPointInTimeWithContext mocks base method
func (*MockDynamoDBAPI) Scan ¶
func (m *MockDynamoDBAPI) Scan(arg0 *dynamodb.ScanInput) (*dynamodb.ScanOutput, error)
Scan mocks base method
func (*MockDynamoDBAPI) ScanPages ¶
func (m *MockDynamoDBAPI) ScanPages(arg0 *dynamodb.ScanInput, arg1 func(*dynamodb.ScanOutput, bool) bool) error
ScanPages mocks base method
func (*MockDynamoDBAPI) ScanPagesWithContext ¶
func (m *MockDynamoDBAPI) ScanPagesWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 func(*dynamodb.ScanOutput, bool) bool, arg3 ...request.Option) error
ScanPagesWithContext mocks base method
func (*MockDynamoDBAPI) ScanRequest ¶
func (m *MockDynamoDBAPI) ScanRequest(arg0 *dynamodb.ScanInput) (*request.Request, *dynamodb.ScanOutput)
ScanRequest mocks base method
func (*MockDynamoDBAPI) ScanWithContext ¶
func (m *MockDynamoDBAPI) ScanWithContext(arg0 aws.Context, arg1 *dynamodb.ScanInput, arg2 ...request.Option) (*dynamodb.ScanOutput, error)
ScanWithContext mocks base method
func (*MockDynamoDBAPI) TagResource ¶
func (m *MockDynamoDBAPI) TagResource(arg0 *dynamodb.TagResourceInput) (*dynamodb.TagResourceOutput, error)
TagResource mocks base method
func (*MockDynamoDBAPI) TagResourceRequest ¶
func (m *MockDynamoDBAPI) TagResourceRequest(arg0 *dynamodb.TagResourceInput) (*request.Request, *dynamodb.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockDynamoDBAPI) TagResourceWithContext ¶
func (m *MockDynamoDBAPI) TagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.TagResourceInput, arg2 ...request.Option) (*dynamodb.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockDynamoDBAPI) TransactGetItems ¶
func (m *MockDynamoDBAPI) TransactGetItems(arg0 *dynamodb.TransactGetItemsInput) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItems mocks base method
func (*MockDynamoDBAPI) TransactGetItemsRequest ¶
func (m *MockDynamoDBAPI) TransactGetItemsRequest(arg0 *dynamodb.TransactGetItemsInput) (*request.Request, *dynamodb.TransactGetItemsOutput)
TransactGetItemsRequest mocks base method
func (*MockDynamoDBAPI) TransactGetItemsWithContext ¶
func (m *MockDynamoDBAPI) TransactGetItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactGetItemsInput, arg2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)
TransactGetItemsWithContext mocks base method
func (*MockDynamoDBAPI) TransactWriteItems ¶
func (m *MockDynamoDBAPI) TransactWriteItems(arg0 *dynamodb.TransactWriteItemsInput) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItems mocks base method
func (*MockDynamoDBAPI) TransactWriteItemsRequest ¶
func (m *MockDynamoDBAPI) TransactWriteItemsRequest(arg0 *dynamodb.TransactWriteItemsInput) (*request.Request, *dynamodb.TransactWriteItemsOutput)
TransactWriteItemsRequest mocks base method
func (*MockDynamoDBAPI) TransactWriteItemsWithContext ¶
func (m *MockDynamoDBAPI) TransactWriteItemsWithContext(arg0 aws.Context, arg1 *dynamodb.TransactWriteItemsInput, arg2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)
TransactWriteItemsWithContext mocks base method
func (*MockDynamoDBAPI) UntagResource ¶
func (m *MockDynamoDBAPI) UntagResource(arg0 *dynamodb.UntagResourceInput) (*dynamodb.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockDynamoDBAPI) UntagResourceRequest ¶
func (m *MockDynamoDBAPI) UntagResourceRequest(arg0 *dynamodb.UntagResourceInput) (*request.Request, *dynamodb.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockDynamoDBAPI) UntagResourceWithContext ¶
func (m *MockDynamoDBAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *dynamodb.UntagResourceInput, arg2 ...request.Option) (*dynamodb.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackups ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackups(arg0 *dynamodb.UpdateContinuousBackupsInput) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackups mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackupsRequest ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackupsRequest(arg0 *dynamodb.UpdateContinuousBackupsInput) (*request.Request, *dynamodb.UpdateContinuousBackupsOutput)
UpdateContinuousBackupsRequest mocks base method
func (*MockDynamoDBAPI) UpdateContinuousBackupsWithContext ¶
func (m *MockDynamoDBAPI) UpdateContinuousBackupsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateContinuousBackupsInput, arg2 ...request.Option) (*dynamodb.UpdateContinuousBackupsOutput, error)
UpdateContinuousBackupsWithContext mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTable ¶
func (m *MockDynamoDBAPI) UpdateGlobalTable(arg0 *dynamodb.UpdateGlobalTableInput) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTable mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableRequest(arg0 *dynamodb.UpdateGlobalTableInput) (*request.Request, *dynamodb.UpdateGlobalTableOutput)
UpdateGlobalTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettings ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettings(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettings mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettingsRequest ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsRequest(arg0 *dynamodb.UpdateGlobalTableSettingsInput) (*request.Request, *dynamodb.UpdateGlobalTableSettingsOutput)
UpdateGlobalTableSettingsRequest mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableSettingsWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableSettingsInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableSettingsOutput, error)
UpdateGlobalTableSettingsWithContext mocks base method
func (*MockDynamoDBAPI) UpdateGlobalTableWithContext ¶
func (m *MockDynamoDBAPI) UpdateGlobalTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateGlobalTableInput, arg2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)
UpdateGlobalTableWithContext mocks base method
func (*MockDynamoDBAPI) UpdateItem ¶
func (m *MockDynamoDBAPI) UpdateItem(arg0 *dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error)
UpdateItem mocks base method
func (*MockDynamoDBAPI) UpdateItemRequest ¶
func (m *MockDynamoDBAPI) UpdateItemRequest(arg0 *dynamodb.UpdateItemInput) (*request.Request, *dynamodb.UpdateItemOutput)
UpdateItemRequest mocks base method
func (*MockDynamoDBAPI) UpdateItemWithContext ¶
func (m *MockDynamoDBAPI) UpdateItemWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateItemInput, arg2 ...request.Option) (*dynamodb.UpdateItemOutput, error)
UpdateItemWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTable ¶
func (m *MockDynamoDBAPI) UpdateTable(arg0 *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
UpdateTable mocks base method
func (*MockDynamoDBAPI) UpdateTableRequest ¶
func (m *MockDynamoDBAPI) UpdateTableRequest(arg0 *dynamodb.UpdateTableInput) (*request.Request, *dynamodb.UpdateTableOutput)
UpdateTableRequest mocks base method
func (*MockDynamoDBAPI) UpdateTableWithContext ¶
func (m *MockDynamoDBAPI) UpdateTableWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTableInput, arg2 ...request.Option) (*dynamodb.UpdateTableOutput, error)
UpdateTableWithContext mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLive ¶
func (m *MockDynamoDBAPI) UpdateTimeToLive(arg0 *dynamodb.UpdateTimeToLiveInput) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLive mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveRequest ¶
func (m *MockDynamoDBAPI) UpdateTimeToLiveRequest(arg0 *dynamodb.UpdateTimeToLiveInput) (*request.Request, *dynamodb.UpdateTimeToLiveOutput)
UpdateTimeToLiveRequest mocks base method
func (*MockDynamoDBAPI) UpdateTimeToLiveWithContext ¶
func (m *MockDynamoDBAPI) UpdateTimeToLiveWithContext(arg0 aws.Context, arg1 *dynamodb.UpdateTimeToLiveInput, arg2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)
UpdateTimeToLiveWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExists ¶
func (m *MockDynamoDBAPI) WaitUntilTableExists(arg0 *dynamodb.DescribeTableInput) error
WaitUntilTableExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableExistsWithContext ¶
func (m *MockDynamoDBAPI) WaitUntilTableExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error
WaitUntilTableExistsWithContext mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExists ¶
func (m *MockDynamoDBAPI) WaitUntilTableNotExists(arg0 *dynamodb.DescribeTableInput) error
WaitUntilTableNotExists mocks base method
func (*MockDynamoDBAPI) WaitUntilTableNotExistsWithContext ¶
func (m *MockDynamoDBAPI) WaitUntilTableNotExistsWithContext(arg0 aws.Context, arg1 *dynamodb.DescribeTableInput, arg2 ...request.WaiterOption) error
WaitUntilTableNotExistsWithContext mocks base method
type MockDynamoDBAPIMockRecorder ¶
type MockDynamoDBAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockDynamoDBAPIMockRecorder is the mock recorder for MockDynamoDBAPI
func (*MockDynamoDBAPIMockRecorder) BatchGetItem ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItem(arg0 interface{}) *gomock.Call
BatchGetItem indicates an expected call of BatchGetItem
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPages ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPages(arg0, arg1 interface{}) *gomock.Call
BatchGetItemPages indicates an expected call of BatchGetItemPages
func (*MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
BatchGetItemPagesWithContext indicates an expected call of BatchGetItemPagesWithContext
func (*MockDynamoDBAPIMockRecorder) BatchGetItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemRequest(arg0 interface{}) *gomock.Call
BatchGetItemRequest indicates an expected call of BatchGetItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchGetItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchGetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchGetItemWithContext indicates an expected call of BatchGetItemWithContext
func (*MockDynamoDBAPIMockRecorder) BatchWriteItem ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItem(arg0 interface{}) *gomock.Call
BatchWriteItem indicates an expected call of BatchWriteItem
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemRequest(arg0 interface{}) *gomock.Call
BatchWriteItemRequest indicates an expected call of BatchWriteItemRequest
func (*MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) BatchWriteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
BatchWriteItemWithContext indicates an expected call of BatchWriteItemWithContext
func (*MockDynamoDBAPIMockRecorder) CreateBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call
CreateBackup indicates an expected call of CreateBackup
func (*MockDynamoDBAPIMockRecorder) CreateBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call
CreateBackupRequest indicates an expected call of CreateBackupRequest
func (*MockDynamoDBAPIMockRecorder) CreateBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateBackupWithContext indicates an expected call of CreateBackupWithContext
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTable(arg0 interface{}) *gomock.Call
CreateGlobalTable indicates an expected call of CreateGlobalTable
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableRequest(arg0 interface{}) *gomock.Call
CreateGlobalTableRequest indicates an expected call of CreateGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateGlobalTableWithContext indicates an expected call of CreateGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) CreateTable ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTable(arg0 interface{}) *gomock.Call
CreateTable indicates an expected call of CreateTable
func (*MockDynamoDBAPIMockRecorder) CreateTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTableRequest(arg0 interface{}) *gomock.Call
CreateTableRequest indicates an expected call of CreateTableRequest
func (*MockDynamoDBAPIMockRecorder) CreateTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) CreateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateTableWithContext indicates an expected call of CreateTableWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call
DeleteBackup indicates an expected call of DeleteBackup
func (*MockDynamoDBAPIMockRecorder) DeleteBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call
DeleteBackupRequest indicates an expected call of DeleteBackupRequest
func (*MockDynamoDBAPIMockRecorder) DeleteBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteItem ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItem(arg0 interface{}) *gomock.Call
DeleteItem indicates an expected call of DeleteItem
func (*MockDynamoDBAPIMockRecorder) DeleteItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItemRequest(arg0 interface{}) *gomock.Call
DeleteItemRequest indicates an expected call of DeleteItemRequest
func (*MockDynamoDBAPIMockRecorder) DeleteItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteItemWithContext indicates an expected call of DeleteItemWithContext
func (*MockDynamoDBAPIMockRecorder) DeleteTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTable(arg0 interface{}) *gomock.Call
DeleteTable indicates an expected call of DeleteTable
func (*MockDynamoDBAPIMockRecorder) DeleteTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTableRequest(arg0 interface{}) *gomock.Call
DeleteTableRequest indicates an expected call of DeleteTableRequest
func (*MockDynamoDBAPIMockRecorder) DeleteTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DeleteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteTableWithContext indicates an expected call of DeleteTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackup(arg0 interface{}) *gomock.Call
DescribeBackup indicates an expected call of DescribeBackup
func (*MockDynamoDBAPIMockRecorder) DescribeBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupRequest(arg0 interface{}) *gomock.Call
DescribeBackupRequest indicates an expected call of DescribeBackupRequest
func (*MockDynamoDBAPIMockRecorder) DescribeBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeBackupWithContext indicates an expected call of DescribeBackupWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackups(arg0 interface{}) *gomock.Call
DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsRequest(arg0 interface{}) *gomock.Call
DescribeContinuousBackupsRequest indicates an expected call of DescribeContinuousBackupsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeContinuousBackupsWithContext indicates an expected call of DescribeContinuousBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeEndpoints ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpoints(arg0 interface{}) *gomock.Call
DescribeEndpoints indicates an expected call of DescribeEndpoints
func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsRequest(arg0 interface{}) *gomock.Call
DescribeEndpointsRequest indicates an expected call of DescribeEndpointsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeEndpointsWithContext indicates an expected call of DescribeEndpointsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTable(arg0 interface{}) *gomock.Call
DescribeGlobalTable indicates an expected call of DescribeGlobalTable
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableRequest(arg0 interface{}) *gomock.Call
DescribeGlobalTableRequest indicates an expected call of DescribeGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettings(arg0 interface{}) *gomock.Call
DescribeGlobalTableSettings indicates an expected call of DescribeGlobalTableSettings
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
DescribeGlobalTableSettingsRequest indicates an expected call of DescribeGlobalTableSettingsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeGlobalTableSettingsWithContext indicates an expected call of DescribeGlobalTableSettingsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeGlobalTableWithContext indicates an expected call of DescribeGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeLimits ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimits(arg0 interface{}) *gomock.Call
DescribeLimits indicates an expected call of DescribeLimits
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsRequest(arg0 interface{}) *gomock.Call
DescribeLimitsRequest indicates an expected call of DescribeLimitsRequest
func (*MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeLimitsWithContext indicates an expected call of DescribeLimitsWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTable ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTable(arg0 interface{}) *gomock.Call
DescribeTable indicates an expected call of DescribeTable
func (*MockDynamoDBAPIMockRecorder) DescribeTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableRequest(arg0 interface{}) *gomock.Call
DescribeTableRequest indicates an expected call of DescribeTableRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTableWithContext indicates an expected call of DescribeTableWithContext
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLive ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLive(arg0 interface{}) *gomock.Call
DescribeTimeToLive indicates an expected call of DescribeTimeToLive
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveRequest(arg0 interface{}) *gomock.Call
DescribeTimeToLiveRequest indicates an expected call of DescribeTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) DescribeTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTimeToLiveWithContext indicates an expected call of DescribeTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) GetItem ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItem(arg0 interface{}) *gomock.Call
GetItem indicates an expected call of GetItem
func (*MockDynamoDBAPIMockRecorder) GetItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItemRequest(arg0 interface{}) *gomock.Call
GetItemRequest indicates an expected call of GetItemRequest
func (*MockDynamoDBAPIMockRecorder) GetItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) GetItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
GetItemWithContext indicates an expected call of GetItemWithContext
func (*MockDynamoDBAPIMockRecorder) ListBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackups(arg0 interface{}) *gomock.Call
ListBackups indicates an expected call of ListBackups
func (*MockDynamoDBAPIMockRecorder) ListBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackupsRequest(arg0 interface{}) *gomock.Call
ListBackupsRequest indicates an expected call of ListBackupsRequest
func (*MockDynamoDBAPIMockRecorder) ListBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListBackupsWithContext indicates an expected call of ListBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) ListGlobalTables ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTables(arg0 interface{}) *gomock.Call
ListGlobalTables indicates an expected call of ListGlobalTables
func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesRequest(arg0 interface{}) *gomock.Call
ListGlobalTablesRequest indicates an expected call of ListGlobalTablesRequest
func (*MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListGlobalTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListGlobalTablesWithContext indicates an expected call of ListGlobalTablesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTables ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTables(arg0 interface{}) *gomock.Call
ListTables indicates an expected call of ListTables
func (*MockDynamoDBAPIMockRecorder) ListTablesPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesPages(arg0, arg1 interface{}) *gomock.Call
ListTablesPages indicates an expected call of ListTablesPages
func (*MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTablesPagesWithContext indicates an expected call of ListTablesPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTablesRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesRequest(arg0 interface{}) *gomock.Call
ListTablesRequest indicates an expected call of ListTablesRequest
func (*MockDynamoDBAPIMockRecorder) ListTablesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTablesWithContext indicates an expected call of ListTablesWithContext
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResource ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResource(arg0 interface{}) *gomock.Call
ListTagsOfResource indicates an expected call of ListTagsOfResource
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceRequest(arg0 interface{}) *gomock.Call
ListTagsOfResourceRequest indicates an expected call of ListTagsOfResourceRequest
func (*MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ListTagsOfResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsOfResourceWithContext indicates an expected call of ListTagsOfResourceWithContext
func (*MockDynamoDBAPIMockRecorder) PutItem ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItem(arg0 interface{}) *gomock.Call
PutItem indicates an expected call of PutItem
func (*MockDynamoDBAPIMockRecorder) PutItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItemRequest(arg0 interface{}) *gomock.Call
PutItemRequest indicates an expected call of PutItemRequest
func (*MockDynamoDBAPIMockRecorder) PutItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) PutItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
PutItemWithContext indicates an expected call of PutItemWithContext
func (*MockDynamoDBAPIMockRecorder) Query ¶
func (mr *MockDynamoDBAPIMockRecorder) Query(arg0 interface{}) *gomock.Call
Query indicates an expected call of Query
func (*MockDynamoDBAPIMockRecorder) QueryPages ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryPages(arg0, arg1 interface{}) *gomock.Call
QueryPages indicates an expected call of QueryPages
func (*MockDynamoDBAPIMockRecorder) QueryPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
QueryPagesWithContext indicates an expected call of QueryPagesWithContext
func (*MockDynamoDBAPIMockRecorder) QueryRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryRequest(arg0 interface{}) *gomock.Call
QueryRequest indicates an expected call of QueryRequest
func (*MockDynamoDBAPIMockRecorder) QueryWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) QueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
QueryWithContext indicates an expected call of QueryWithContext
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackup ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackup(arg0 interface{}) *gomock.Call
RestoreTableFromBackup indicates an expected call of RestoreTableFromBackup
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupRequest(arg0 interface{}) *gomock.Call
RestoreTableFromBackupRequest indicates an expected call of RestoreTableFromBackupRequest
func (*MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreTableFromBackupWithContext indicates an expected call of RestoreTableFromBackupWithContext
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTime(arg0 interface{}) *gomock.Call
RestoreTableToPointInTime indicates an expected call of RestoreTableToPointInTime
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeRequest(arg0 interface{}) *gomock.Call
RestoreTableToPointInTimeRequest indicates an expected call of RestoreTableToPointInTimeRequest
func (*MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) RestoreTableToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RestoreTableToPointInTimeWithContext indicates an expected call of RestoreTableToPointInTimeWithContext
func (*MockDynamoDBAPIMockRecorder) Scan ¶
func (mr *MockDynamoDBAPIMockRecorder) Scan(arg0 interface{}) *gomock.Call
Scan indicates an expected call of Scan
func (*MockDynamoDBAPIMockRecorder) ScanPages ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanPages(arg0, arg1 interface{}) *gomock.Call
ScanPages indicates an expected call of ScanPages
func (*MockDynamoDBAPIMockRecorder) ScanPagesWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ScanPagesWithContext indicates an expected call of ScanPagesWithContext
func (*MockDynamoDBAPIMockRecorder) ScanRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanRequest(arg0 interface{}) *gomock.Call
ScanRequest indicates an expected call of ScanRequest
func (*MockDynamoDBAPIMockRecorder) ScanWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) ScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ScanWithContext indicates an expected call of ScanWithContext
func (*MockDynamoDBAPIMockRecorder) TagResource ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockDynamoDBAPIMockRecorder) TagResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockDynamoDBAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) TransactGetItems ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItems(arg0 interface{}) *gomock.Call
TransactGetItems indicates an expected call of TransactGetItems
func (*MockDynamoDBAPIMockRecorder) TransactGetItemsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsRequest(arg0 interface{}) *gomock.Call
TransactGetItemsRequest indicates an expected call of TransactGetItemsRequest
func (*MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactGetItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TransactGetItemsWithContext indicates an expected call of TransactGetItemsWithContext
func (*MockDynamoDBAPIMockRecorder) TransactWriteItems ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItems(arg0 interface{}) *gomock.Call
TransactWriteItems indicates an expected call of TransactWriteItems
func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsRequest(arg0 interface{}) *gomock.Call
TransactWriteItemsRequest indicates an expected call of TransactWriteItemsRequest
func (*MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) TransactWriteItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TransactWriteItemsWithContext indicates an expected call of TransactWriteItemsWithContext
func (*MockDynamoDBAPIMockRecorder) UntagResource ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockDynamoDBAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockDynamoDBAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackups ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackups(arg0 interface{}) *gomock.Call
UpdateContinuousBackups indicates an expected call of UpdateContinuousBackups
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsRequest(arg0 interface{}) *gomock.Call
UpdateContinuousBackupsRequest indicates an expected call of UpdateContinuousBackupsRequest
func (*MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateContinuousBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateContinuousBackupsWithContext indicates an expected call of UpdateContinuousBackupsWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTable ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTable(arg0 interface{}) *gomock.Call
UpdateGlobalTable indicates an expected call of UpdateGlobalTable
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableRequest(arg0 interface{}) *gomock.Call
UpdateGlobalTableRequest indicates an expected call of UpdateGlobalTableRequest
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettings(arg0 interface{}) *gomock.Call
UpdateGlobalTableSettings indicates an expected call of UpdateGlobalTableSettings
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsRequest(arg0 interface{}) *gomock.Call
UpdateGlobalTableSettingsRequest indicates an expected call of UpdateGlobalTableSettingsRequest
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateGlobalTableSettingsWithContext indicates an expected call of UpdateGlobalTableSettingsWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateGlobalTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateGlobalTableWithContext indicates an expected call of UpdateGlobalTableWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateItem ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItem(arg0 interface{}) *gomock.Call
UpdateItem indicates an expected call of UpdateItem
func (*MockDynamoDBAPIMockRecorder) UpdateItemRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItemRequest(arg0 interface{}) *gomock.Call
UpdateItemRequest indicates an expected call of UpdateItemRequest
func (*MockDynamoDBAPIMockRecorder) UpdateItemWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateItemWithContext indicates an expected call of UpdateItemWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTable ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTable(arg0 interface{}) *gomock.Call
UpdateTable indicates an expected call of UpdateTable
func (*MockDynamoDBAPIMockRecorder) UpdateTableRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableRequest(arg0 interface{}) *gomock.Call
UpdateTableRequest indicates an expected call of UpdateTableRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTableWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTableWithContext indicates an expected call of UpdateTableWithContext
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLive ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLive(arg0 interface{}) *gomock.Call
UpdateTimeToLive indicates an expected call of UpdateTimeToLive
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveRequest(arg0 interface{}) *gomock.Call
UpdateTimeToLiveRequest indicates an expected call of UpdateTimeToLiveRequest
func (*MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) UpdateTimeToLiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UpdateTimeToLiveWithContext indicates an expected call of UpdateTimeToLiveWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExists ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExists(arg0 interface{}) *gomock.Call
WaitUntilTableExists indicates an expected call of WaitUntilTableExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableExistsWithContext indicates an expected call of WaitUntilTableExistsWithContext
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExists(arg0 interface{}) *gomock.Call
WaitUntilTableNotExists indicates an expected call of WaitUntilTableNotExists
func (*MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext ¶
func (mr *MockDynamoDBAPIMockRecorder) WaitUntilTableNotExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
WaitUntilTableNotExistsWithContext indicates an expected call of WaitUntilTableNotExistsWithContext
type MockLogInterface ¶
type MockLogInterface struct {
// contains filtered or unexported fields
}
MockLogInterface is a mock of LogInterface interface
func NewMockLogInterface ¶
func NewMockLogInterface(ctrl *gomock.Controller) *MockLogInterface
NewMockLogInterface creates a new mock instance
func (*MockLogInterface) EXPECT ¶
func (m *MockLogInterface) EXPECT() *MockLogInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockLogInterface) Error ¶
func (m *MockLogInterface) Error(message string)
error mocks base method
func (*MockLogInterface) Info ¶
func (m *MockLogInterface) Info(message string)
info mocks base method
func (*MockLogInterface) Warn ¶
func (m *MockLogInterface) Warn(message string)
warn mocks base method
func (*MockLogInterface) WithContext ¶
func (m *MockLogInterface) WithContext(ctx context.Context) djoemo.LogInterface
WithContext mocks base method
func (*MockLogInterface) WithFields ¶
func (m *MockLogInterface) WithFields(fields map[string]interface{}) djoemo.LogInterface
WithFields mocks base method
type MockLogInterfaceMockRecorder ¶
type MockLogInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockLogInterfaceMockRecorder is the mock recorder for MockLogInterface
func (*MockLogInterfaceMockRecorder) Error ¶
func (mr *MockLogInterfaceMockRecorder) Error(message interface{}) *gomock.Call
error indicates an expected call of error
func (*MockLogInterfaceMockRecorder) Info ¶
func (mr *MockLogInterfaceMockRecorder) Info(message interface{}) *gomock.Call
info indicates an expected call of info
func (*MockLogInterfaceMockRecorder) Warn ¶
func (mr *MockLogInterfaceMockRecorder) Warn(message interface{}) *gomock.Call
warn indicates an expected call of warn
func (*MockLogInterfaceMockRecorder) WithContext ¶
func (mr *MockLogInterfaceMockRecorder) WithContext(ctx interface{}) *gomock.Call
WithContext indicates an expected call of WithContext
func (*MockLogInterfaceMockRecorder) WithFields ¶
func (mr *MockLogInterfaceMockRecorder) WithFields(fields interface{}) *gomock.Call
WithFields indicates an expected call of WithFields
type MockMetricsInterface ¶
type MockMetricsInterface struct {
// contains filtered or unexported fields
}
MockMetricsInterface is a mock of MetricsInterface interface
func NewMockMetricsInterface ¶
func NewMockMetricsInterface(ctrl *gomock.Controller) *MockMetricsInterface
NewMockMetricsInterface creates a new mock instance
func (*MockMetricsInterface) EXPECT ¶
func (m *MockMetricsInterface) EXPECT() *MockMetricsInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMetricsInterface) Publish ¶
func (m *MockMetricsInterface) Publish(key, metricName string, metricValue float64) error
Publish mocks base method
func (*MockMetricsInterface) WithContext ¶
func (m *MockMetricsInterface) WithContext(ctx context.Context) djoemo.MetricsInterface
WithContext mocks base method
type MockMetricsInterfaceMockRecorder ¶
type MockMetricsInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockMetricsInterfaceMockRecorder is the mock recorder for MockMetricsInterface
func (*MockMetricsInterfaceMockRecorder) Publish ¶
func (mr *MockMetricsInterfaceMockRecorder) Publish(key, metricName, metricValue interface{}) *gomock.Call
Publish indicates an expected call of Publish
func (*MockMetricsInterfaceMockRecorder) WithContext ¶
func (mr *MockMetricsInterfaceMockRecorder) WithContext(ctx interface{}) *gomock.Call
WithContext indicates an expected call of WithContext