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

[skip ci]Fix golint error for CreateQueryChannel in QueryCoord (#11061)

Signed-off-by: Ncai.zhang <cai.zhang@zilliz.com>
上级 18360dc0
......@@ -299,6 +299,7 @@ func (s *Server) ReleasePartitions(ctx context.Context, req *querypb.ReleasePart
return s.queryCoord.ReleasePartitions(ctx, req)
}
// CreateQueryChannel creates the channels for querying in QueryCoord.
func (s *Server) CreateQueryChannel(ctx context.Context, req *querypb.CreateQueryChannelRequest) (*querypb.CreateQueryChannelResponse, error) {
return s.queryCoord.CreateQueryChannel(ctx, req)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册