mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for GetSegmentInfoChannel (#8897)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/8901/head
parent
c8f48f2e5b
commit
98fa078c39
|
@ -226,6 +226,7 @@ func (s *Server) GetPartitionStatistics(ctx context.Context, req *datapb.GetPart
|
|||
return s.dataCoord.GetPartitionStatistics(ctx, req)
|
||||
}
|
||||
|
||||
// GetSegmentInfoChannel gets channel to which datacoord sends segment information
|
||||
func (s *Server) GetSegmentInfoChannel(ctx context.Context, req *datapb.GetSegmentInfoChannelRequest) (*milvuspb.StringResponse, error) {
|
||||
return s.dataCoord.GetSegmentInfoChannel(ctx)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue