Documentation ¶
Index ¶
Constants ¶
View Source
const ( StateOpen = "open" StateClosed = "closed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequest ¶
type PullRequest struct { RepoOwner string RepoName string FullName string Number int Username string Ref string Sha string Labels []string State string BuildStatus string BuildConclusion string BuildLink string URL string CreatedAt time.Time Merged sql.NullBool MergeCommitSHA string `db:"-"` MaintainerCanModify sql.NullBool }
Click to show internal directories.
Click to hide internal directories.