Add connection from apier to scheduler for tutinternal config

This commit is contained in:
TeoV
2019-10-28 08:54:39 -04:00
committed by Dan Christian Bogos
parent a74917a605
commit 35d981c182
3 changed files with 9 additions and 3 deletions

View File

@@ -118,4 +118,9 @@
},
"apier": {
"scheduler_conns": [ // connections to SchedulerS for reloads
{"address": "*internal"},
],
},
}

View File

@@ -1429,3 +1429,7 @@ func (dm *DataManager) Reconnect(marshaler string, newcfg *config.DataDbCfg) (er
dm.dataDB = d
return
}
func (dm *DataManager) Preload(items []string) error {
}

View File

@@ -136,9 +136,6 @@ type DataDB interface {
RemoveDispatcherHostDrv(string, string) error
}
type DataDBPreload interface {
}
type StorDB interface {
CdrStorage
LoadReader