mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 06:38:45 +05:00
destination storage refactoring started
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user