Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PipelineHandlerFactory ¶
type PipelineHandlerFactory struct {
// contains filtered or unexported fields
}
func NewHandlerFactory ¶
func NewHandlerFactory( pipelineDBFactory db.PipelineDBFactory, teamDBFactory db.TeamDBFactory, ) *PipelineHandlerFactory
func (*PipelineHandlerFactory) HandlerFor ¶
func (pdbh *PipelineHandlerFactory) HandlerFor(pipelineScopedHandler func(db.PipelineDB) http.Handler, allowPublic bool) http.HandlerFunc
type PipelineRunnerFactory ¶
type PipelineRunnerFactory func(db.PipelineDB) ifrit.Runner
type PipelineSyncer ¶
type PipelineSyncer interface {
Sync()
}
type RadarSchedulerFactory ¶
type RadarSchedulerFactory interface { BuildScanRunnerFactory(pipelineDB db.PipelineDB, externalURL string) radar.ScanRunnerFactory BuildScheduler(pipelineDB db.PipelineDB, externalURL string) scheduler.BuildScheduler }
type SyncRunner ¶
type SyncRunner struct { Syncer PipelineSyncer Interval time.Duration Clock clock.Clock }
type Syncer ¶
type Syncer struct {
// contains filtered or unexported fields
}
func NewSyncer ¶
func NewSyncer( logger lager.Logger, syncherDB SyncherDB, pipelineDBFactory db.PipelineDBFactory, pipelineRunnerFactory PipelineRunnerFactory, ) *Syncer
type SyncherDB ¶
type SyncherDB interface {
GetAllPipelines() ([]db.SavedPipeline, error)
}
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 This file was generated by counterfeiter This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.