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( appRepo domain.ApplicationRepository, buildRepo domain.BuildRepository, gitRepo domain.GitRepositoryRepository, commitsRepo domain.RepositoryCommitRepository, fallbackKey *ssh.PublicKeys, ) (Service, error)
Click to show internal directories.
Click to hide internal directories.