Home
last modified time | relevance | path

Searched refs:LineMatcherFn (Results 1 – 1 of 1) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/common/herrors/
H A Derror_locator.go39 type LineMatcherFn func(m LineMatcher) bool type
94 …tForFile(e error, realFilename, filename string, fs afero.Fs, matcher LineMatcherFn) (error, bool)… argument
116 func WithFileContext(e error, realFilename string, r io.Reader, matcher LineMatcherFn) (error, bool… argument
199 func locateErrorInString(src string, matcher LineMatcherFn) ErrorContext { argument
203 func locateError(r io.Reader, le FileError, matches LineMatcherFn) ErrorContext { argument