Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Changelog ¶
type Changelog struct {
Tag Tag
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
}
PullRequest represents a pull/merge request from the remote repository.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package engine defines interfaces each supported repository provider should implement.
|
Package engine defines interfaces each supported repository provider should implement. |
|
Package service wraps engine interfaces with common logic unrelated to any particular engine implementation.
|
Package service wraps engine interfaces with common logic unrelated to any particular engine implementation. |
Click to show internal directories.
Click to hide internal directories.