changed the way the destinations are cached

This commit is contained in:
Radu Ioan Fericean
2013-12-17 19:33:04 +02:00
parent 806570cbaf
commit cd9eaecb83
14 changed files with 123 additions and 134 deletions

View File

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