Versions in this module Expand all Collapse all v1 v1.0.0 Oct 29, 2020 Changes in this version + type IssuesService interface + Create func(ctx context.Context, owner string, repo string, issue *github.IssueRequest) (*github.Issue, *github.Response, error) + type Registry struct + ID string + Issues IssuesService + Version string + func (r Registry) Add(address string) error + func (r Registry) Yank() error