[skip ci] Add comment for getCollectionDeltaFlowGraphs (#11689)

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

View File

@ -119,6 +119,7 @@ func (dsService *dataSyncService) getCollectionFlowGraphs(collectionID UniqueID,
return tmpFGs, nil
}
// getCollectionDeltaFlowGraphs returns the collection delta flowGraph by collectionID
func (dsService *dataSyncService) getCollectionDeltaFlowGraphs(collectionID UniqueID, vChannels []string) (map[Channel]*queryNodeFlowGraph, error) {
dsService.mu.Lock()
defer dsService.mu.Unlock()