mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#13829)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13874/head
parent
cdab13668a
commit
e4ef536bb5
|
@ -404,6 +404,7 @@ func (s *Server) GetIndexBuildProgress(ctx context.Context, request *milvuspb.Ge
|
|||
return s.proxy.GetIndexBuildProgress(ctx, request)
|
||||
}
|
||||
|
||||
// GetIndexStates gets the index states from proxy.
|
||||
func (s *Server) GetIndexState(ctx context.Context, request *milvuspb.GetIndexStateRequest) (*milvuspb.GetIndexStateResponse, error) {
|
||||
return s.proxy.GetIndexState(ctx, request)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue