Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
Run()
Fetch(repositoryID string, hashes []string)
Stop(ctx context.Context) error
}
func NewService ¶
func NewService( cluster *discovery.Cluster, appRepo domain.ApplicationRepository, buildRepo domain.BuildRepository, gitRepo domain.GitRepositoryRepository, commitsRepo domain.RepositoryCommitRepository, gitsvc domain.GitService, ) (Service, error)
Click to show internal directories.
Click to hide internal directories.