Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = NewCommand()
Cmd represents the diff command.
Functions ¶
Types ¶
type Formatter ¶
Formatter renders a dependency graph delta into a concrete output format.
func NewDiffFormatter ¶
NewDiffFormatter constructs a formatter for the requested output format.
type SemanticAnalyzer ¶
type SemanticAnalyzer func(base, target depgraph.DependencyGraph, delta graphDelta) ([]string, error)
SemanticAnalyzer computes optional semantic findings from two snapshots and their structural delta.
Click to show internal directories.
Click to hide internal directories.