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

Method toAV

redimo.go:182–193  ·  view source on GitHub ↗
(c Client)

Source from the content-addressed store, hash-verified

180}
181
182func (k keyDef) toAV(c Client) map[string]dynamodb.AttributeValue {
183 m := map[string]dynamodb.AttributeValue{
184 c.pk: {
185 S: aws.String(k.pk),
186 },
187 c.sk: {
188 S: aws.String(k.sk),
189 },
190 }
191
192 return m
193}
194
195type itemDef struct {
196 keyDef

Callers 15

GETMethod · 0.45
SETMethod · 0.45
GETSETMethod · 0.45
MGETMethod · 0.45
msetMethod · 0.45
incrMethod · 0.45
ZADDMethod · 0.45
ZINCRBYMethod · 0.45
ZREMMethod · 0.45
ZSCOREMethod · 0.45
HGETMethod · 0.45
HSETMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected