Removing accounts (build.sh runs)

This commit is contained in:
andronache
2021-03-31 09:26:39 +03:00
committed by Dan Christian Bogos
parent 06f648b987
commit 51c201e50e
42 changed files with 236 additions and 2594 deletions

View File

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