Files
model/file_parser.go
2025-06-06 16:19:36 +02:00

4 lines
96 B
Go

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