mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error for CreateQueryChannel in QueryCoord (#11061)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
18360dc032
commit
60d1f60651
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user