Versions in this module Expand all Collapse all v0 v0.5.0 Feb 27, 2023 v0.4.1 Feb 27, 2023 v0.4.0 Sep 17, 2022 v0.3.1 Aug 30, 2022 v0.3.0 Aug 26, 2022 Changes in this version + type Commit struct + Author User + CommentsURL string + Commit CommitDetails + Committer User + HTMLURL string + NodeID string + Parents []struct{ ... } + Sha string + URL string + type CommitCollection struct + List []Commit + func NewCommitCollection(commitList []Commit) *CommitCollection + type CommitDetails struct + Author UserShort + CommentCount int + Committer UserShort + Message string + Tree struct{ ... } + URL string + Verification struct{ ... } + type UserShort struct + Date time.Time + Email string + Name string v0.2.0 Aug 25, 2022 v0.1.1 Aug 25, 2022 v0.1.0 Aug 23, 2022 v0.0.4 Aug 23, 2022 v0.0.3 Aug 23, 2022 v0.0.2 Aug 23, 2022 v0.0.1 Aug 23, 2022 Changes in this version + type PullRequest struct + ActiveLockReason interface{} + Assignee interface{} + Assignees []interface{} + AuthorAssociation string + AutoMerge interface{} + Base struct{ ... } + Body string + ClosedAt interface{} + CommentsURL string + CommitsURL string + CreatedAt time.Time + DiffURL string + Draft bool + HTMLURL string + Head struct{ ... } + ID int + IssueURL string + Labels []interface{} + Links struct{ ... } + Locked bool + MergeCommitSha string + MergedAt interface{} + Milestone interface{} + NodeID string + Number int + PatchURL string + RequestedReviewers []User + RequestedTeams []interface{} + ReviewCommentURL string + ReviewCommentsURL string + State string + StatusesURL string + Title string + URL string + UpdatedAt time.Time + User User + type PullRequestCollection struct + Data []PullRequest + func NewPullRequestCollection(data []PullRequest) *PullRequestCollection + type Repository struct + AllowForking bool + ArchiveURL string + Archived bool + AssigneesURL string + BlobsURL string + BranchesURL string + CloneURL string + CollaboratorsURL string + CommentsURL string + CommitsURL string + CompareURL string + ContentsURL string + ContributorsURL string + CreatedAt time.Time + DefaultBranch string + DeploymentsURL string + Description string + Disabled bool + DownloadsURL string + EventsURL string + Fork bool + Forks int + ForksCount int + ForksURL string + FullName string + GitCommitsURL string + GitRefsURL string + GitTagsURL string + GitURL string + HTMLURL string + HasDownloads bool + HasIssues bool + HasPages bool + HasProjects bool + HasWiki bool + Homepage interface{} + HooksURL string + ID int + IsTemplate bool + IssueCommentURL string + IssueEventsURL string + IssuesURL string + KeysURL string + LabelsURL string + Language string + LanguagesURL string + License interface{} + MergesURL string + MilestonesURL string + MirrorURL interface{} + Name string + NodeID string + NotificationsURL string + OpenIssues int + OpenIssuesCount int + Owner User + Private bool + PullsURL string + PushedAt time.Time + ReleasesURL string + SSHURL string + Size int + StargazersCount int + StargazersURL string + StatusesURL string + SubscribersURL string + SubscriptionURL string + SvnURL string + TagsURL string + TeamsURL string + Topics []interface{} + TreesURL string + URL string + UpdatedAt time.Time + Visibility string + Watchers int + WatchersCount int + WebCommitSignoffRequired bool + type User struct + AvatarURL string + EventsURL string + FollowersURL string + FollowingURL string + GistsURL string + GravatarID string + HTMLURL string + ID int + Login string + NodeID string + OrganizationsURL string + ReceivedEventsURL string + ReposURL string + SiteAdmin bool + StarredURL string + SubscriptionsURL string + Type string + URL string