parser

package
v0.0.0-...-cc2426d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2018 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL