mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Add comment for GetSegmentStates (#8153)
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
9daf9dce1a
commit
a16fb4cf39
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user