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

Method ToAV

values.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (iv IntValue) ToAV() dynamodb.AttributeValue {
56 return dynamodb.AttributeValue{N: aws.String(strconv.FormatInt(iv.I, 10))}
57}
58
59// BytesValue is a convenience wrapper for a byte slice, usable as
60// BytesValue{[]byte{1,2,3}}

Callers 1

TestValuesFunction · 0.95

Calls 1

StringMethod · 0.45

Tested by 1

TestValuesFunction · 0.76