mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
LoadIDs use time.UnixNanoseconds instead of GenUUID
This commit is contained in:
committed by
Dan Christian Bogos
parent
01857c4d8a
commit
93cb87bece
@@ -128,8 +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
|
||||
GetItemLoadIDsDrv(itemIDPrefix string) (loadIDs map[string]int64, err error)
|
||||
SetLoadIDsDrv(loadIDs map[string]int64) error
|
||||
GetDispatcherHostDrv(string, string) (*DispatcherHost, error)
|
||||
SetDispatcherHostDrv(*DispatcherHost) error
|
||||
RemoveDispatcherHostDrv(string, string) error
|
||||
|
||||
Reference in New Issue
Block a user