Documentation
¶
Index ¶
Constants ¶
View Source
const FileDiffTypeAdded = "added"
View Source
const FileDiffTypeDeleted = "deleted"
View Source
const FileDiffTypeModified = "modified"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileDiff ¶
type FileDiff struct {
Path string `json:"path"`
Type FileDiffType `json:"type"`
MD5 string `json:"md5"`
}
func CompareFolders ¶
type FileDiffType ¶
type FileDiffType string
Click to show internal directories.
Click to hide internal directories.