Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DiffChange ¶
type DiffChange struct {
Type diffmatchpatch.Operation
Text string
Applied bool // true if user applied this change
Skipped bool // true if user skipped this change
}
DiffChange represents a single change in the diff
Click to show internal directories.
Click to hide internal directories.