Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeReport ¶
type ChangeReport map[string]*FileChange
func GenerateChangeReport ¶
func GenerateChangeReport(baseRef string) (ChangeReport, error)
type ChangeType ¶
type ChangeType string
var ( ADDED ChangeType = "ADDED" REMOVED ChangeType = "REMOVED" CONTEXT ChangeType = "CONTEXT" )
type FileChange ¶
Click to show internal directories.
Click to hide internal directories.