mirror of
				https://github.com/SSLMate/certspotter.git
				synced 2025-07-03 10:47:17 +02:00 
			
		
		
		
	Apply gofmt
This commit is contained in:
		
							parent
							
								
									e27e355b75
								
							
						
					
					
						commit
						6c798699f8
					
				@ -40,12 +40,12 @@ type task struct {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type daemon struct {
 | 
			
		||||
	config       *Config
 | 
			
		||||
	taskgroup    *errgroup.Group
 | 
			
		||||
	tasks        map[LogID]task
 | 
			
		||||
	logsLoadedAt time.Time
 | 
			
		||||
	logListToken *loglist.ModificationToken
 | 
			
		||||
	logListError string
 | 
			
		||||
	config         *Config
 | 
			
		||||
	taskgroup      *errgroup.Group
 | 
			
		||||
	tasks          map[LogID]task
 | 
			
		||||
	logsLoadedAt   time.Time
 | 
			
		||||
	logListToken   *loglist.ModificationToken
 | 
			
		||||
	logListError   string
 | 
			
		||||
	logListErrorAt time.Time
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user