mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/prama_table.go (#9228)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9234/head
parent
ff3e32751d
commit
a5408be308
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue