mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add infrastructure for Account in StorDB
This commit is contained in:
committed by
Dan Christian Bogos
parent
1bcc013c72
commit
41d9599d87
@@ -192,6 +192,7 @@ type LoadReader interface {
|
||||
GetTPDispatcherHosts(string, string, string) ([]*utils.TPDispatcherHost, error)
|
||||
GetTPRateProfiles(string, string, string) ([]*utils.TPRateProfile, error)
|
||||
GetTPActionProfiles(string, string, string) ([]*utils.TPActionProfile, error)
|
||||
GetTPAccountProfiles(string, string, string) ([]*utils.TPAccountProfile, error)
|
||||
}
|
||||
|
||||
type LoadWriter interface {
|
||||
@@ -218,6 +219,7 @@ type LoadWriter interface {
|
||||
SetTPDispatcherHosts([]*utils.TPDispatcherHost) error
|
||||
SetTPRateProfiles([]*utils.TPRateProfile) error
|
||||
SetTPActionProfiles([]*utils.TPActionProfile) error
|
||||
SetTPAccountProfiles([]*utils.TPAccountProfile) error
|
||||
}
|
||||
|
||||
// NewMarshaler returns the marshaler type selected by mrshlerStr
|
||||
|
||||
Reference in New Issue
Block a user