Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseFileHandler ¶
type BaseFileHandler struct {
// contains filtered or unexported fields
}
type DownloadFileHandler ¶
type DownloadFileHandler struct {
BaseFileHandler
}
func (*DownloadFileHandler) ServeHTTP ¶
func (h *DownloadFileHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type UploadFileHandler ¶
type UploadFileHandler struct {
BaseFileHandler
}
func (*UploadFileHandler) ServeHTTP ¶
func (h *UploadFileHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.