mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 15:18:44 +05:00
Adding LoadID methods in storage_interface
This commit is contained in:
committed by
Dan Christian Bogos
parent
b2cd78af5d
commit
ba419ec67e
@@ -559,6 +559,7 @@ const (
|
||||
MetaLoad = "*load"
|
||||
MetaRemove = "*remove"
|
||||
MetaClear = "*clear"
|
||||
LoadIDs = "load_ids"
|
||||
)
|
||||
|
||||
// Migrator Action
|
||||
@@ -979,6 +980,7 @@ const (
|
||||
CacheClosedSessions = "closed_sessions"
|
||||
MetaPrecaching = "*precaching"
|
||||
MetaReady = "*ready"
|
||||
CacheLoadIDs = "load_ids"
|
||||
)
|
||||
|
||||
// Prefix for indexing
|
||||
|
||||
Reference in New Issue
Block a user