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

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/9234/head
cai.zhang 2021-10-04 21:32:10 +08:00 committed by GitHub
parent ff3e32751d
commit a5408be308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func (pt *ParamTable) initServicePort() {
pt.ServicePort = pt.ParseInt("indexCoord.port")
}
// initServiceAddress initializes the address of IndexCoord service.
func (pt *ParamTable) initServiceAddress() {
ret, err := pt.Load("_IndexCoordAddress")
if err != nil {