Started testing the loaders implementation

This commit is contained in:
Trial97
2021-11-10 17:02:17 +02:00
committed by Dan Christian Bogos
parent 96e50f3962
commit bcdf7910d1
20 changed files with 883 additions and 1465 deletions

View File

@@ -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