Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideController, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( authorizer authz.Authorizer, executionStore store.ExecutionStore, repoStore store.RepoStore, pipelineStore store.PipelineStore, stageStore store.StageStore, stepStore store.StepStore, logStore store.LogStore, logStream livelog.LogStream, ) *Controller
func ProvideController ¶
func ProvideController( authorizer authz.Authorizer, executionStore store.ExecutionStore, repoStore store.RepoStore, pipelineStore store.PipelineStore, stageStore store.StageStore, stepStore store.StepStore, logStore store.LogStore, logStream livelog.LogStream, ) *Controller
Click to show internal directories.
Click to hide internal directories.