Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
413
type
MockDynamodbClient
struct
{
414
mock.Mock
415
}
416
417
//revive:disable:unexported-return
418
func
NewDynamodbClientMock() *MockDynamodbClient {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected