[skip ci]Fix golint error for indexcoord (#12567)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/12579/head
cai.zhang 2021-12-01 22:33:51 +08:00 committed by GitHub
parent 88b53f6381
commit 79f1216f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ func (pt *ParamTable) LoadFromEnv() {
Params.IP = funcutil.GetLocalIP()
}
// initParams initializes params of the configuration items.
func (pt *ParamTable) initParams() {
pt.LoadFromEnv()
pt.LoadFromArgs()