mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/prama_table.go (#9125)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9119/head
parent
efabe9ecd1
commit
35aa54dcd9
|
@ -45,6 +45,7 @@ func (pt *ParamTable) Init() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// initParams initializes params of the configuration items.
|
||||||
func (pt *ParamTable) initParams() {
|
func (pt *ParamTable) initParams() {
|
||||||
pt.initServicePort()
|
pt.initServicePort()
|
||||||
pt.initServiceAddress()
|
pt.initServiceAddress()
|
||||||
|
|
Loading…
Reference in New Issue