Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Labels ¶
type Labels []string
Labels for label parsing and manipulation
func ParseGithubLabels ¶
ParseGithubLabels parse label from github
type PullRequest ¶
type PullRequest struct {
ID int `gorm:"column:id"`
PullNumber int `gorm:"column:pull_number"`
Owner string `gorm:"column:owner"`
Repo string `gorm:"column:repo"`
Title string `gorm:"column:title"`
Label Labels `gorm:"column:label"`
Merge bool `gorm:"column:merge"`
CreatedAt time.Time `gorm:"column:created_at"`
}
PullRequest struct
Click to show internal directories.
Click to hide internal directories.