Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Orchestrator ¶
type Orchestrator struct {
// contains filtered or unexported fields
}
Orchestrator coordinates the analysis pipeline
func New ¶
func New(cfg *config.Config) (*Orchestrator, error)
New creates a new Orchestrator with the given configuration
func (*Orchestrator) Run ¶
func (o *Orchestrator) Run(targetPath string) error
Run executes the analysis pipeline on the target path
Click to show internal directories.
Click to hide internal directories.