commit

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Rescan

type Rescan struct {
	// contains filtered or unexported fields
}

Rescan handles the RESCAN_COMMIT task operation. It clears existing indexed data for a commit to prepare for re-indexing.

func NewRescan

func NewRescan(
	enrichments *service.Enrichment,
	associationStore enrichment.AssociationStore,
	statusStore task.StatusStore,
	trackerFactory handler.TrackerFactory,
	logger zerolog.Logger,
) *Rescan

NewRescan creates a new Rescan handler.

func (*Rescan) Execute

func (h *Rescan) Execute(ctx context.Context, payload map[string]any) error

Execute processes the RESCAN_COMMIT task.

type Scan

type Scan struct {
	// contains filtered or unexported fields
}

Scan handles the SCAN_COMMIT task operation. It scans a specific commit to extract its metadata and files.

func NewScan

func NewScan(
	repoStore repository.RepositoryStore,
	commitStore repository.CommitStore,
	fileStore repository.FileStore,
	scanner domainservice.Scanner,
	trackerFactory handler.TrackerFactory,
	logger zerolog.Logger,
) *Scan

NewScan creates a new Scan handler.

func (*Scan) Execute

func (h *Scan) Execute(ctx context.Context, payload map[string]any) error

Execute processes the SCAN_COMMIT task.

Jump to

Keyboard shortcuts

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