mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-03 19:54:00 +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
|
|
}
|