mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comments to proxy service (#13831)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>pull/13682/head
parent
42c6088911
commit
398a11cda0
|
@ -440,6 +440,7 @@ func (s *Server) GetPersistentSegmentInfo(ctx context.Context, request *milvuspb
|
|||
return s.proxy.GetPersistentSegmentInfo(ctx, request)
|
||||
}
|
||||
|
||||
//GetQuerySegmentInfo notifies Proxy to get query segment info.
|
||||
func (s *Server) GetQuerySegmentInfo(ctx context.Context, request *milvuspb.GetQuerySegmentInfoRequest) (*milvuspb.GetQuerySegmentInfoResponse, error) {
|
||||
return s.proxy.GetQuerySegmentInfo(ctx, request)
|
||||
|
||||
|
|
Loading…
Reference in New Issue