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 + Name string + Regex string + URL string + Version string + func (e *Entry) GetRegex() string + type Match struct + Name string + Type string + Version 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