mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removed RateProfile from engine package to utils
This commit is contained in:
committed by
Dan Christian Bogos
parent
c61e2046f3
commit
5d323f4671
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user