[skip ci] Refine doc section number (#8597)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-09-26 17:47:58 +08:00 committed by GitHub
parent 2d27258d3c
commit 8b82d8755a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
## 6. Proxy
## 5. Proxy
@ -6,7 +6,7 @@
#### 6.0 Proxy Service Interface
#### 5.0 Proxy Service Interface
```go
type ProxyService interface {
@ -67,7 +67,7 @@ type InvalidateCollMetaCacheRequest struct {
#### 6.1 Proxy Node Interface
#### 5.1 Proxy Node Interface
```go
type Proxy interface {
@ -87,7 +87,7 @@ type InvalidateCollMetaCacheRequest struct {
}
```
#### 6.2 Milvus Service Interface
#### 5.2 Milvus Service Interface
Proxy also implements Milvus Service interface to receive client grpc call.
@ -334,7 +334,7 @@ type PersistentSegmentInfoResponse struct{
```
#### 6.1 Proxy Instance
#### 5.3 Proxy Instance
```go
type Proxy struct {
@ -424,7 +424,7 @@ var Params ParamTable
```
#### 6.2 Task
#### 5.4 Task
``` go
type task interface {
@ -445,7 +445,7 @@ type task interface {
}
```
#### 6.2 Task Scheduler
#### 5.5 Task Scheduler
* Base Task Queue
@ -599,7 +599,7 @@ message taskSchedulerHeartbeat {
// TODO
#### 6.3 Time Tick
#### 5.6 Time Tick
* Time Tick