mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for initPort in indexcoord (#12045)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12052/head
parent
732cb95339
commit
da0e5b7b0b
|
@ -62,7 +62,7 @@ func (pt *ParamTable) initParams() {
|
|||
pt.initServerMaxRecvSize()
|
||||
}
|
||||
|
||||
// initServicePort initializes the port of IndexCoord service.
|
||||
// initPort initializes the port of IndexCoord service.
|
||||
func (pt *ParamTable) initPort() {
|
||||
pt.Port = pt.ParseInt("indexCoord.port")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue