Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadHandler ¶
type DownloadHandler struct {
// contains filtered or unexported fields
}
func NewDownloadHandler ¶
func NewDownloadHandler(p downloadParams) *DownloadHandler
func (*DownloadHandler) Build ¶
func (h *DownloadHandler) Build() (string, string, service.HandlerFunc)
type UploadHandler ¶
type UploadHandler struct {
// contains filtered or unexported fields
}
func NewUploadHandler ¶
func NewUploadHandler(p uploadParams) *UploadHandler
func (*UploadHandler) Build ¶
func (h *UploadHandler) Build() (string, string, service.HandlerFunc)
Click to show internal directories.
Click to hide internal directories.