mirror of
https://github.com/samuelncui/yatm.git
synced 2026-01-05 04:55:23 +00:00
feat: useable
This commit is contained in:
8
executor/progress.go
Normal file
8
executor/progress.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package executor
|
||||
|
||||
type progress struct {
|
||||
speed int64
|
||||
|
||||
totalBytes, totalFiles int64
|
||||
bytes, files int64
|
||||
}
|
||||
Reference in New Issue
Block a user