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

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-04 21:34:12 +08:00 committed by GitHub
parent a5408be308
commit a441e29c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ func (pt *ParamTable) initParams() {
pt.initServerMaxRecvSize()
}
// initServicePort initializes the port of IndexCoord service.
func (pt *ParamTable) initServicePort() {
pt.ServicePort = pt.ParseInt("indexCoord.port")
}