model/file_parser.go
2022-08-03 19:58:31 +02:00

4 lines
80 B
Go

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