mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for getCollectionFlowGraphs (#11688)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
adee5a53b8
commit
c782a05c2f
@ -100,6 +100,7 @@ func (dsService *dataSyncService) addCollectionDeltaFlowGraph(collectionID Uniqu
|
||||
}
|
||||
}
|
||||
|
||||
// getCollectionFlowGraphs returns the collection flowGraph by collectionID
|
||||
func (dsService *dataSyncService) getCollectionFlowGraphs(collectionID UniqueID, vChannels []string) (map[Channel]*queryNodeFlowGraph, error) {
|
||||
dsService.mu.Lock()
|
||||
defer dsService.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user