Skip to content

Commit

Permalink
upgrade frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Dec 29, 2022
1 parent 85eddc6 commit 6eb647a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -2583,6 +2583,10 @@ var doc = `{
"model.RebalanceTableReq": {
"type": "object",
"properties": {
"except_max_shard": {
"description": "remove the max shard's data to other shards",
"type": "boolean"
},
"keys": {
"type": "array",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2567,6 +2567,10 @@
"model.RebalanceTableReq": {
"type": "object",
"properties": {
"except_max_shard": {
"description": "remove the max shard's data to other shards",
"type": "boolean"
},
"keys": {
"type": "array",
"items": {
Expand Down
3 changes: 3 additions & 0 deletions docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,9 @@ definitions:
type: object
model.RebalanceTableReq:
properties:
except_max_shard:
description: remove the max shard's data to other shards
type: boolean
keys:
items:
$ref: '#/definitions/model.RebalanceShardingkey'
Expand Down

0 comments on commit 6eb647a

Please sign in to comment.