(avm map[string]dynamodb.AttributeValue, c Client)
| 205 | } |
| 206 | |
| 207 | func parseItem(avm map[string]dynamodb.AttributeValue, c Client) (item itemDef) { |
| 208 | item.keyDef = parseKey(avm, c) |
| 209 | item.val = ReturnValue{avm[vk]} |
| 210 | |
| 211 | return |
| 212 | } |
| 213 | |
| 214 | type Flag string |
| 215 |