mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-06 21:36:30 +00:00
9 lines
117 B
Go
9 lines
117 B
Go
package executor
|
|
|
|
type progress struct {
|
|
speed int64
|
|
|
|
totalBytes, totalFiles int64
|
|
bytes, files int64
|
|
}
|