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

Method ToAV

values.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (sv StringValue) ToAV() dynamodb.AttributeValue {
36 return dynamodb.AttributeValue{S: aws.String(sv.S)}
37}
38
39// FloatValue is a convenience value wrapper for a float64, usable as
40// FloatValue{3.14}

Callers 1

TestValuesFunction · 0.95

Calls 1

StringMethod · 0.45

Tested by 1

TestValuesFunction · 0.76