Feature/seller by #38
			
				
			
		
		
		
	| 
						 | 
					@ -0,0 +1,4 @@
 | 
				
			||||||
 | 
					package natsio
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// StreamNameSelly ...
 | 
				
			||||||
 | 
					const StreamNameSelly = "selly"
 | 
				
			||||||
| 
						 | 
					@ -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"),
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue