Versions in this module Expand all Collapse all v1 v1.0.2 May 8, 2026 Changes in this version + type Config struct + DownloadPath string + FilesSaveDir string + type DownloadService struct + func NewDownloadService(cfg *Config) *DownloadService + func (this_ *DownloadService) Download(request *web.WebRequest) (res any, err error) + func (this_ *DownloadService) GetFileSavePath(filePath string) string + func (this_ *DownloadService) GetWebApi() (webApi *web.WebApi)