Add infrastructure for AccountS in LoaderS

This commit is contained in:
TeoV
2020-12-21 14:06:30 +02:00
committed by Dan Christian Bogos
parent aca6323c6f
commit fd3defa7ef
4 changed files with 73 additions and 1 deletions

View File

@@ -4027,7 +4027,7 @@ func (dm *DataManager) SetAccount2(ap *utils.Account, withIndex bool) (err error
}
func (dm *DataManager) RemoveAccount2(tenant, id string,
transactionID string, withIndex bool) (err error) {
transactionID string) (err error) {
if dm == nil {
err = utils.ErrNoDatabaseConn
return