mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Started testing the loaders implementation
This commit is contained in:
committed by
Dan Christian Bogos
parent
96e50f3962
commit
bcdf7910d1
@@ -832,6 +832,7 @@ const (
|
||||
DNSTtl = "Ttl"
|
||||
DNSRdlength = "Rdlength"
|
||||
DNSData = "Data"
|
||||
MetaTntID = "*tntID"
|
||||
)
|
||||
|
||||
// Migrator Action
|
||||
@@ -1442,10 +1443,9 @@ const (
|
||||
|
||||
// LoaderS APIs
|
||||
const (
|
||||
LoaderSv1 = "LoaderSv1"
|
||||
LoaderSv1Load = "LoaderSv1.Load"
|
||||
LoaderSv1Remove = "LoaderSv1.Remove"
|
||||
LoaderSv1Ping = "LoaderSv1.Ping"
|
||||
LoaderSv1 = "LoaderSv1"
|
||||
LoaderSv1Run = "LoaderSv1.Run"
|
||||
LoaderSv1Ping = "LoaderSv1.Ping"
|
||||
)
|
||||
|
||||
// CacheS APIs
|
||||
|
||||
Reference in New Issue
Block a user