[skip ci]Fix golint error for Init in QueryCoord (#11163)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/11188/head
cai.zhang 2021-11-03 19:33:01 +08:00 committed by GitHub
parent c5bc54abd6
commit c50616711e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ func NewClient(ctx context.Context, metaRoot string, etcdEndpoints []string) (*C
return client, nil
}
// Init initializes QueryCoord's grpc client.
func (c *Client) Init() error {
Params.Init()
return nil