Started renaming AccountPRofile into Account

This commit is contained in:
porosnicuadrian
2021-04-06 18:04:56 +03:00
committed by Dan Christian Bogos
parent 31414ca68b
commit 1f485d7cf9
28 changed files with 146 additions and 146 deletions

View File

@@ -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
}