[skip ci]Fix golint error for Init in QueryNode (#10304)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/10311/head
cai.zhang 2021-10-20 19:55:07 +08:00 committed by GitHub
parent af21350154
commit 063c7859f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ func NewClient(ctx context.Context, addr string) (*Client, error) {
return client, nil
}
// Init initializes QueryNode's grpc client.
func (c *Client) Init() error {
Params.Init()
return nil