Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DepAnalysis ¶
type DepAnalysis struct {
Module string `yaml:"module"`
DirectDependencyCount int `yaml:"direct_dependencies"`
IndirectDependencyCount int `yaml:"indirect_dependencies"`
MeanDepAge time.Duration `yaml:"mean_age"`
MaxDepAge time.Duration `yaml:"max_age"`
DepAgeMonthDistribution []int `yaml:"age_per_month"`
AvailableUpdates int `yaml:"available_updates"`
AvailableUpdatesDirect int `yaml:"available_updates_direct"`
MeanUpdateBacklog time.Duration `yaml:"mean_backlog"`
MaxUpdateBacklog time.Duration `yaml:"max_backlog"`
UpdateBacklogMonthDistribution []int `yaml:"backlog_per_month"`
MeanReverseDependencyCount float64 `yaml:"mean_reverse_deps"`
MaxReverseDependencyCount int `yaml:"max_reverse_deps"`
ReverseDependencyDistribution []int `yaml:"reverse_deps_distribution"`
}
Click to show internal directories.
Click to hide internal directories.