Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffEntry ¶ added in v1.14.0
type DiffEntry struct { Type DiffEntryType Path string }
type DiffEntryType ¶ added in v1.14.0
type DiffEntryType int
const ( Created DiffEntryType = iota Modified Deleted )
func (DiffEntryType) String ¶ added in v1.14.0
func (det DiffEntryType) String() string
Click to show internal directories.
Click to hide internal directories.