Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileDiff ¶
type FileDiff struct {
OldPath string
NewPath string
IsNew bool
IsDeleted bool
IsRenamed bool
Extension string
Hunks []Hunk
}
FileDiff represents all changes in a single file
Click to show internal directories.
Click to hide internal directories.