diff options
author | uvok cheetah | 2023-12-08 17:05:40 +0000 |
---|---|---|
committer | uvok cheetah | 2023-12-08 17:05:40 +0000 |
commit | e6d7e091b7b6dde1c736e7baf01fad5fd5c1ce27 (patch) | |
tree | 38a11d4df6a3661ba9eec8d0e7c7df0d9116a19d /nats/constants.go |
Initial Commit
Diffstat (limited to 'nats/constants.go')
-rw-r--r-- | nats/constants.go | 5 |
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" +) |