Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownloadServiceImpl ¶
type DownloadServiceImpl struct{}
func (*DownloadServiceImpl) Download ¶
func (d *DownloadServiceImpl) Download(ctx context.Context, req *model.DownloaderReq) *model.DownloaderResp
type DownloaderService ¶
type DownloaderService interface {
Download() error
}
Click to show internal directories.
Click to hide internal directories.