natsio/jestream/config.go

9 lines
131 B
Go
Raw Normal View History

2022-09-23 03:13:14 +00:00
package jestream
// StreamConfig ...
var StreamConfig = struct {
Notification string
}{
Notification: "Service_Notification",
}