Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInterrupted = errors.New("interrupted")
Functions ¶
Types ¶
type Client ¶
type Client interface { BranchTargets(string) (map[string]string, error) Clone(string, string) error GetParents(string, string) ([]string, error) Fetch(string) (map[string][]string, error) HardReset(string, string) error Diff(repositoryPath, parent, child string) (string, error) BranchCredentialCounts(lager.Logger, string, sniff.Sniffer) (map[string]uint, error) }
type Looper ¶
type Looper interface {
ScanCurrentState(repositoryPath string, callback ScanCallback) error
}
type ScanCallback ¶
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter This file was generated by counterfeiter
|
This file was generated by counterfeiter This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.