Versions in this module Expand all Collapse all v0 v0.2.0 Apr 3, 2026 Changes in this version + func ParseFile(path string, p Parser) (*model.Report, error) + func Register(p Parser) + type Parser interface + Detect func(header []byte) bool + Extensions func() []string + Name func() string + Parse func(r io.Reader, source string) (*model.Report, error) + func ForName(name string) (Parser, error)