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) (*git.Repository, error) GetParents(*git.Repository, *git.Oid) ([]*git.Oid, error) Fetch(string) (map[string][]*git.Oid, error) HardReset(string, *git.Oid) error Diff(repositoryPath string, a, b *git.Oid) (string, error) BranchCredentialCounts(lager.Logger, string, sniff.Sniffer, git.BranchType) (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.