connector

package
v0.0.0-...-4f5108f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connector

type Connector struct {
	// contains filtered or unexported fields
}

wrapper around the low-level GitHub connector, provides higher-level functions needed by this program

func NewConnector

func NewConnector() Connector

func (Connector) ClosedIssues

func (gh Connector) ClosedIssues(date string) (closedIssues []*github.Issue, closedPullRequests []*github.Issue)

loads all issues and pull requests closed since the given date

func (Connector) CommentReactions

func (gh Connector) CommentReactions(comment github.IssueComment) []*github.Reaction

func (Connector) IssueComments

func (gh Connector) IssueComments(issue *github.Issue) []*github.IssueComment

func (Connector) IssueReactions

func (gh Connector) IssueReactions(issue *github.Issue, issueType string, current, total int) []*github.Reaction

func (Connector) IssuesParticipants

func (gh Connector) IssuesParticipants(issues []*github.Issue, issueType string) data.Users

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL