summaryrefslogtreecommitdiff
path: root/nats/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'nats/constants.go')
-rw-r--r--nats/constants.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/nats/constants.go b/nats/constants.go
new file mode 100644
index 0000000..82436b5
--- /dev/null
+++ b/nats/constants.go
@@ -0,0 +1,5 @@
+package nats
+
+const (
+ NATS_TOPIC_REGISTRATION_NEW = "uvok.de.go.training_fellow.registration.new"
+)