mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add comment for distributed/proxy.Server (#13991)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user