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

Struct dynamodbKVWithTimeout

pkg/ring/kv/dynamodb/dynamodb.go:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297type dynamodbKVWithTimeout struct {
298 ddbClient dynamoDbClient
299 timeout time.Duration
300}
301
302func newDynamodbKVWithTimeout(client dynamoDbClient, timeout time.Duration) *dynamodbKVWithTimeout {
303 return &dynamodbKVWithTimeout{ddbClient: client, timeout: timeout}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected