Versions in this module Expand all Collapse all v0 v0.6.0 Nov 8, 2019 v0.5.0 Jun 15, 2018 Changes in this version + type CodeFetcher interface + Get func(newrelic.Transaction, string, string, string) (io.Reader, error) + GetCommitSHA func(newrelic.Transaction, string, string, string) (string, error) + type GitHubFetcher struct + func NewGitHubFetcher(token string) *GitHubFetcher + func (gf *GitHubFetcher) Get(txn newrelic.Transaction, owner string, repo string, ref string) (tarball io.Reader, err error) + func (gf *GitHubFetcher) GetCommitSHA(txn newrelic.Transaction, owner string, repo string, ref string) (string, error)