fix: awsv4 signatures + http client
This commit is contained in:
parent
bdf9298496
commit
f47bdf7fd2
7 changed files with 36 additions and 16 deletions
|
@ -54,9 +54,9 @@ type BatchSearchResult struct {
|
|||
}
|
||||
|
||||
type SearchResultItem struct {
|
||||
SortKey string `json:"sk"`
|
||||
CausalityToken string `json:"ct"`
|
||||
Values []Item `json:"v"`
|
||||
SortKey string `json:"sk"`
|
||||
CausalityToken CausalityToken `json:"ct"`
|
||||
Values []Item `json:"v"`
|
||||
}
|
||||
|
||||
func (c *Client) ReadBatch(ctx context.Context, b Bucket, q []BatchSearch) ([]*BatchSearchResult, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue