[skip e2e]Add comments to proxy service (#13829)

Signed-off-by: jingkl <jingjing.jia@zilliz.com>
pull/13874/head
jingkl 2021-12-21 15:25:08 +08:00 committed by GitHub
parent cdab13668a
commit e4ef536bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)
}