Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUserCommits ¶
func GetUserCommits(commits []*go_github.RepositoryCommit, authors []string) []*go_github.RepositoryCommit
Types ¶
type BranchList ¶
type BranchList struct {
Branches []string
}
type Client ¶
type Client interface {
ListRepoCommits(ListRepoCommitsOpts) (*CommitList, error)
ListRepos(string) ([]string, error)
ListRepoBranches(string, string) (*BranchList, error)
GetCommitContentDiff(*github.RepositoryCommit, string, string) (string, error)
GetLatestReleaseOrZero(string, string) (string, error)
GetUserSignatures(string) ([]string, error)
}
type ClientOpts ¶
type CommitList ¶
type CommitList struct {
Commits []*go_github.RepositoryCommit
}
func (*CommitList) Append ¶
func (cl *CommitList) Append(from *CommitList)
Click to show internal directories.
Click to hide internal directories.