(dir string)
| 20 | |
| 21 | type AppFiles interface { |
| 22 | AppFilesInDir(dir string) (appFiles []models.AppFileFields, err error) |
| 23 | CopyFiles(appFiles []models.AppFileFields, fromDir, toDir string) (err error) |
| 24 | CountFiles(directory string) int64 |
| 25 | WalkAppFiles(dir string, onEachFile func(string, string) error) (err error) |
no outgoing calls
no test coverage detected