Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputStub ¶ added in v0.6.2
type OutputStub struct {
Out []byte
}
OutputStub implements a simple utils.Runnable
func (OutputStub) Output ¶ added in v0.6.2
func (s OutputStub) Output() ([]byte, error)
func (OutputStub) Run ¶ added in v0.6.2
func (s OutputStub) Run() error
type TempGitRepo ¶
type TempGitRepo struct {
Remote string
TearDown func()
}
func UseTempGitRepo ¶
func UseTempGitRepo() *TempGitRepo
Click to show internal directories.
Click to hide internal directories.