github.com/fzfile/BaiduPCS-Go@v0.0.0-20200606205115-4408961cf336/internal/pcsfunctions/pcsdownload/download_statistic.go (about)

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