9 lines
131 B
Go
9 lines
131 B
Go
|
package jestream
|
||
|
|
||
|
// StreamConfig ...
|
||
|
var StreamConfig = struct {
|
||
|
Notification string
|
||
|
}{
|
||
|
Notification: "Service_Notification",
|
||
|
}
|