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

Method expressionAttributeValues

redimo.go:106–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (b *expressionBuilder) expressionAttributeValues() map[string]dynamodb.AttributeValue {
107 if len(b.values) == 0 {
108 return nil
109 }
110
111 out := make(map[string]dynamodb.AttributeValue)
112
113 for k, v := range b.values {
114 out[":"+k] = v
115 }
116
117 return out
118}
119
120func (b *expressionBuilder) updateExpression() *string {
121 if len(b.clauses) == 0 {

Callers 15

sequenceUpdateActionMethod · 0.80
toPutActionMethod · 0.80
updateDeliveryActionMethod · 0.80
xInitActionMethod · 0.80
XCLAIMMethod · 0.80
XLENMethod · 0.80
XPENDINGMethod · 0.80
xRangeMethod · 0.80
xGroupReadPendingMethod · 0.80
XTRIMMethod · 0.80
GEOADDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected