mirror of
https://github.com/samuelncui/yatm.git
synced 2026-09-02 06:07:29 +00:00
feat: useable
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package executor
|
||||
|
||||
type progress struct {
|
||||
speed int64
|
||||
|
||||
totalBytes, totalFiles int64
|
||||
bytes, files int64
|
||||
}
|
||||
Reference in New Issue
Block a user