Files
yatm/executor/progress.go
Samuel N Cui f87ec06af6 feat: useable
2022-12-12 22:48:28 +08:00

9 lines
117 B
Go

package executor
type progress struct {
speed int64
totalBytes, totalFiles int64
bytes, files int64
}