Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2019 v0.1.0 Oct 23, 2019 Changes in this version + type Actor struct + Login string + Typename string + type ClosedByConnection struct + Nodes []struct{ ... } + type Connection struct + PageInfo PageInfo + TotalCount int + func (c Connection) GetPageInfo() PageInfo + func (c Connection) GetTotalCount() int + type Issue struct + Assignees UserConnection + ClosedBy ClosedByConnection + Comments IssueCommentsConnection + Labels LabelConnection + type IssueComment struct + Author Actor + AuthorAssociation string + Body string + CreatedAt time.Time + DatabaseID int + ID string + URL string + UpdatedAt string + type IssueCommentsConnection struct + Nodes []IssueComment + func (c IssueCommentsConnection) Len() int + type IssueConnection struct + Nodes []Issue + func (c IssueConnection) Len() int + type IssueFields struct + Author Actor + Body string + ClosedAt time.Time + CreatedAt time.Time + DatabaseID int + ID string + Locked bool + Milestone struct{ ... } + Number int + State string + Title string + URL string + UpdatedAt time.Time + type Label struct + Name string + type LabelConnection struct + Nodes []Label + func (c LabelConnection) Len() int + type Organization struct + MembersWithRole OrganizationMemberConnection + type OrganizationFields struct + AvatarURL string + CreatedAt time.Time + DatabaseID int + Description string + Email string + ID string + Login string + Name string + OwnedPrivateRepos struct{ ... } + PublicRepos struct{ ... } + TotalPrivateRepos struct{ ... } + URL string + UpdatedAt string + type OrganizationMemberConnection struct + Nodes []UserExtended + func (c OrganizationMemberConnection) Len() int + type PageInfo struct + EndCursor string + HasNextPage bool + type PullRequest struct + Assignees UserConnection + Comments IssueCommentsConnection + Labels LabelConnection + Reviews PullRequestReviewConnection + type PullRequestConnection struct + Nodes []PullRequest + func (c PullRequestConnection) Len() int + type PullRequestFields struct + Additions int + Author Actor + AuthorAssociation string + BaseRef Ref + Body string + ChangedFiles int + ClosedAt time.Time + Commits struct{ ... } + CreatedAt time.Time + DatabaseID int + Deletions int + HeadRef Ref + ID string + MaintainerCanModify bool + MergeCommit struct{ ... } + Mergeable string + Merged bool + MergedAt time.Time + MergedBy Actor + Milestone struct{ ... } + Number int + ReviewThreads struct{ ... } + State string + Title string + URL string + UpdatedAt string + type PullRequestReview struct + Comments PullRequestReviewCommentConnection + type PullRequestReviewComment struct + Author Actor + AuthorAssociation string + Body string + Commit struct{ ... } + CreatedAt time.Time + DatabaseID int + DiffHunk string + ID string + OriginalCommit struct{ ... } + OriginalPosition int + Path string + Position int + URL string + UpdatedAt time.Time + type PullRequestReviewCommentConnection struct + Nodes []PullRequestReviewComment + func (c PullRequestReviewCommentConnection) Len() int + type PullRequestReviewConnection struct + Nodes []PullRequestReview + func (c PullRequestReviewConnection) Len() int + type PullRequestReviewFields struct + Author Actor + Body string + Comments PullRequestReviewCommentConnection + Commit struct{ ... } + DatabaseID int + ID string + State string + SubmittedAt time.Time + URL string + type Ref struct + Name string + Repository struct{ ... } + Target struct{ ... } + type Repository struct + Issues IssueConnection + PullRequests PullRequestConnection + RepositoryTopics RepositoryTopicsConnection + type RepositoryFields struct + CreatedAt time.Time + DatabaseID int + DefaultBranchRef struct{ ... } + Description string + ForkCount int + HasIssuesEnabled bool + HasWikiEnabled bool + HomepageURL string + ID string + IsArchived bool + IsDisabled bool + IsFork bool + IsPrivate bool + MergeCommitAllowed bool + Name string + NameWithOwner string + OpenIssues struct{ ... } + Owner struct{ ... } + PrimaryLanguage struct{ ... } + PushedAt time.Time + RebaseMergeAllowed bool + SSHURL string + SquashMergeAllowed bool + Stargazers struct{ ... } + URL string + UpdatedAt time.Time + Watchers struct{ ... } + type RepositoryTopicsConnection struct + Nodes []struct{ ... } + func (c RepositoryTopicsConnection) Len() int + type User struct + DatabaseID int + ID string + Login string + type UserConnection struct + Nodes []User + func (c UserConnection) Len() int + type UserExtended struct + AvatarURL string + Bio string + Company string + CreatedAt time.Time + DatabaseID int + Followers struct{ ... } + Following struct{ ... } + ID string + IsHireable bool + Location string + Login string + Name string + OwnedPrivateRepos struct{ ... } + PublicRepos struct{ ... } + TotalPrivateRepos struct{ ... } + URL string + UpdatedAt time.Time