Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 8a36249 according to the output
from Gofumpt and Prettier.

Details: #2135
  • Loading branch information
deepsource-autofix[bot] committed May 21, 2024
1 parent 8a36249 commit 0dbb684
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docs/api/flush.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Flush RPC is the method to remove all vectors.
empty
### Output
- the scheme of `payload.v1.Info.Index.Count`
Expand All @@ -47,14 +46,14 @@ Flush RPC is the method to remove all vectors.
}
```

Object.Info_Index_Count
Object.Info_Index_Count

| field | type | label | desc. |
| :---------: |:------ | :---- | :------------------------------------------------------------------------- |
| stored | uint32 | | count of indices. |
| uncommitted | uint32 | | count of uncommitted indices. |
| indexing | bool | | the state indicating whether `vald-agent` pods is present in the indexing. |
| saving | bool | | the state indicating whether `vald-agent` pods is present in the saving. |
| field | type | label | desc. |
| :---------: | :----- | :---- | :------------------------------------------------------------------------- |
| stored | uint32 | | count of indices. |
| uncommitted | uint32 | | count of uncommitted indices. |
| indexing | bool | | the state indicating whether `vald-agent` pods is present in the indexing. |
| saving | bool | | the state indicating whether `vald-agent` pods is present in the saving. |

### Status Code

Expand Down

0 comments on commit 0dbb684

Please sign in to comment.