mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for distributed/proxy.Server (#13991)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14008/head
parent
35b577aacc
commit
33963955dc
|
@ -360,6 +360,7 @@ func (s *Server) DropPartition(ctx context.Context, request *milvuspb.DropPartit
|
|||
return s.proxy.DropPartition(ctx, request)
|
||||
}
|
||||
|
||||
// HasPartition notifies Proxy to check a partition's existence
|
||||
func (s *Server) HasPartition(ctx context.Context, request *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) {
|
||||
return s.proxy.HasPartition(ctx, request)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue