Skip to content

Commit

Permalink
chore: add gen_set_header for BatchDeleteRequest (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuiyisong authored Mar 27, 2023
1 parent 9ec91aa commit d3861c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/v1/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ gen_set_header!(DeleteRequest);
gen_set_header!(PutRequest);
gen_set_header!(BatchGetRequest);
gen_set_header!(BatchPutRequest);
gen_set_header!(BatchDeleteRequest);
gen_set_header!(CompareAndPutRequest);
gen_set_header!(DeleteRangeRequest);
gen_set_header!(MoveValueRequest);
Expand Down

0 comments on commit d3861c3

Please sign in to comment.