Documentation ¶ Index ¶ func DownloadFile(client *http.Client, u string) (io.ReadCloser, error) func ParseFile(fileName string, file io.ReadCloser) ([]*issue.Issue, int, error) type TodoParser func New() TodoParser Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func DownloadFile ¶ func DownloadFile(client *http.Client, u string) (io.ReadCloser, error) DownloadFile downloads repository files. Http clients should have access tokens already set. With this, parser does not need knowledge of private/public repos func ParseFile ¶ func ParseFile(fileName string, file io.ReadCloser) ([]*issue.Issue, int, error) Types ¶ type TodoParser ¶ type TodoParser interface { GetTodos(ctx context.Context, extras map[string]interface{}, client *http.Client, urls ...string) []*issue.Issue } func New ¶ func New() TodoParser Source Files ¶ View all Source files fetcher.goparser.goregex.go Click to show internal directories. Click to hide internal directories.