Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
(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
TestValues
Function · 0.95
Calls
1
String
Method · 0.45
Tested by
1
TestValues
Function · 0.76