mirror of
				https://github.com/Jinnrry/PMail.git
				synced 2025-10-31 20:02:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package controllers
 | |
| 
 | |
| import (
 | |
| 	"net/http"
 | |
| 	"pmail/dto"
 | |
| )
 | |
| 
 | |
| type HandlerFunc func(*dto.Context, http.ResponseWriter, *http.Request)
 | 
