Removed RateProfile from engine package to utils

This commit is contained in:
porosnicuadrian
2021-03-17 13:48:08 +02:00
committed by Dan Christian Bogos
parent c61e2046f3
commit 5d323f4671
28 changed files with 179 additions and 1686 deletions

View File

@@ -129,8 +129,8 @@ type DataDB interface {
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
SetDispatcherHostDrv(*DispatcherHost) error
RemoveDispatcherHostDrv(string, string) error
GetRateProfileDrv(string, string) (*RateProfile, error)
SetRateProfileDrv(*RateProfile) error
GetRateProfileDrv(string, string) (*utils.RateProfile, error)
SetRateProfileDrv(*utils.RateProfile) error
RemoveRateProfileDrv(string, string) error
GetActionProfileDrv(string, string) (*ActionProfile, error)
SetActionProfileDrv(*ActionProfile) error