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