mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] fix typo in milvus_drop_collection.md (#11785)
Signed-off-by: Gitea <zizhao.chen@zilliz.com>
This commit is contained in:
parent
3a9d6ee070
commit
a2c761b865
@ -28,7 +28,7 @@ message DropCollectionRequest {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Once the `DropCollection` request is received, the `Proxy` would wrap this request into `DropCollectionTask`, and push this task into `DdTaskQueue` queue. After that, `Proxy` would call `WatiToFinish` method to wait until the task is finished.
|
2. Once the `DropCollection` request is received, the `Proxy` would wrap this request into `DropCollectionTask`, and push this task into `DdTaskQueue` queue. After that, `Proxy` would call `WaitToFinish` method to wait until the task is finished.
|
||||||
|
|
||||||
```go
|
```go
|
||||||
type task interface {
|
type task interface {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user