stream name #33

Merged
milano15662 merged 1 commits from feature/seller-by-id into develop 2022-09-23 04:58:12 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 047037f123 - Show all commits

4
jestream_name.go Normal file
View File

@ -0,0 +1,4 @@
package natsio
// StreamNameSelly ...
const StreamNameSelly = "selly"

View File

@ -11,9 +11,7 @@ func getSellyValue(val string) string {
// Selly ... // Selly ...
var Selly = struct { var Selly = struct {
Stream string
PushNotification string PushNotification string
}{ }{
Stream: prefixes.Selly,
PushNotification: getSellyValue("push_notifications"), PushNotification: getSellyValue("push_notifications"),
} }