Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadRouter ¶
type DownloadRouter struct {
// contains filtered or unexported fields
}
func NewDownloadRouter ¶
func NewDownloadRouter(service *services.DownloadService) *DownloadRouter
func (*DownloadRouter) Register ¶
func (d *DownloadRouter) Register(router *mux.Router)
type UploadRouter ¶
type UploadRouter struct {
// contains filtered or unexported fields
}
func NewUploadRouter ¶
func NewUploadRouter(service *services.UploadService) *UploadRouter
func (*UploadRouter) Register ¶
func (r *UploadRouter) Register(router *mux.Router)
Click to show internal directories.
Click to hide internal directories.