Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TodoErrCallback ¶
TodoErrCallback is a function which acts on an encountered todo error
type Traverser ¶
type Traverser struct {
// contains filtered or unexported fields
}
Traverser for todo errors
func NewTraverser ¶
func NewTraverser(f *fetcher.Fetcher, ignoredPaths []string, callback TodoErrCallback) *Traverser
NewTraverser for todo errors
func (*Traverser) TraversePath ¶
TraversePath for todo errors. Callback is invoked on encountered error
Click to show internal directories.
Click to hide internal directories.