Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PullRequest ¶
type PullRequest struct {
Owner string
Repository string
Number int
// contains filtered or unexported fields
}
func NewPullRequest ¶
func (*PullRequest) GetLabels ¶
func (p *PullRequest) GetLabels() []*github.Label
func (*PullRequest) GetTitle ¶
func (p *PullRequest) GetTitle() string
Click to show internal directories.
Click to hide internal directories.