[skip ci] Add comment for getCollectionFlowGraphs (#11688)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-11-11 22:13:05 +08:00 committed by GitHub
parent adee5a53b8
commit c782a05c2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()