From 33e01df2ddc74f6b0a945950440d668c6cdc0a50 Mon Sep 17 00:00:00 2001 From: Vernon Keenan Date: Tue, 12 Jan 2021 14:04:24 -0800 Subject: [PATCH] shared --- shared/root.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shared/root.go diff --git a/shared/root.go b/shared/root.go new file mode 100644 index 0000000..35f025d --- /dev/null +++ b/shared/root.go @@ -0,0 +1,5 @@ +// Package shared defines globals for Temporal +package shared + +// TaxnexusRulesTaskQueue defines the Temporal Tax Queue used in the Temporal Worker +const TaxnexusRulesTaskQueue = "TAXNEXUS_RULES_TASK_QUEUE"