model/file_parser.go

4 lines
96 B
Go
Raw Normal View History

2022-08-03 19:58:31 +02:00
package model
2022-08-03 23:37:59 +02:00
type FileParserFunc func(parser *Parser, str string) (file *ParsedFile, ok bool)