mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for WatchDmChannels in QueryNode (#10476)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10480/head
parent
5021c27df7
commit
bf10fc6e7c
|
@ -273,6 +273,7 @@ func (c *Client) RemoveQueryChannel(ctx context.Context, req *querypb.RemoveQuer
|
|||
return ret.(*commonpb.Status), err
|
||||
}
|
||||
|
||||
// WatchDmChannels watches the channels about data manipulation.
|
||||
func (c *Client) WatchDmChannels(ctx context.Context, req *querypb.WatchDmChannelsRequest) (*commonpb.Status, error) {
|
||||
ret, err := c.recall(func() (interface{}, error) {
|
||||
client, err := c.getGrpcClient()
|
||||
|
|
Loading…
Reference in New Issue