mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci]Fix golint error for QueryNode (#9969)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
d0e6b52ce9
commit
ac7bacbbcc
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user