木木的木头 f4689d073c v2.2.0
2023-09-08 02:11:00 +08:00

9 lines
144 B
Go

package controllers
import (
"net/http"
"pmail/utils/context"
)
type HandlerFunc func(*context.Context, http.ResponseWriter, *http.Request)