Refactor return type of the search
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package tracker
|
||||
|
||||
type ParserFactory interface {
|
||||
GetParser(categories []string) Parser
|
||||
}
|
||||
Reference in New Issue
Block a user