package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 8, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Entry struct {
File string `json:"file"`
Churn int `json:"churn"`
Complexity int `json:"complexity"`
Risk int `json:"risk"`
}
type Report struct {
Since string `json:"since"`
Files []Entry `json:"files"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.