Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IssueCommit ¶
type IssueRepoCommit ¶
type PullRequestIssue ¶
type PullRequestIssue struct { PullRequestId string `json:"id" gorm:"primaryKey;type:varchar(255);comment:This key is generated based on details from the original plugin"` // format: <Plugin>:<Entity>:<PK0>:<PK1> IssueId string `gorm:"primaryKey;type:varchar(255)"` PullRequestNumber int IssueNumber int common.NoPKModel }
type RefsIssuesDiffs ¶
type RefsIssuesDiffs struct { NewRefId string `gorm:"primaryKey;type:varchar(255)"` OldRefId string `gorm:"primaryKey;type:varchar(255)"` NewRefCommitSha string `gorm:"type:varchar(40)"` OldRefCommitSha string `gorm:"type:varchar(40)"` IssueNumber string `gorm:"type:varchar(255)"` IssueId string `gorm:"primaryKey;type:varchar(255)"` common.NoPKModel }
Click to show internal directories.
Click to hide internal directories.