mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-20 14:48:43 +05:00
Adding LoadID methods in storage_interface
This commit is contained in:
committed by
Dan Christian Bogos
parent
b2cd78af5d
commit
ba419ec67e
@@ -128,6 +128,8 @@ type DataDB interface {
|
||||
GetDispatcherProfileDrv(string, string) (*DispatcherProfile, error)
|
||||
SetDispatcherProfileDrv(*DispatcherProfile) error
|
||||
RemoveDispatcherProfileDrv(string, string) error
|
||||
GetItemLoadIDsDrv(itemIDPrefix string) (loadIDs map[string]string, err error)
|
||||
SetLoadIDsDrv(loadIDs map[string]string) error
|
||||
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
|
||||
SetDispatcherHostDrv(*DispatcherHost) error
|
||||
RemoveDispatcherHostDrv(string, string) error
|
||||
|
||||
Reference in New Issue
Block a user