mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix typo in query coordinator developer guide (#11571)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
2cf7bb8a5b
commit
1c242b3b7a
@ -214,10 +214,10 @@ type SearchMsg struct {
|
||||
}
|
||||
```
|
||||
|
||||
- _RetriveMsg_
|
||||
- _RetrieveMsg_
|
||||
|
||||
```go
|
||||
type RetriveRequest struct {
|
||||
type RetrieveRequest struct {
|
||||
Base *commonpb.MsgBase
|
||||
ResultChannelID string
|
||||
DbID int64
|
||||
@ -229,7 +229,7 @@ type RetriveRequest struct {
|
||||
GuaranteeTimestamp uint64
|
||||
}
|
||||
|
||||
type RetriveMsg struct {
|
||||
type RetrieveMsg struct {
|
||||
BaseMsg
|
||||
RetrieveRequest
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user