destination storage refactoring started

This commit is contained in:
Radu Ioan Fericean
2016-07-18 21:51:42 +03:00
parent 8cc273b2f1
commit db50767a99
5 changed files with 38 additions and 54 deletions

View File

@@ -47,8 +47,8 @@ type RatingStorage interface {
GetRatingProfile(string, bool) (*RatingProfile, error)
SetRatingProfile(*RatingProfile) error
RemoveRatingProfile(string) error
GetDestination(string) (*Destination, error)
SetDestination(*Destination) error
GetDestinationIDs(string) ([]string, error)
SetDestinationIDs(*Destination) error
RemoveDestination(string) error
GetLCR(string, bool) (*LCR, error)
SetLCR(*LCR) error