Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GithubCommit ¶
type GithubIssue ¶
type GithubPullRequest ¶
type GithubPullRequest struct { GithubId int `gorm:"primaryKey"` RepositoryId int `gorm:"index"` Number int `gorm:"index"` // This number is used in GET requests to the API associated to reviewers / comments / etc. State string Title string CommentsUrl string CommitsUrl string HTMLUrl string MergedAt string GithubCreatedAt string ClosedAt string Additions int Deletions int Comments int Commits int ReviewComments int Merged bool models.NoPKModel }
type GithubPullRequestCommit ¶
type GithubPullRequestCommit struct { Sha string `gorm:"primaryKey"` PullRequestId int `gorm:"index"` // This value links to pull request AuthorName string AuthorEmail string AuthoredDate string CommitterName string CommitterEmail string CommittedDate string Message string Url string models.NoPKModel }
type GithubPullRequestLabel ¶
type GithubRepository ¶
Click to show internal directories.
Click to hide internal directories.