mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			149 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package models
 | 
						|
 | 
						|
// StreamKey represents a single stream key.
 | 
						|
type StreamKey struct {
 | 
						|
	Key     string `json:"key"`
 | 
						|
	Comment string `json:"comment"`
 | 
						|
}
 |