未验证 提交 2ea70b6e 编写于 作者: C cai.zhang 提交者: GitHub

[skip ci]Fix golint error for HasPartition in rootcoord (#11850)

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 a7be2e19
......@@ -335,6 +335,7 @@ func (s *Server) DropPartition(ctx context.Context, in *milvuspb.DropPartitionRe
return s.rootCoord.DropPartition(ctx, in)
}
// HasPartition checks whether a partition is created.
func (s *Server) HasPartition(ctx context.Context, in *milvuspb.HasPartitionRequest) (*milvuspb.BoolResponse, error) {
return s.rootCoord.HasPartition(ctx, in)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册