未验证 提交 79f1216f 编写于 作者: C cai.zhang 提交者: GitHub

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

Signed-off-by: NCai.Zhang <cai.zhang@zilliz.com>
上级 88b53f63
...@@ -62,6 +62,7 @@ func (pt *ParamTable) LoadFromEnv() { ...@@ -62,6 +62,7 @@ func (pt *ParamTable) LoadFromEnv() {
Params.IP = funcutil.GetLocalIP() Params.IP = funcutil.GetLocalIP()
} }
// initParams initializes params of the configuration items.
func (pt *ParamTable) initParams() { func (pt *ParamTable) initParams() {
pt.LoadFromEnv() pt.LoadFromEnv()
pt.LoadFromArgs() pt.LoadFromArgs()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册