MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / NewClient

Function NewClient

redimo.go:48–58  ·  view source on GitHub ↗
(service *dynamodb.Client)

Source from the content-addressed store, hash-verified

46}
47
48func NewClient(service *dynamodb.Client) Client {
49 return Client{
50 ddbClient: service,
51 consistentReads: true,
52 table: "redimo",
53 index: "redimo_index",
54 pk: "pk",
55 sk: "sk",
56 skN: "skN",
57 }
58}
59
60const (
61 vk = "val"

Callers 2

TestClientBuilderFunction · 0.85
newClientFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestClientBuilderFunction · 0.68
newClientFunction · 0.68