[skip ci]Fix golint error for WatchDmChannels in QueryNode (#10476)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10480/head
cai.zhang 2021-10-22 19:37:30 +08:00 committed by GitHub
parent 5021c27df7
commit bf10fc6e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()