Documentation
¶
Index ¶
Constants ¶
This section is empty.
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
URL string
CreatedAt time.Time
}
PullRequest defines a pr
func PullRequestFromJSON ¶
func PullRequestFromJSON(data io.Reader) (*PullRequest, error)
PullRequestFromJSON convert from json to the struct
Click to show internal directories.
Click to hide internal directories.