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 Entry struct + Brand string + Device string + Model string + Models []Model + Regex string + func (e *Entry) GetRegex() string + func (e *Entry) Order() int + type Match struct + Brand string + Model string + Type string + type Model struct + Brand string + Device string + Model string + Regex 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