MCPcopy Create free account
hub / github.com/cortexproject/cortex / NewDynamodbClientMock

Function NewDynamodbClientMock

pkg/ring/kv/dynamodb/client_test.go:418–420  ·  view source on GitHub ↗

revive:disable:unexported-return

()

Source from the content-addressed store, hash-verified

416
417//revive:disable:unexported-return
418func NewDynamodbClientMock() *MockDynamodbClient {
419 return &MockDynamodbClient{}
420}
421
422//revive:enable:unexported-return
423

Callers 13

Test_CAS_ErrorNoRetryFunction · 0.85
Test_CAS_BackoffFunction · 0.85
Test_CAS_FailedFunction · 0.85
Test_CAS_UpdateFunction · 0.85
Test_CAS_DeleteFunction · 0.85
Test_CAS_Update_DeleteFunction · 0.85
Test_WatchKeyFunction · 0.85
Test_CAS_UpdateStaleFunction · 0.85
Test_WatchPrefixFunction · 0.85
Test_UpdateStaleDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected