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

Method ToAV

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

Source from the content-addressed store, hash-verified

24// be used to access the raw dynamo.AttributeValue struct, allowing you to do custom decoding.
25type Value interface {
26 ToAV() dynamodb.AttributeValue
27}
28
29// StringValue is a convenience value wrapper for a string, usable as

Callers 15

sequenceUpdateActionMethod · 0.65
toPutActionMethod · 0.65
updateDeliveryActionMethod · 0.65
toAVMethod · 0.65
XADDMethod · 0.65
xInitActionMethod · 0.65
xGroupReadPendingMethod · 0.65
addConditionEqualityMethod · 0.65
addConditionLessThanMethod · 0.65
updateSETMethod · 0.65

Implementers 7

StringValuevalues.go
FloatValuevalues.go
IntValuevalues.go
BytesValuevalues.go
ReturnValuevalues.go
zScoresorted_sets.go
zLexsorted_sets.go

Calls

no outgoing calls

Tested by 5

TestRangesFunction · 0.52
TestBasicHashesFunction · 0.52
TestValuesFunction · 0.52