Versions in this module Expand all Collapse all v0 v0.0.1 Apr 25, 2020 Changes in this version + type Commit interface + Error func() error + GetBaseRefName func() string + GetHash func() string + GetOwner func() string + GetPRID func() string + GetPRNumber func() int + GetRepo func() string + GetRepoName func() string + IsPR func() bool + type Source struct + func NewSource(client *githubv4.Client) *Source + func (c *Source) GetCommit(hash string) Commit + func (c *Source) GetCommitFromRepo(repo, hash string) Commit + func (c *Source) GetCurrentCommit() Commit