github.com/qjfoidnh/BaiduPCS-Go@v0.0.0-20231011165705-caa18a3765f3/internal/pcsfunctions/pcsdownload/download_statistic.go (about)

     1  package pcsdownload
     2  
     3  import (
     4  	"github.com/qjfoidnh/BaiduPCS-Go/internal/pcsfunctions"
     5  )
     6  
     7  type (
     8  	DownloadStatistic struct {
     9  		pcsfunctions.Statistic
    10  	}
    11  )