Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changes ¶ added in v0.57.0
type Changes struct {
// Message is the commit message
Message string
// Map of file paths to the changes made to the file
// The key is the file path and the value is the change
Additions map[string][]byte
// List of file paths that were deleted
Deletions []string
// OldHash is the hash of the previous commit
OldHash string
}
Changes represents the changes made to a repository
type CommitAuthor ¶ added in v0.33.0
CommitAuthor is the data (name and email) used when a commit is made
Click to show internal directories.
Click to hide internal directories.