[skip ci]Fix golint error for QueryNode (#9969)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-15 18:10:54 +08:00 committed by GitHub
parent d0e6b52ce9
commit ac7bacbbcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,6 +285,7 @@ func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComp
return s.querynode.GetComponentStates(ctx)
}
// AddQueryChannel adds query channel for QueryNode component.
func (s *Server) AddQueryChannel(ctx context.Context, req *querypb.AddQueryChannelRequest) (*commonpb.Status, error) {
// ignore ctx
return s.querynode.AddQueryChannel(ctx, req)