mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add infrastructure for AccountS in DataManager
This commit is contained in:
committed by
Dan Christian Bogos
parent
a287c9d1b2
commit
5775d09c7b
@@ -135,6 +135,12 @@ type DataDB interface {
|
||||
GetActionProfileDrv(string, string) (*ActionProfile, error)
|
||||
SetActionProfileDrv(*ActionProfile) error
|
||||
RemoveActionProfileDrv(string, string) error
|
||||
GetAccountProfileDrv(string, string) (*utils.AccountProfile, error)
|
||||
SetAccountProfileDrv(profile *utils.AccountProfile) error
|
||||
RemoveAccountProfileDrv(string, string) error
|
||||
GetAccount2Drv(string, string) (*utils.Account, error)
|
||||
SetAccount2Drv(*utils.Account) error
|
||||
RemoveAccount2Drv(string, string) error
|
||||
}
|
||||
|
||||
type StorDB interface {
|
||||
|
||||
Reference in New Issue
Block a user