commitfetcher

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: MIT Imports: 14 Imported by: 0

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL