Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImageFileHandler ¶
type ImageFileHandler struct {
// contains filtered or unexported fields
}
图片处理
func NewImageFileHandler ¶
func NewImageFileHandler(a gof.App) *ImageFileHandler
func (*ImageFileHandler) ServeHTTP ¶
func (i *ImageFileHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type StaticHandler ¶
type StaticHandler struct { }
静态文件
func (*StaticHandler) ServeHTTP ¶
func (s *StaticHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.