mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip e2e]Add comments to proxy service (#13829)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user