mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 23:28:44 +05:00
Started renaming AccountPRofile into Account
This commit is contained in:
committed by
Dan Christian Bogos
parent
31414ca68b
commit
1f485d7cf9
@@ -107,8 +107,8 @@ 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
|
||||
GetAccountProfileDrv(string, string) (*utils.Account, error)
|
||||
SetAccountProfileDrv(profile *utils.Account) error
|
||||
RemoveAccountProfileDrv(string, string) error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user