Documentation
¶
Index ¶
- func IssuesGet(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, ...) (*github.Issue, error)
- func IssuesListComments(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, ...) ([]*github.IssueComment, error)
- func PullRequestsGet(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, ...) (*github.PullRequest, error)
- func PullRequestsListComments(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, ...) ([]*github.PullRequestComment, error)
- func PullRequestsListFiles(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, ...) ([]*github.CommitFile, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IssuesGet ¶
func IssuesGet(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, org string, project string, num int) (*github.Issue, error)
IssuesGet gets an issue from the cache or GitHub for a given org, project, and number.
func IssuesListComments ¶
func IssuesListComments(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, org string, project string, num int) ([]*github.IssueComment, error)
IssuesListComments gets a list of comments in an issue from the cache or GitHub for a given org, project, and number.
func PullRequestsGet ¶
func PullRequestsGet(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, org string, project string, num int) (*github.PullRequest, error)
PullRequestsGet gets a pull request data from the cache or GitHub.
func PullRequestsListComments ¶
func PullRequestsListComments(ctx context.Context, p persist.Cacher, c *github.Client, t time.Time, org string, project string, num int) ([]*github.PullRequestComment, error)
PullRequestsListComments gets a list of comments in a pull request from the cache or GitHub for a given org, project, and number.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.