Merge pull request #33 from Selly-Modules/feature/seller-by-id

stream name
This commit is contained in:
Minh Nguyen 2022-09-23 11:58:12 +07:00 committed by GitHub
commit df9ccf9d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

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 ...
var Selly = struct {
Stream string
PushNotification string
}{
Stream: prefixes.Selly,
PushNotification: getSellyValue("push_notifications"),
}