Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInterrupted = errors.New("interrupted")
Functions ¶
Types ¶
type FileLookup ¶
type FileLookup interface {
FileContents(repoPath string, branch string, filePath string) ([]byte, error)
}
func NewFileLookup ¶
func NewFileLookup() FileLookup
type Looper ¶
type Looper interface {
ScanCurrentState(repositoryPath string, callback ScanCallback) error
}
type ScanCallback ¶
Click to show internal directories.
Click to hide internal directories.