Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobService ¶
type JobService interface { AllLatestBuilds() ([]jobs.Build, error) Save(job *jobs.Job) error RunJob(id string) (int, error) FindBuild(jobId string, buildNumber int) (jobs.Build, error) HighestBuild(jobId string) (int, error) Stream(jobId string, buildNumber int, streamOffset int64) (*chunkedio.ChunkedReader, error) }
Directories
¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.