Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph[T analyzer.BaseAnalyzer] struct { // contains filtered or unexported fields }
Graph stores analyzers and their execution layers in dependency order.
func New ¶
func New[T analyzer.BaseAnalyzer](analyzers []T) (*Graph[T], error)
New validates analyzers and creates a dependency graph.
Click to show internal directories.
Click to hide internal directories.