mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Make minor improvements to sessions backup
This commit is contained in:
committed by
Dan Christian Bogos
parent
b061770e68
commit
f46b37bdf8
@@ -128,7 +128,7 @@ type DataDB interface {
|
||||
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
|
||||
SetDispatcherHostDrv(*DispatcherHost) error
|
||||
RemoveDispatcherHostDrv(string, string) error
|
||||
SetBackupSessionsDrv(sessions []*StoredSession, nodeID string, tenant string) error
|
||||
SetBackupSessionsDrv(nodeID string, tenant string, sessions []*StoredSession) error
|
||||
GetSessionsBackupDrv(nodeID string, tenant string) ([]*StoredSession, error)
|
||||
RemoveSessionsBackupDrv(nodeID, tenant, cgrid string) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user