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