mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryCoord (#9266)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9271/head
parent
09fd47585c
commit
2ef2ba4c81
|
@ -45,6 +45,7 @@ type queryChannelInfo struct {
|
|||
responseChannel string
|
||||
}
|
||||
|
||||
// QueryCoord is the coordinator of queryNodes
|
||||
type QueryCoord struct {
|
||||
loopCtx context.Context
|
||||
loopCancel context.CancelFunc
|
||||
|
|
Loading…
Reference in New Issue