mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
changed the way the destinations are cached
This commit is contained in:
@@ -74,7 +74,7 @@ type DataStorage interface {
|
||||
SetRatingPlan(*RatingPlan) error
|
||||
GetRatingProfile(string, bool) (*RatingProfile, error)
|
||||
SetRatingProfile(*RatingProfile) error
|
||||
GetDestination(string, bool) (*Destination, error)
|
||||
GetDestination(string) (*Destination, error)
|
||||
// DestinationContainsPrefix(string, string) (int, error)
|
||||
SetDestination(*Destination) error
|
||||
GetActions(string, bool) (Actions, error)
|
||||
|
||||
Reference in New Issue
Block a user