Versions in this module Expand all Collapse all v0 v0.0.1 Dec 18, 2020 Changes in this version + type Actor struct + Login string + type Assignees struct + Nodes []User + type Comment struct + Author Actor + Body string + CreatedAt time.Time + ID string + type Comments struct + Nodes []Comment + type Data struct + func (idata Data) UniqueLogins() []string + type GitHub interface + MapUsers func([]string) (map[string]string, error) + RepositoryData func() (Repository, error) + WriteIssues func([]Issue, Repository, map[string]string) error + type Issue struct + Author Actor + Body string + Closed bool + ClosedAt *time.Time + CreatedAt time.Time + ID string + Number int + Title string + URL string + type Issues struct + Nodes []Issue + TotalCount int + type Label struct + ID string + Name string + type Labels struct + Nodes []Label + type Repository struct + ID string + type User struct + ID string + Login string + type UserData struct