mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 04:16:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			182 B
		
	
	
	
		
			Go
		
	
	
	
	
	
//go:build !debug
 | 
						|
// +build !debug
 | 
						|
 | 
						|
package debug
 | 
						|
 | 
						|
func Hook(name string, f func(interface{})) {}
 | 
						|
 | 
						|
func RunHook(name string, context interface{}) {}
 | 
						|
 | 
						|
func RemoveHook(name string) {}
 |