Skip to content

Commit

Permalink
Merge branch 'blob_metadata_with_pagination' into encoding_request_wi…
Browse files Browse the repository at this point in the history
…th_pagination
  • Loading branch information
Siddharth More authored and Siddharth More committed Jan 5, 2024
2 parents 74856fc + f688e0e commit 80f8152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/aws/dynamodb/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ type Key = map[string]types.AttributeValue
type ExpresseionValues = map[string]types.AttributeValue

type QueryResult struct {
Items []map[string]types.AttributeValue
LastEvaluatedKey map[string]types.AttributeValue
Items []Item
LastEvaluatedKey Key
}

type Client struct {
Expand Down

0 comments on commit 80f8152

Please sign in to comment.