RunID is not longer added to event but to APIOpts

This commit is contained in:
andronache
2021-10-19 15:39:51 +03:00
committed by Dan Christian Bogos
parent 37dfdf6e58
commit 1e080a7123
20 changed files with 152 additions and 81 deletions

View File

@@ -214,13 +214,16 @@ const (
FallbackSubject = "FallbackSubject"
DryRun = "DryRun"
CustomValue = "CustomValue"
Value = "Value"
LastUsed = "LastUsed"
PDD = "PDD"
Route = "Route"
RunID = "RunID"
CustomValue = "CustomValue"
Value = "Value"
LastUsed = "LastUsed"
PDD = "PDD"
Route = "Route"
RunID = "RunID"
MetaRunID = "*runID"
AttributeIDs = "AttributeIDs"
MetaOptsRunID = "*opts.*runID"
MetaReqRunID = "*req.RunID"
Cost = "Cost"
CostDetails = "CostDetails"
@@ -230,7 +233,6 @@ const (
StaticValuePrefix = "^"
CSV = "csv"
FWV = "fwv"
MetaCombimed = "*combimed"
MetaMongo = "*mongo"
MetaPostgres = "*postgres"
MetaInternal = "*internal"