Documentation ¶ Index ¶ type FileInfo type Stats Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FileInfo ¶ type FileInfo struct { Path string Lines int Additions int Deletions int IsChanged bool } FileInfo represents information about a single file type Stats ¶ type Stats struct { ChangedFiles []*FileInfo UnchangedFiles []*FileInfo TotalFiles int ChangedCount int UnchangedCount int TotalLines int TotalAdditions int TotalDeletions int NetChange int } Stats represents aggregated statistics Source Files ¶ View all Source files types.go Click to show internal directories. Click to hide internal directories.