package tracker type ParserFactory interface { GetParser(categories []string) Parser }