Skip to content

Commit

Permalink
Merge pull request #8 from maximelamure/clean_model
Browse files Browse the repository at this point in the history
clean models
  • Loading branch information
maximelamure authored Dec 23, 2022
2 parents dd6bfb4 + b283fc1 commit 7c90a30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,5 @@ type UpdateByQueryResult struct {
Bulk int `json:"bulk"`
Search int `json:"search"`
} `json:"retries"`
ThrottledMillis int `json:"throttled_millis"`
RequestsPerSecond int `json:"requests_per_second"`
ThrottledUntilMillis int `json:"throttled_until_millis"`
Failures []interface{} `json:"failures"`
Failures []interface{} `json:"failures"`
}

0 comments on commit 7c90a30

Please sign in to comment.