Documentation
¶
Overview ¶
Package git contains types and engines to work with git repositories.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changelog ¶
type Changelog struct {
TagName string
ClosedPRs []PullRequest
}
Changelog represents a basic changelog.
type CommitsComparison ¶
CommitsComparison is the result of comparing two commits.
type PullRequest ¶
type PullRequest struct {
Number int
Title string
Body string
Author User
Labels []string
ClosedAt time.Time
Branch string
URL string
}
PullRequest represents a pull/merge request from the remote repository.
Click to show internal directories.
Click to hide internal directories.