mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error for indexcoord (#12567)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12579/head
parent
88b53f6381
commit
79f1216f9d
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue