From 8321743717c66659573de1f6d4a5df1001d42691 Mon Sep 17 00:00:00 2001 From: Nam Huynh Date: Sun, 4 Dec 2022 22:33:10 +0700 Subject: [PATCH] remove server and service in config --- constant.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 constant.go diff --git a/constant.go b/constant.go new file mode 100644 index 0000000..0d87a43 --- /dev/null +++ b/constant.go @@ -0,0 +1,7 @@ +package natsio + +var Stream = struct { + Selly string +}{ + Selly: "selly", +}