mirror of
				https://github.com/mxpv/podsync.git
				synced 2024-05-11 05:55:04 +00:00 
			
		
		
		
	Move default values to model package
This commit is contained in:
		
							
								
								
									
										13
									
								
								pkg/model/defaults.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								pkg/model/defaults.go
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
package model
 | 
			
		||||
 | 
			
		||||
import (
 | 
			
		||||
	"time"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	DefaultHostname     = "http://localhost"
 | 
			
		||||
	DefaultFormat       = FormatVideo
 | 
			
		||||
	DefaultQuality      = QualityHigh
 | 
			
		||||
	DefaultPageSize     = 50
 | 
			
		||||
	DefaultUpdatePeriod = 24 * time.Hour
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user