 3db8adc5d7
			
		
	
	3db8adc5d7
	
	
	
		
			
			Allow plugins to be mapped and returned by their ID. Add skip plugin to allow plugins to decide whether they should be loaded. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
		
			
				
	
	
		
			8 lines
		
	
	
		
			84 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			84 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| // +build darwin freebsd
 | |
| 
 | |
| package snapshot
 | |
| 
 | |
| const (
 | |
| 	defaultSnapshotter = "naive"
 | |
| )
 |