| 26 | } |
| 27 | |
| 28 | type ApplicationFiles struct{} |
| 29 | |
| 30 | func (appfiles ApplicationFiles) AppFilesInDir(dir string) ([]models.AppFileFields, error) { |
| 31 | appFiles := []models.AppFileFields{} |
nothing calls this directly
no outgoing calls
no test coverage detected