Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateDirDiff ¶ added in v1.3.6
func GenerateV2 ¶
func GenerateV2(info model.PatchInfoTuple, changes []Change, addedDirs, deletedDirs []string) error
Types ¶
type Change ¶
type Change struct {
Filename string `json:"filename"`
ChangeType ChangeType `json:"change_type"`
}
Click to show internal directories.
Click to hide internal directories.