Versions in this module Expand all Collapse all v1 v1.0.2 Jan 29, 2026 v1.0.1 Jan 29, 2026 Changes in this version + type Match struct + Brand string + Model string + Type string + type Option func(*Parser) + type Parser struct + func (p *Parser) Parse() *Match + type ParserFactory struct + func NewDefaultParserFactory() (*ParserFactory, error) + func NewParserFactory(opts ...common.FactoryOption) (*ParserFactory, error) + func (f *ParserFactory) NewParser(ua string, opts ...Option) *Parser + func (f *ParserFactory) Parse(ua string, opts ...Option) *Match