Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Analyzer ¶
Analyzer performs static analysis on repositories and stores the results in the database.
type Orchestrator ¶
type Orchestrator struct { Analyzer *Analyzer Remover *Remover // contains filtered or unexported fields }
Orchestrator orchestrates the analysis and removal of repositories.
func (*Orchestrator) EnqueueAnalyis ¶
func (o *Orchestrator) EnqueueAnalyis(ctx context.Context, repoID int64) error
EnqueueAnalyis enqueues a repository for analysis.
func (*Orchestrator) EnqueueRemoval ¶
func (o *Orchestrator) EnqueueRemoval(ctx context.Context, repoID int64) error
EnqueueRemoval enqueues a repository for removal.
Click to show internal directories.
Click to hide internal directories.