Documentation
¶
Index ¶
- func FilterMilestone(issues []*github.Issue, milestone string) []*github.Issue
- func FilterSince(issues []*github.Issue, since time.Time) []*github.Issue
- func FilterUntil(issues []*github.Issue, until time.Time) []*github.Issue
- type GitHubRepo
- func (gr *GitHubRepo) AllIssues(state ...string) ([]*github.Issue, error)
- func (gr *GitHubRepo) IssuesByMilestone(milestone string, state ...string) ([]*github.Issue, error)
- func (gr *GitHubRepo) IssuesSince(time time.Time, state ...string) ([]*github.Issue, error)
- func (gr *GitHubRepo) Milestone(title string) (*github.Milestone, error)
- func (gr *GitHubRepo) Milestones() ([]*github.Milestone, error)
- func (gr *GitHubRepo) Repository() *github.Repository
- func (gr *GitHubRepo) TagCommit(name string) (*github.Commit, error)
- func (gr *GitHubRepo) Tags() ([]*github.RepositoryTag, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FilterMilestone ¶
Types ¶
type GitHubRepo ¶
type GitHubRepo struct {
// contains filtered or unexported fields
}
func (*GitHubRepo) AllIssues ¶
func (gr *GitHubRepo) AllIssues(state ...string) ([]*github.Issue, error)
func (*GitHubRepo) IssuesByMilestone ¶
func (*GitHubRepo) IssuesSince ¶
func (*GitHubRepo) Milestone ¶
func (gr *GitHubRepo) Milestone(title string) (*github.Milestone, error)
func (*GitHubRepo) Milestones ¶
func (gr *GitHubRepo) Milestones() ([]*github.Milestone, error)
func (*GitHubRepo) Repository ¶
func (gr *GitHubRepo) Repository() *github.Repository
func (*GitHubRepo) Tags ¶
func (gr *GitHubRepo) Tags() ([]*github.RepositoryTag, error)
Click to show internal directories.
Click to hide internal directories.