repofetcher

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2025 License: MIT Imports: 12 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(
	cluster *discovery.Cluster,
	appRepo domain.ApplicationRepository,
	gitRepo domain.GitRepositoryRepository,
	cd domain.CDService,
	commitFetcher commitfetcher.Service,
	gitsvc domain.GitService,
) (Service, error)

Jump to

Keyboard shortcuts

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