mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Adding service infrastructure for the RateS
This commit is contained in:
@@ -380,6 +380,7 @@ const (
|
||||
MetaCache = "*cache"
|
||||
MetaGuardian = "*guardians"
|
||||
MetaEEs = "*ees"
|
||||
MetaRateS = "*rates"
|
||||
MetaContinue = "*continue"
|
||||
Migrator = "migrator"
|
||||
UnsupportedMigrationTask = "unsupported migration task"
|
||||
@@ -725,6 +726,7 @@ const (
|
||||
MetaYearly = "*yearly"
|
||||
MetaDaily = "*daily"
|
||||
MetaWeekly = "*weekly"
|
||||
RateS = "RateS"
|
||||
)
|
||||
|
||||
// Migrator Action
|
||||
|
||||
Reference in New Issue
Block a user