mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for QueryNode (#9968)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9984/head
parent
bf1ef21c6b
commit
148b26cf40
|
@ -279,6 +279,7 @@ func (s *Server) GetStatisticsChannel(ctx context.Context, req *internalpb.GetSt
|
|||
return s.querynode.GetStatisticsChannel(ctx)
|
||||
}
|
||||
|
||||
// GetComponentStates gets the component states of QueryNode.
|
||||
func (s *Server) GetComponentStates(ctx context.Context, req *internalpb.GetComponentStatesRequest) (*internalpb.ComponentStates, error) {
|
||||
// ignore ctx and in
|
||||
return s.querynode.GetComponentStates(ctx)
|
||||
|
|
Loading…
Reference in New Issue