mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint warning of paramtable (#9991)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10000/head
parent
dc0269cf4c
commit
977e98d21b
|
@ -54,6 +54,7 @@ func (p *BaseParamTable) Init() {
|
|||
})
|
||||
}
|
||||
|
||||
// LoadCfgToMemory loads configurations from file into memory.
|
||||
func (p *BaseParamTable) LoadCfgToMemory() {
|
||||
p.initEtcdConf()
|
||||
p.initMetaRootPath()
|
||||
|
|
Loading…
Reference in New Issue