[skip ci]Add comment for GetSegmentInfoChannel (#8897)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
pull/8901/head
sunby 2021-09-29 23:42:00 +08:00 committed by GitHub
parent c8f48f2e5b
commit 98fa078c39
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 (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)
}