Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner interface {
Run(args ...string) (stdout, stderr string, err error)
RunInteractive(args ...string) error
}
Runner abstracts shelling out to the git binary.
type SystemRunner ¶
type SystemRunner struct{}
func (*SystemRunner) RunInteractive ¶
func (r *SystemRunner) RunInteractive(args ...string) error
Click to show internal directories.
Click to hide internal directories.