# Functions
ConvertBranch convert github.Branch to Branch.
ConvertIssue convert github.Issue to Issue.
ConvertIssues convert array of github.Issue to array of Issue.
ConvertMilestones convert github.Milestone to Milestone.
ConvertProjects convert github.Project to Project.
ConvertPullRequests convert github.PullRequest to PullRequest.
No description provided by the author
No description provided by the author
No description provided by the author
ConvertRepos convert the github.Repository to Repo.
ConvertUser convert github.User to User.
# Constants
IssueStateOpen describe the opened status.
IssueStatusClosed describe the closed status.
# Structs
Branch describe the github branch.
Issue describe the github issue.
Milestone describe the github milestone.
Project describe the github project.
PullRequest describe the github pull request.
No description provided by the author
Repo describe the github repository.
User describe a github user.