Add comment for GetSegmentStates (#8153)

Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
sunby 2021-09-18 16:49:51 +08:00 committed by GitHub
parent 9daf9dce1a
commit a16fb4cf39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,7 @@ func (s *Server) AssignSegmentID(ctx context.Context, req *datapb.AssignSegmentI
return s.dataCoord.AssignSegmentID(ctx, req)
}
// GetSegmentStates gets states of segments
func (s *Server) GetSegmentStates(ctx context.Context, req *datapb.GetSegmentStatesRequest) (*datapb.GetSegmentStatesResponse, error) {
return s.dataCoord.GetSegmentStates(ctx, req)
}