mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/prama_table.go (#9300)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9355/head
parent
50e862d41f
commit
33e73f3648
|
@ -75,6 +75,7 @@ func (pt *ParamTable) InitOnce() {
|
|||
})
|
||||
}
|
||||
|
||||
// initEtcdEndpoints initializes the etcd address of configuration items.
|
||||
func (pt *ParamTable) initEtcdEndpoints() {
|
||||
endpoints, err := pt.Load("_EtcdEndpoints")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue