[skip ci] Add comment for getPartitionFlowGraphs (#11930)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11874/head
bigsheeper 2021-11-16 21:39:49 +08:00 committed by GitHub
parent b79bf56226
commit 77b6dc2081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -226,6 +226,7 @@ func (dsService *dataSyncService) addPartitionFlowGraph(collectionID UniqueID, p
}
}
// getPartitionFlowGraphs returns the partition flow graph by partitionID
func (dsService *dataSyncService) getPartitionFlowGraphs(partitionID UniqueID, vChannels []string) (map[Channel]*queryNodeFlowGraph, error) {
dsService.mu.Lock()
defer dsService.mu.Unlock()