natsio/jestream/config.go

9 lines
131 B
Go

package jestream
// StreamConfig ...
var StreamConfig = struct {
Notification string
}{
Notification: "Service_Notification",
}