Documentation
¶
Overview ¶
Package structdiff compares two structural indexes to detect added, removed, and modified symbols and imports.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileImportChange ¶
type ModifiedSymbol ¶
type Report ¶
type Report struct {
BeforeRoot string `json:"before_root"`
AfterRoot string `json:"after_root"`
AddedSymbols []SymbolRef `json:"added_symbols,omitempty"`
RemovedSymbols []SymbolRef `json:"removed_symbols,omitempty"`
ModifiedSymbols []ModifiedSymbol `json:"modified_symbols,omitempty"`
ImportChanges []FileImportChange `json:"import_changes,omitempty"`
Stats Stats `json:"stats"`
}
Click to show internal directories.
Click to hide internal directories.