mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for newDataSyncService (#8962)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/9011/head
parent
09219f062c
commit
a5a85f75bd
|
@ -195,6 +195,7 @@ func (dsService *dataSyncService) removePartitionFlowGraph(partitionID UniqueID)
|
|||
delete(dsService.partitionFlowGraphs, partitionID)
|
||||
}
|
||||
|
||||
// newDataSyncService returns a new dataSyncService
|
||||
func newDataSyncService(ctx context.Context,
|
||||
streamingReplica ReplicaInterface,
|
||||
tSafeReplica TSafeReplicaInterface,
|
||||
|
|
Loading…
Reference in New Issue