repofetcher

package
v1.4.2 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: MIT Imports: 13 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)
	Stop(ctx context.Context) error
}

Service fetches commit metadata sequentially.

func NewService

func NewService(
	appRepo domain.ApplicationRepository,
	gitRepo domain.GitRepositoryRepository,
	pubKey *ssh.PublicKeys,
	cd cdservice.Service,
	commitFetcher commitfetcher.Service,
) (Service, error)

Jump to

Keyboard shortcuts

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