Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadService ¶
type DownloadService struct {
*Config
}
func NewDownloadService ¶
func NewDownloadService(cfg *Config) *DownloadService
func (*DownloadService) Download ¶
func (this_ *DownloadService) Download(request *web.WebRequest) (res any, err error)
func (*DownloadService) GetFileSavePath ¶
func (this_ *DownloadService) GetFileSavePath(filePath string) string
func (*DownloadService) GetWebApi ¶
func (this_ *DownloadService) GetWebApi() (webApi *web.WebApi)
Click to show internal directories.
Click to hide internal directories.