model/file_parser.go
2022-08-03 23:37:59 +02:00

4 lines
96 B
Go

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