(dir string, onEachFile func(string, string) 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) |
| 26 | } |
| 27 | |
| 28 | type ApplicationFiles struct{} |
no outgoing calls
no test coverage detected