mirror of
https://github.com/Jinnrry/PMail.git
synced 2025-02-20 11:43:09 +08:00
9 lines
144 B
Go
9 lines
144 B
Go
package controllers
|
|
|
|
import (
|
|
"net/http"
|
|
"pmail/utils/context"
|
|
)
|
|
|
|
type HandlerFunc func(*context.Context, http.ResponseWriter, *http.Request)
|