[skip ci]Fix golint in indexcoord/prama_table.go (#9125)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9119/head
cai.zhang 2021-10-03 10:28:09 +08:00 committed by GitHub
parent efabe9ecd1
commit 35aa54dcd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ func (pt *ParamTable) Init() {
})
}
// initParams initializes params of the configuration items.
func (pt *ParamTable) initParams() {
pt.initServicePort()
pt.initServiceAddress()