mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			220 B
		
	
	
	
		
			Go
		
	
	
	
|  | package notifications | ||
|  | 
 | ||
|  | import "github.com/grafana/grafana/pkg/bus" | ||
|  | 
 | ||
|  | func Init() { | ||
|  | 	bus.AddHandler("email", sendResetPasswordEmail) | ||
|  | } | ||
|  | 
 | ||
|  | func sendResetPasswordEmail(cmd *SendResetPasswordEmailCommand) error { | ||
|  | 	return nil | ||
|  | } |