mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint in indexcoord/prama_table.go (#9301)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/9355/head
parent
33e73f3648
commit
744fc8d078
|
@ -84,6 +84,7 @@ func (pt *ParamTable) initEtcdEndpoints() {
|
|||
pt.EtcdEndpoints = strings.Split(endpoints, ",")
|
||||
}
|
||||
|
||||
// initMetaRootPath initializes the root path of etcd.
|
||||
func (pt *ParamTable) initMetaRootPath() {
|
||||
rootPath, err := pt.Load("etcd.rootPath")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue