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

Method ToAV

values.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (fv FloatValue) ToAV() dynamodb.AttributeValue {
46 return dynamodb.AttributeValue{N: aws.String(strconv.FormatFloat(fv.F, 'G', 17, 64))}
47}
48
49// IntValue is a convenience value wrapper for an int64, usable as
50// IntValue{42}

Callers 1

TestValuesFunction · 0.95

Calls 1

StringMethod · 0.45

Tested by 1

TestValuesFunction · 0.76