mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-23 08:08:45 +05:00
Added migrator for *load_ids
This commit is contained in:
committed by
Dan Christian Bogos
parent
4f96ca590b
commit
8cddeca1a0
@@ -130,6 +130,7 @@ type DataDB interface {
|
||||
RemoveDispatcherProfileDrv(string, string) error
|
||||
GetItemLoadIDsDrv(itemIDPrefix string) (loadIDs map[string]int64, err error)
|
||||
SetLoadIDsDrv(loadIDs map[string]int64) error
|
||||
RemoveLoadIDsDrv() error
|
||||
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
|
||||
SetDispatcherHostDrv(*DispatcherHost) error
|
||||
RemoveDispatcherHostDrv(string, string) error
|
||||
|
||||
Reference in New Issue
Block a user