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

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

View File

@ -439,6 +439,7 @@ func (s *Server) GetDdChannel(ctx context.Context, request *internalpb.GetDdChan
return s.proxy.GetDdChannel(ctx, request)
}
//GetPersistentSegmentInfo notifies Proxy to get persistent segment info.
func (s *Server) GetPersistentSegmentInfo(ctx context.Context, request *milvuspb.GetPersistentSegmentInfoRequest) (*milvuspb.GetPersistentSegmentInfoResponse, error) {
return s.proxy.GetPersistentSegmentInfo(ctx, request)
}