Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + func CompareCommits(base, head string) ([]github.RepositoryCommit, error) + func CreateRelease(tagName, body string) error + func DeleteRelease(id int64) error + func GetPullRequestIssuesBetween(start, end time.Time) (map[string]github.Issue, error) + func GetPullRequests() (map[string]*github.PullRequest, error) + func GetRelease(tag string) (*github.RepositoryRelease, error) + func Initialize(accessToken string, r Repository) + type Repository struct + Name string + Owner string + var Repo Repository + func (r *Repository) Full() string + func (r *Repository) Set(input string) error + func (r *Repository) String() string + func (r *Repository) Type() string + type Tag struct + Data graphqlTag + Version *version.Version + func GetTags() ([]Tag, error) + func (t *Tag) IsBetween(base, head *version.Version) bool