// &types.AttributeValueMemberS{Value: "ffs"}
dt.S("yay")
// &types.AttributeValueMemberSS{Value: []string{"g", "d", "i"}}
dt.SS("e", "z")
// map[string]types.AttributeValue{
// ":n": &types.AttributeValueMemberN{Value: strconv.Itoa("1")},
// ":s": &types.AttributeValueMemberS{Value: "a"},
// }
dt.Map(":n", dt.N(1), ":s", dt.S("a"))-
Notifications
You must be signed in to change notification settings - Fork 0
Short DynamoDB Types in Go
License
mlrd-tech/dt
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Short DynamoDB Types in Go
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published