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

Struct MockDynamodbClient

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

Source from the content-addressed store, hash-verified

411}
412
413type MockDynamodbClient struct {
414 mock.Mock
415}
416
417//revive:disable:unexported-return
418func NewDynamodbClientMock() *MockDynamodbClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected