Versions in this module Expand all Collapse all v0 v0.0.1 Dec 18, 2020 Changes in this version + type Data struct + func (idata Data) ToGithubIssueData() github.Data + type Discussion struct + CreatedAt time.Time + type GitLab interface + ReadIssues func() (Data, error) + type Issue struct + Author User + ClosedAt *time.Time + CreatedAt time.Time + Description string + IID string + Title string + WebURL string + type Issues struct + Count int + Nodes []Issue + type Label struct + Title string + type Labels struct + Nodes []Label + type Note struct + Author User + Body string + CreatedAt time.Time + type Notes struct + Nodes []Note + type Project struct + type User struct + ID string + Name string + Username string