Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
// contains filtered or unexported fields
}
Job is a job that can be run
func (*Job) Done ¶
func (j *Job) Done() <-chan struct{}
Done returns a channel that is closed when the job is done
type MockJob ¶
MockJob is a mock of Jobber interface
func (*MockJob) Done ¶
func (j *MockJob) Done() <-chan struct{}
Done returns a channel that is closed when the job is done
type MockJobFactory ¶
MockJobFactory is a factory to create a mock build command
func NewMockJobFactory ¶
func NewMockJobFactory() *MockJobFactory
NewMockJobFactory returns a new mock build command factory
Click to show internal directories.
Click to hide internal directories.