feat: useable

This commit is contained in:
Samuel N Cui
2022-12-12 22:48:23 +08:00
parent af8c37b18e
commit f87ec06af6
134 changed files with 18715 additions and 1343 deletions

8
executor/progress.go Normal file
View File

@@ -0,0 +1,8 @@
package executor
type progress struct {
speed int64
totalBytes, totalFiles int64
bytes, files int64
}