package model type FileParserFunc func(str string) (file *ParsedFile, ok bool)