mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Removing accounts (build.sh runs)
This commit is contained in:
committed by
Dan Christian Bogos
parent
06f648b987
commit
51c201e50e
@@ -135,9 +135,6 @@ type DataDB interface {
|
||||
GetActionProfileDrv(string, string) (*ActionProfile, error)
|
||||
SetActionProfileDrv(*ActionProfile) error
|
||||
RemoveActionProfileDrv(string, string) error
|
||||
GetAccountProfileDrv(string, string) (*utils.AccountProfile, error)
|
||||
SetAccountProfileDrv(profile *utils.AccountProfile) error
|
||||
RemoveAccountProfileDrv(string, string) error
|
||||
}
|
||||
|
||||
type StorDB interface {
|
||||
@@ -189,7 +186,6 @@ 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 {
|
||||
@@ -216,7 +212,6 @@ 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