Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideService, )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is responsible for cleaning up data in db / git / ...
func NewService ¶
func NewService( config Config, scheduler *job.Scheduler, executor *job.Executor, webhookExecutionStore store.WebhookExecutionStore, tokenStore store.TokenStore, repoStore store.RepoStore, repoCtrl *repo.Controller, ) (*Service, error)
func ProvideService ¶
func ProvideService( config Config, scheduler *job.Scheduler, executor *job.Executor, webhookExecutionStore store.WebhookExecutionStore, tokenStore store.TokenStore, repoStore store.RepoStore, repoCtrl *repo.Controller, ) (*Service, error)
Click to show internal directories.
Click to hide internal directories.